aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorCarter Watson2024-03-21 22:07:47 +0000
committerGitHub2024-03-21 22:07:47 +0000
commitbe307a420480178c1bc443992c8336f6471b8b7b (patch)
tree2fa5d85062f4dc0a835461a2d8e45b5905814ab4 /runtime
parentc9e34c556b84c135e8f9d76fb900e97568e88b97 (diff)
fix: undefined bufferline colors (#9960)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/themes/gruvbox.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/themes/gruvbox.toml b/runtime/themes/gruvbox.toml
index 6025852c..e3eef185 100644
--- a/runtime/themes/gruvbox.toml
+++ b/runtime/themes/gruvbox.toml
@@ -47,6 +47,9 @@
"ui.statusline.insert" = { fg = "fg1", bg = "blue0" }
"ui.statusline.select" = { fg = "fg1", bg = "orange0" }
"ui.statusline.inactive" = { fg = "fg4", bg = "bg1" }
+"ui.bufferline" = { fg = "fg1", bg = "bg1" }
+"ui.bufferline.active" = { fg = "bg0", bg = "yellow0" }
+"ui.bufferline.background" = { bg = "bg2" }
"ui.popup" = { bg = "bg1" }
"ui.window" = { bg = "bg1" }
"ui.help" = { bg = "bg1", fg = "fg1" }