Add bufferline and cursorline colors to vim dark theme (#10444)
This commit is contained in:
parent
9df1266376
commit
1245760595
1 changed files with 4 additions and 0 deletions
|
@ -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" }
|
||||
|
@ -50,6 +53,7 @@
|
|||
black = "#000000"
|
||||
red = "#ed5f74"
|
||||
green = "#1ea672"
|
||||
gray = "#111111"
|
||||
yellow = "#d97917"
|
||||
blue = "#688ef1"
|
||||
magenta = "#c96ed0"
|
||||
|
|
Loading…
Add table
Reference in a new issue