diff options
author | Aiko Mastboom | 2022-07-22 01:31:02 +0000 |
---|---|---|
committer | GitHub | 2022-07-22 01:31:02 +0000 |
commit | 4589111d12d6f952bd80033b8dbb7a1d259ce4fc (patch) | |
tree | b317b7777d1cd9cd939cc887117f879837b1d26f /runtime/themes/dracula.toml | |
parent | b05fcaadad6ba872fffeb7539b7b157d88c64781 (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.toml')
-rw-r--r-- | runtime/themes/dracula.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/dracula.toml b/runtime/themes/dracula.toml index 6cc037b8..41312901 100644 --- a/runtime/themes/dracula.toml +++ b/runtime/themes/dracula.toml @@ -22,7 +22,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.cursorline.primary" = { bg = "background_dark" } "ui.help" = { fg = "foreground", bg = "background_dark" } "ui.linenr" = { fg = "comment" } |