Skip to content

Commit

Permalink
primary cursorline for Dracula theme (#2915)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarth committed Jun 29, 2022
1 parent bf1db73 commit 6ac6080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/dracula.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"ui.cursor" = { fg = "background", bg = "orange", modifiers = ["dim"] }
"ui.cursor.match" = { fg = "green", modifiers = ["underlined"] }
"ui.cursor.primary" = { fg = "background", bg = "cyan", modifier = ["dim"] }
"ui.cursorline.primary" = { bg = "background_dark" }
"ui.help" = { fg = "foreground", bg = "background_dark" }
"ui.linenr" = { fg = "comment" }
"ui.linenr.selected" = { fg = "foreground" }
Expand Down

0 comments on commit 6ac6080

Please sign in to comment.