Skip to content

Commit

Permalink
fix: undefined bufferline colors (helix-editor#9960)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartwatson authored and postsolar committed Apr 4, 2024
1 parent 02d4a2f commit 522cb8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/themes/gruvbox.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 522cb8f

Please sign in to comment.