Kitty: Update colorscheme to match neovim's lualine
This commit is contained in:
@ -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}";
|
||||||
|
Reference in New Issue
Block a user