aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/dracula_at_night.toml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/themes/dracula_at_night.toml')
-rw-r--r--runtime/themes/dracula_at_night.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/dracula_at_night.toml b/runtime/themes/dracula_at_night.toml
index 0a45f024..31e39aa9 100644
--- a/runtime/themes/dracula_at_night.toml
+++ b/runtime/themes/dracula_at_night.toml
@@ -23,7 +23,7 @@
"ui.background" = { fg = "foreground", bg = "background" }
"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.cursor.primary" = { fg = "background", bg = "cyan", modifiers = ["dim"] }
"ui.help" = { fg = "foreground", bg = "background_dark" }
"ui.linenr" = { fg = "comment" }
"ui.linenr.selected" = { fg = "foreground" }