diff options
| -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 = { |
