Unnamed repository; edit this file 'description' to name the repository.
Acme Theme - Change bufferline foreground color (#5486)
two-six 2023-01-11
parent 2229843 · commit 0374350
-rw-r--r--runtime/themes/acme.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/acme.toml b/runtime/themes/acme.toml
index e1785f4a..7ac410bc 100644
--- a/runtime/themes/acme.toml
+++ b/runtime/themes/acme.toml
@@ -20,7 +20,7 @@
"diagnostic.error" = {bg="red", fg="white", modifiers=["bold"]}
"diagnostic.warning" = {bg="orange", fg="black", modifiers=["bold"]}
"diagnostic.hint" = {fg="gray", modifiers=["bold"]}
-"ui.bufferline" = { fg = "indent", bg = "acme_bar_bg" }
+"ui.bufferline" = { fg = "black", bg = "acme_bar_bg" }
"ui.bufferline.active" = { fg = "black", bg = "acme_bg" }
"diff.plus" = {fg = "green"}
"diff.delta" = {fg = "acme_bar_bg"}