aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/dracula_at_night.toml
diff options
context:
space:
mode:
authorAiko Mastboom2022-07-22 01:31:02 +0000
committerGitHub2022-07-22 01:31:02 +0000
commit4589111d12d6f952bd80033b8dbb7a1d259ce4fc (patch)
treeb317b7777d1cd9cd939cc887117f879837b1d26f /runtime/themes/dracula_at_night.toml
parentb05fcaadad6ba872fffeb7539b7b157d88c64781 (diff)
helix_view::theme [WARN] Theme (#3119)
* helix_view::theme [WARN] Theme * updated: warning, error, info, hint colours https://github.com/catppuccin/catppuccin/blob/main/docs/style-guide.md#typography Co-authored-by: Aiko Mastboom <git@aiko.sh>
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" }