Skip to content

Commit

Permalink
Add bufferline and cursorline colors to vim dark high contrast theme
Browse files Browse the repository at this point in the history
  • Loading branch information
SufianBabri committed Apr 15, 2024
1 parent 9df1266 commit 49fda9f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 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 = "dark-black" }
"ui.menu" = { bg = "dark-white" }
"ui.menu.selected" = { fg = "yellow" }
"ui.popup" = { bg = "dark-white" }
Expand Down Expand Up @@ -63,7 +66,7 @@ light-blue = "#9fcdff"
light-magenta = "#f0b4e4"
light-cyan = "#7fd3ed"
light-white = "#ffffff"
dark-black = "#000000"
dark-black = "#111111"
dark-red = "#742833"
dark-green = "#00643c"
dark-yellow = "#6e3500"
Expand Down

0 comments on commit 49fda9f

Please sign in to comment.