1

Kitty: Update colorscheme to match neovim's lualine

This commit is contained in:
2024-10-13 21:22:33 +02:00
parent fdf5278f2c
commit d6e73dc4a9

View File

@ -72,11 +72,11 @@ in {
macos_titlebar_color = "system"; macos_titlebar_color = "system";
# Tab bar colors # Tab bar colors
active_tab_foreground = "#${color.light.base}"; active_tab_foreground = "#${color.dark.base}";
active_tab_background = "#${color.light.mauve}"; active_tab_background = "#${color.dark.lavender}";
inactive_tab_foreground = "#${color.light.text}"; inactive_tab_foreground = "#${color.dark.text}";
inactive_tab_background = "#${color.light.overlay0}"; inactive_tab_background = "#${color.dark.crust}";
tab_bar_background = "#${color.light.surface1}"; tab_bar_background = "#${color.light.base}";
# Color for marks (marked text in the terminal) # Color for marks (marked text in the terminal)
mark1_foreground = "#${color.light.base}"; mark1_foreground = "#${color.light.base}";