aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/ayu_light.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/ayu_light.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/ayu_light.toml')
-rw-r--r--runtime/themes/ayu_light.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/themes/ayu_light.toml b/runtime/themes/ayu_light.toml
index 3a543f5f..7ea4ef58 100644
--- a/runtime/themes/ayu_light.toml
+++ b/runtime/themes/ayu_light.toml
@@ -59,6 +59,8 @@
"diagnostic.info"= { fg = "blue", modifiers = ["underlined"] }
"diagnostic.warning"= { fg = "yellow", modifiers = ["underlined"] }
"diagnostic.error"= { fg = "red", modifiers = ["underlined"] }
+"ui.bufferline" = { fg = "gray", bg = "dark_gray" }
+"ui.bufferline.active" = { fg = "dark", bg = "background" }
"special" = { fg = "orange" }
@@ -76,3 +78,4 @@ magenta = "#a37acc"
orange = "#fa8d3e"
red = "#f07171"
yellow = "#ffaa33"
+dark = "#131721"