Skip to content

Commit

Permalink
Fix bufferline colors
Browse files Browse the repository at this point in the history
  • Loading branch information
SufianBabri committed Apr 14, 2024
1 parent 9df1266 commit ab06d23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/themes/vim_dark_high_contrast.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"ui.background" = { bg = "black" }
"ui.bufferline" = { bg = "black" }
"ui.bufferline.active" = { fg = "light-magenta", bg = "dark-magenta" }
"ui.cursor" = { fg = "green", modifiers = ["reversed"] }
"ui.cursor.match" = { fg = "light-cyan", bg = "dark-cyan" }
"ui.cursor.primary" = { fg = "light-green", modifiers = ["reversed"] }
Expand Down

0 comments on commit ab06d23

Please sign in to comment.