From 6ac6080969dcd344597995c4b98a43406658aa8a Mon Sep 17 00:00:00 2001 From: Stuart Hinson Date: Wed, 29 Jun 2022 10:08:05 -0400 Subject: [PATCH] primary cursorline for Dracula theme (#2915) --- runtime/themes/dracula.toml | 1 + 1 file changed, 1 insertion(+) 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" }