Add cursorline colour to darkplus theme (#3054)

Co-authored-by: Dean Revell <revell@gmail.com>
imgbot
Termina94 2 years ago committed by GitHub
parent 7951ebfd4d
commit 3cced1e3c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -72,6 +72,7 @@
"ui.linenr" = { fg = "dark_gray" }
"ui.linenr.selected" = { fg = "light_gray2" }
"ui.cursorline.primary" = { bg = "dark_gray3" }
"ui.statusline" = { fg = "white", bg = "blue" }
"ui.statusline.inactive" = { fg = "white", bg = "blue" }
@ -100,6 +101,7 @@ light_gray2 = "#c6c6c6"
light_gray3 = "#eeeeee"
dark_gray = "#858585"
dark_gray2 = "#1e1e1e"
dark_gray3= "#282828"
blue = "#007acc"
blue2 = "#569CD6"
blue3 = "#6796E6"

Loading…
Cancel
Save