Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/modus_vivendi_tritanopia.toml')
| -rw-r--r-- | runtime/themes/modus_vivendi_tritanopia.toml | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/runtime/themes/modus_vivendi_tritanopia.toml b/runtime/themes/modus_vivendi_tritanopia.toml index 5e44d58e..983bb754 100644 --- a/runtime/themes/modus_vivendi_tritanopia.toml +++ b/runtime/themes/modus_vivendi_tritanopia.toml @@ -1,7 +1,7 @@ # 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-tritanopia-theme.el -# Version 4.6.0 +# Version 4.3.0 inherits = "modus_vivendi" @@ -37,8 +37,6 @@ warning = "magenta" info = "cyan" hint = "blue" -rainbow = ["red", "magenta", "green-intense", "cyan", "blue", "magenta-intense"] - [palette] # Basic values bg-main = "#000000" @@ -53,7 +51,7 @@ border = "#646464" # Common accent foregrounds red = "#ff5f59" red-warmer = "#ff6740" -red-cooler = "#ff7f86" +red-cooler = "#ff6f9f" red-faint = "#ff9070" red-intense = "#ff5f5f" green = "#44bc44" @@ -106,12 +104,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 = "#2c0614" +bg-green-nuanced = "#001904" +bg-yellow-nuanced = "#221000" +bg-blue-nuanced = "#0f0e39" +bg-magenta-nuanced = "#230631" +bg-cyan-nuanced = "#041529" # Uncommon accent backgrounds bg-ochre = "#442c2f" |