aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes
diff options
context:
space:
mode:
authortwo-six2023-01-10 17:10:57 +0000
committerGitHub2023-01-10 17:10:57 +0000
commit0374350225c1d56a5d2c78b23bc393005733618b (patch)
treef98f70de4da8d5ad9e93aaa2eef3134674408e9c /runtime/themes
parent22298434f10e203bc1adb8eebfdfbfbff05db977 (diff)
Acme Theme - Change bufferline foreground color (#5486)
Diffstat (limited to 'runtime/themes')
-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"}