aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/acme.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/acme.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/acme.toml')
-rw-r--r--runtime/themes/acme.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/acme.toml b/runtime/themes/acme.toml
index 3bd5987a..d3be695c 100644
--- a/runtime/themes/acme.toml
+++ b/runtime/themes/acme.toml
@@ -20,6 +20,8 @@
"diagnostic.error" = {bg="white", modifiers=["bold"]}
"diagnostic.warning" = {bg="white", modifiers=["bold"]}
"diagnostic.hint" = {bg="white", modifiers=["bold"]}
+"ui.bufferline" = { fg = "indent", bg = "acme_bar_bg" }
+"ui.bufferline.active" = { fg = "black", bg = "acme_bg" }
[palette]
white = "#ffffff"