diff options
Diffstat (limited to 'runtime/themes/base16_default_light.toml')
-rw-r--r-- | runtime/themes/base16_default_light.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/themes/base16_default_light.toml b/runtime/themes/base16_default_light.toml index 6874c39e..3784670f 100644 --- a/runtime/themes/base16_default_light.toml +++ b/runtime/themes/base16_default_light.toml @@ -54,6 +54,9 @@ "warning" = "base09" "error" = "base08" +"ui.bufferline" = { fg = "base04", bg = "base01" } +"ui.bufferline.active" = { fg = "base07", bg = "base00" } + [palette] base00 = "#f8f8f8" # Default Background base01 = "#e8e8e8" # Lighter Background (Used for status bars, line number and folding marks) |