aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/dark_plus.toml
diff options
context:
space:
mode:
authorInvader Zim2022-09-23 19:32:37 +0000
committerGitHub2022-09-23 19:32:37 +0000
commit42e30e7afaead4fc10a155802e168d2acc0afe81 (patch)
tree74343e889365bd048112e71fb7183625780de937 /runtime/themes/dark_plus.toml
parent0d8d8a4ed60aac72e0d294717f71bec17a2a2f07 (diff)
Add bufferline colors to 15 themes (#3881)
Themes: * acme * ayu_dark * ayu_light * ayu_mirage * base16_default_dark * base16_default_light * bogster * catppuccin_frappe * catppuccin_latte * catppuccin_macchiato * catppuccin_mocha * darcula * dark_plus * doom_acario_dark * emacs
Diffstat (limited to 'runtime/themes/dark_plus.toml')
-rw-r--r--runtime/themes/dark_plus.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/themes/dark_plus.toml b/runtime/themes/dark_plus.toml
index 29a55281..f99da4fb 100644
--- a/runtime/themes/dark_plus.toml
+++ b/runtime/themes/dark_plus.toml
@@ -76,6 +76,10 @@
"ui.statusline" = { fg = "white", bg = "blue" }
"ui.statusline.inactive" = { fg = "white", bg = "blue" }
+"ui.bufferline" = { fg = "text", bg = "widget" }
+"ui.bufferline.active" = { fg = "white", bg = "blue" }
+"ui.bufferline.background" = { bg = "background" }
+
"ui.text" = { fg = "text" }
"ui.text.focus" = { fg = "white" }