diff options
author | Alexis Mousset | 2024-03-17 22:56:33 +0000 |
---|---|---|
committer | GitHub | 2024-03-17 22:56:33 +0000 |
commit | 8457652da139320fba7128e02fbd19fcf09ea235 (patch) | |
tree | f242a78372187305c12aff06277768d14884e81b /runtime/themes/modus_operandi.toml | |
parent | 0301d01e78fce2d589282cbb58727d8df4a0604c (diff) |
Update to modus-themes 4.4.0 (#9912)
Diffstat (limited to 'runtime/themes/modus_operandi.toml')
-rw-r--r-- | runtime/themes/modus_operandi.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/runtime/themes/modus_operandi.toml b/runtime/themes/modus_operandi.toml index 2247bb3b..ad4b3c85 100644 --- a/runtime/themes/modus_operandi.toml +++ b/runtime/themes/modus_operandi.toml @@ -1,6 +1,6 @@ # Author: Alexis Mousset <contact@amousset.me> # Adapted from https://protesilaos.com/emacs/modus-themes, by Protesilaos Stavrou -# Version 4.3.0 +# Version 4.4.0 # # Syntax highlighting @@ -86,7 +86,7 @@ punctuation = "fg-dim" "ui.cursor" = { fg = "bg-main", bg = "fg-main" } "ui.cursor.primary" = { fg = "bg-main", bg = "fg-dim" } -"ui.cursor.match" = { bg = "bg-paren-match" } +"ui.cursor.match" = { fg = "fg-main", bg = "bg-paren-match" } "ui.cursorline.primary" = { bg = "bg-hl-line" } "ui.highlight" = { bg = "bg-hl-line" } @@ -162,12 +162,12 @@ bg-blue-subtle = "#ccdfff" bg-magenta-subtle = "#ffddff" bg-cyan-subtle = "#bfefff" -bg-red-nuanced = "#fff1f0" -bg-green-nuanced = "#ecf7ed" -bg-yellow-nuanced = "#fff3da" -bg-blue-nuanced = "#f3f3ff" -bg-magenta-nuanced = "#fdf0ff" -bg-cyan-nuanced = "#ebf6fa" +bg-red-nuanced = "#ffe8e8" +bg-green-nuanced = "#e0f6e0" +bg-yellow-nuanced = "#f8f0d0" +bg-blue-nuanced = "#ecedff" +bg-magenta-nuanced = "#f8e6f5" +bg-cyan-nuanced = "#e0f2fa" # Special purpose bg-completion = "#c0deff" |