diff options
Diffstat (limited to 'runtime/themes/catppuccin_latte.toml')
-rw-r--r-- | runtime/themes/catppuccin_latte.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/themes/catppuccin_latte.toml b/runtime/themes/catppuccin_latte.toml index 4cd8b3c1..8e8780f9 100644 --- a/runtime/themes/catppuccin_latte.toml +++ b/runtime/themes/catppuccin_latte.toml @@ -70,6 +70,10 @@ "ui.statusline.insert" = { fg = "surface0", bg = "green", modifiers = ["bold"] } "ui.statusline.select" = { fg = "surface0", bg = "flamingo", modifiers = ["bold"] } +"ui.bufferline" = { fg = "overlay2", bg = "surface1", modifiers = ["italic"] } +"ui.bufferline.active" = { fg = "text", bg = "surface0", modifiers = ["bold"] } +"ui.bufferline.background" = { bg = "surface1" } + "ui.popup" = { fg = "text", bg = "surface0" } "ui.window" = { fg = "crust" } "ui.help" = { fg = "overlay2", bg = "surface0" } @@ -134,4 +138,4 @@ crust = "#dce0e8" # derived colors by blending existing palette colors cursorline = "#e9ebf1" -secondary_cursor = "#e2a99e"
\ No newline at end of file +secondary_cursor = "#e2a99e" |