Skip to content

Commit

Permalink
Add bufferline and cursorline colors to vim dark theme (#10444)
Browse files Browse the repository at this point in the history
  • Loading branch information
SufianBabri committed Apr 15, 2024
1 parent 9df1266 commit 1245760
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runtime/themes/vim_dark_high_contrast.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
"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"] }
"ui.cursorline.primary" = { bg = "gray" }
"ui.menu" = { bg = "dark-white" }
"ui.menu.selected" = { fg = "yellow" }
"ui.popup" = { bg = "dark-white" }
Expand Down Expand Up @@ -50,6 +53,7 @@
black = "#000000"
red = "#ed5f74"
green = "#1ea672"
gray = "#111111"
yellow = "#d97917"
blue = "#688ef1"
magenta = "#c96ed0"
Expand Down

0 comments on commit 1245760

Please sign in to comment.