diff options
author | Stuart Hinson | 2022-06-29 14:08:05 +0000 |
---|---|---|
committer | GitHub | 2022-06-29 14:08:05 +0000 |
commit | 6ac6080969dcd344597995c4b98a43406658aa8a (patch) | |
tree | 6a851b7e2f32ca6bf731a0af4c6674df4e6b6b45 | |
parent | bf1db737d4ab9030e56283c45bba525ef81e1daa (diff) |
primary cursorline for Dracula theme (#2915)
-rw-r--r-- | runtime/themes/dracula.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/dracula.toml b/runtime/themes/dracula.toml index 72b37d02..6cc037b8 100644 --- a/runtime/themes/dracula.toml +++ b/runtime/themes/dracula.toml @@ -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" } |