diff options
| author | 2026-05-27 09:58:50 -0700 | |
|---|---|---|
| committer | 2026-05-27 09:58:50 -0700 | |
| commit | d01529e65514ab12797928e1dc06a4bc1ab44653 (patch) | |
| tree | cd108ff2b5a542035fc5b955fd52053365c41671 | |
| parent | 98afad09c1fe3845467444012b0b1ef184c52528 (diff) | |
| download | new-dotfiles-d01529e65514ab12797928e1dc06a4bc1ab44653.tar.gz new-dotfiles-d01529e65514ab12797928e1dc06a4bc1ab44653.zip | |
wezterm: Set command pallette colors
| -rw-r--r-- | wezterm/.config/wezterm/wezterm.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wezterm/.config/wezterm/wezterm.lua b/wezterm/.config/wezterm/wezterm.lua index 4a85773..347b936 100644 --- a/wezterm/.config/wezterm/wezterm.lua +++ b/wezterm/.config/wezterm/wezterm.lua @@ -53,6 +53,8 @@ config.color_scheme = 'Dracula' config.font = wezterm.font 'Fantasque Sans Mono' config.font_size = 14 +config.command_palette_bg_color = '#111414' +config.command_palette_fg_color = '#bfbfbf' config.quick_select_alphabet = "arstdhneio" config.inactive_pane_hsb = { |
