Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/modus_vivendi_tinted.toml')
| -rw-r--r-- | runtime/themes/modus_vivendi_tinted.toml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/runtime/themes/modus_vivendi_tinted.toml b/runtime/themes/modus_vivendi_tinted.toml index c7f9f76f..624a261c 100644 --- a/runtime/themes/modus_vivendi_tinted.toml +++ b/runtime/themes/modus_vivendi_tinted.toml @@ -1,13 +1,13 @@ # Author: Matous Dzivjak <[email protected]> # Adapted from: https://protesilaos.com/emacs/modus-themes, by Protesilaos Stavrou # Source: https://github.com/protesilaos/modus-themes/blob/main/modus-vivendi-tinted-theme.el -# Version 4.6.0 +# Version 4.3.0 inherits = "modus_vivendi" "comment" = "red-faint" -"ui.cursor.primary" = { fg = "bg-main", bg = "magenta-intense" } +"ui.cursor.primary" = { fg = "bg-main", bg = "red" } [palette] # Basic values @@ -23,7 +23,7 @@ border = "#61647a" # Common accent foregrounds red = "#ff5f59" red-warmer = "#ff6b55" -red-cooler = "#ff7f86" +red-cooler = "#ff7f9f" red-faint = "#ff9f80" red-intense = "#ff5f5f" green = "#44bc44" @@ -76,12 +76,12 @@ bg-blue-subtle = "#242679" bg-magenta-subtle = "#552f5f" bg-cyan-subtle = "#004065" -bg-red-nuanced = "#3a0c14" -bg-green-nuanced = "#092f1f" -bg-yellow-nuanced = "#381d0f" -bg-blue-nuanced = "#12154a" -bg-magenta-nuanced = "#2f0c3f" -bg-cyan-nuanced = "#042837" +bg-red-nuanced = "#350f14" +bg-green-nuanced = "#002718" +bg-yellow-nuanced = "#2c1f00" +bg-blue-nuanced = "#131c4d" +bg-magenta-nuanced = "#2f133f" +bg-cyan-nuanced = "#04253f" # Special purpose bg-completion = "#483d8a" @@ -140,5 +140,5 @@ bg-lavender = "#38325c" bg-sage = "#0f3d30" # Paren match -bg-paren-match = "#5f789f" +bg-paren-match = "#2f7f9f" bg-paren-expression = "#453040" |