From b7c9c045cda3792773d9b43363b5d419e1cbd3a5 Mon Sep 17 00:00:00 2001 From: Carter Watson <54688033+cartwatson@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:07:47 -0700 Subject: [PATCH] fix: undefined bufferline colors (#9960) --- runtime/themes/gruvbox.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/themes/gruvbox.toml b/runtime/themes/gruvbox.toml index 6025852c5fc52..e3eef1855a9c1 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" }