From c693529ce7be1ddf5fde40ccf55cb4b803d51522 Mon Sep 17 00:00:00 2001 From: two-six Date: Tue, 10 Jan 2023 18:10:57 +0100 Subject: [PATCH] Acme Theme - Change bufferline foreground color (#5486) --- runtime/themes/acme.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/acme.toml b/runtime/themes/acme.toml index e1785f4a5fec..7ac410bc54a9 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"}