Skip to content

Commit

Permalink
Add cursorline colour to darkplus theme (helix-editor#3054)
Browse files Browse the repository at this point in the history
Co-authored-by: Dean Revell <[email protected]>
  • Loading branch information
2 people authored and thomasskk committed Sep 9, 2022
1 parent 81c3a4b commit a4e3041
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/themes/dark_plus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down Expand Up @@ -106,6 +107,7 @@ light_gray2 = "#c6c6c6"
light_gray3 = "#eeeeee"
dark_gray = "#858585"
dark_gray2 = "#1e1e1e"
dark_gray3= "#282828"
blue = "#007acc"
blue2 = "#569CD6"
blue3 = "#6796E6"
Expand Down

0 comments on commit a4e3041

Please sign in to comment.