diff options
Diffstat (limited to 'runtime/themes/catppuccin_mocha.toml')
-rw-r--r-- | runtime/themes/catppuccin_mocha.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/themes/catppuccin_mocha.toml b/runtime/themes/catppuccin_mocha.toml index 279859b2..c4750b28 100644 --- a/runtime/themes/catppuccin_mocha.toml +++ b/runtime/themes/catppuccin_mocha.toml @@ -70,6 +70,9 @@ "ui.statusline.insert" = { fg = "surface0", bg = "green", modifiers = ["bold"] } "ui.statusline.select" = { fg = "surface0", bg = "flamingo", modifiers = ["bold"] } +"ui.bufferline.active" = { fg = "text", bg = "base", modifiers = ["bold"] } +"ui.bufferline" = { fg = "overlay1", bg = "mantle" } + "ui.popup" = { fg = "text", bg = "surface0" } "ui.window" = { fg = "crust" } "ui.help" = { fg = "overlay2", bg = "surface0" } @@ -134,4 +137,4 @@ crust = "#11111b" # derived colors by blending existing palette colors cursorline = "#2a2b3c" -secondary_cursor = "#b5a6a8"
\ No newline at end of file +secondary_cursor = "#b5a6a8" |