From 8457652da139320fba7128e02fbd19fcf09ea235 Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Sun, 17 Mar 2024 23:56:33 +0100 Subject: [PATCH] Update to modus-themes 4.4.0 (#9912) --- runtime/themes/modus_operandi.toml | 16 ++++++++-------- .../themes/modus_operandi_deuteranopia.toml | 1 + runtime/themes/modus_operandi_tinted.toml | 3 ++- runtime/themes/modus_operandi_tritanopia.toml | 1 + runtime/themes/modus_vivendi.toml | 16 ++++++++-------- runtime/themes/modus_vivendi_deuteranopia.toml | 12 ++++++------ runtime/themes/modus_vivendi_tinted.toml | 18 +++++++++--------- runtime/themes/modus_vivendi_tritanopia.toml | 12 ++++++------ 8 files changed, 41 insertions(+), 38 deletions(-) diff --git a/runtime/themes/modus_operandi.toml b/runtime/themes/modus_operandi.toml index 2247bb3be..ad4b3c85a 100644 --- a/runtime/themes/modus_operandi.toml +++ b/runtime/themes/modus_operandi.toml @@ -1,6 +1,6 @@ # Author: Alexis Mousset # 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" diff --git a/runtime/themes/modus_operandi_deuteranopia.toml b/runtime/themes/modus_operandi_deuteranopia.toml index 28601d37f..27f19a7ad 100644 --- a/runtime/themes/modus_operandi_deuteranopia.toml +++ b/runtime/themes/modus_operandi_deuteranopia.toml @@ -2,6 +2,7 @@ # modus_operandi.toml variant # # This variant is optimized for users with red-green color deficiency (deuteranopia) +# Version 4.4.0 inherits = "modus_operandi" diff --git a/runtime/themes/modus_operandi_tinted.toml b/runtime/themes/modus_operandi_tinted.toml index 14faf0e5a..1f285361b 100644 --- a/runtime/themes/modus_operandi_tinted.toml +++ b/runtime/themes/modus_operandi_tinted.toml @@ -1,11 +1,12 @@ # Author: Alexis Mousset # modus_operandi.toml variant +# Version 4.4.0 inherits = "modus_operandi" "comment" = "red-faint" -"ui.cursor.primary" = { fg = "bg-main", bg = "red" } +"ui.cursor.primary" = { fg = "bg-main", bg = "red-intense" } [palette] # Basic values diff --git a/runtime/themes/modus_operandi_tritanopia.toml b/runtime/themes/modus_operandi_tritanopia.toml index 8149f653e..49d40e931 100644 --- a/runtime/themes/modus_operandi_tritanopia.toml +++ b/runtime/themes/modus_operandi_tritanopia.toml @@ -2,6 +2,7 @@ # modus_operandi.toml variant # # This variant is optimized for users with blue-yellow color deficiency (tritanopia) +# Version 4.4.0 inherits = "modus_operandi" diff --git a/runtime/themes/modus_vivendi.toml b/runtime/themes/modus_vivendi.toml index 1ae64d894..a44fbe0f7 100644 --- a/runtime/themes/modus_vivendi.toml +++ b/runtime/themes/modus_vivendi.toml @@ -1,7 +1,7 @@ # Author: Matous Dzivjak # Adapted from https://protesilaos.com/emacs/modus-themes, by Protesilaos Stavrou # Source: https://github.com/protesilaos/modus-themes/blob/main/modus-vivendi-theme.el -# Version 4.3.0 +# Version 4.4.0 # Syntax highlighting # ------------------- @@ -89,7 +89,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" = { bg = "bg-paren-match", fg = "fg-main" } "ui.cursorline.primary" = { bg = "bg-hl-line" } "ui.highlight" = { bg = "bg-hl-line" } @@ -174,12 +174,12 @@ bg-blue-subtle = "#242679" bg-magenta-subtle = "#552f5f" bg-cyan-subtle = "#004065" -bg-red-nuanced = "#2c0614" -bg-green-nuanced = "#001904" -bg-yellow-nuanced = "#221000" -bg-blue-nuanced = "#0f0e39" -bg-magenta-nuanced = "#230631" -bg-cyan-nuanced = "#041529" +bg-red-nuanced = "#3a0c14" +bg-green-nuanced = "#092f1f" +bg-yellow-nuanced = "#381d0f" +bg-blue-nuanced = "#12154a" +bg-magenta-nuanced = "#2f0c3f" +bg-cyan-nuanced = "#042837" # Uncommon accent backgrounds bg-ochre = "#442c2f" diff --git a/runtime/themes/modus_vivendi_deuteranopia.toml b/runtime/themes/modus_vivendi_deuteranopia.toml index 57c796cb7..294196f31 100644 --- a/runtime/themes/modus_vivendi_deuteranopia.toml +++ b/runtime/themes/modus_vivendi_deuteranopia.toml @@ -90,12 +90,12 @@ bg-blue-subtle = "#242679" bg-magenta-subtle = "#552f5f" bg-cyan-subtle = "#004065" -bg-red-nuanced = "#2c0614" -bg-green-nuanced = "#001904" -bg-yellow-nuanced = "#221000" -bg-blue-nuanced = "#0f0e39" -bg-magenta-nuanced = "#230631" -bg-cyan-nuanced = "#041529" +bg-red-nuanced = "#3a0c14" +bg-green-nuanced = "#092f1f" +bg-yellow-nuanced = "#381d0f" +bg-blue-nuanced = "#12154a" +bg-magenta-nuanced = "#2f0c3f" +bg-cyan-nuanced = "#042837" # Uncommon accent backgrounds bg-ochre = "#442c2f" diff --git a/runtime/themes/modus_vivendi_tinted.toml b/runtime/themes/modus_vivendi_tinted.toml index 624a261c9..2f9e2bb19 100644 --- a/runtime/themes/modus_vivendi_tinted.toml +++ b/runtime/themes/modus_vivendi_tinted.toml @@ -1,13 +1,13 @@ # Author: Matous Dzivjak # 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.3.0 +# Version 4.4.0 inherits = "modus_vivendi" "comment" = "red-faint" -"ui.cursor.primary" = { fg = "bg-main", bg = "red" } +"ui.cursor.primary" = { fg = "bg-main", bg = "magenta-intense" } [palette] # Basic values @@ -76,12 +76,12 @@ bg-blue-subtle = "#242679" bg-magenta-subtle = "#552f5f" bg-cyan-subtle = "#004065" -bg-red-nuanced = "#350f14" -bg-green-nuanced = "#002718" -bg-yellow-nuanced = "#2c1f00" -bg-blue-nuanced = "#131c4d" -bg-magenta-nuanced = "#2f133f" -bg-cyan-nuanced = "#04253f" +bg-red-nuanced = "#3a0c14" +bg-green-nuanced = "#092f1f" +bg-yellow-nuanced = "#381d0f" +bg-blue-nuanced = "#12154a" +bg-magenta-nuanced = "#2f0c3f" +bg-cyan-nuanced = "#042837" # Special purpose bg-completion = "#483d8a" @@ -140,5 +140,5 @@ bg-lavender = "#38325c" bg-sage = "#0f3d30" # Paren match -bg-paren-match = "#2f7f9f" +bg-paren-match = "#5f789f" bg-paren-expression = "#453040" diff --git a/runtime/themes/modus_vivendi_tritanopia.toml b/runtime/themes/modus_vivendi_tritanopia.toml index 983bb7546..7d8569d23 100644 --- a/runtime/themes/modus_vivendi_tritanopia.toml +++ b/runtime/themes/modus_vivendi_tritanopia.toml @@ -104,12 +104,12 @@ bg-blue-subtle = "#242679" bg-magenta-subtle = "#552f5f" bg-cyan-subtle = "#004065" -bg-red-nuanced = "#2c0614" -bg-green-nuanced = "#001904" -bg-yellow-nuanced = "#221000" -bg-blue-nuanced = "#0f0e39" -bg-magenta-nuanced = "#230631" -bg-cyan-nuanced = "#041529" +bg-red-nuanced = "#3a0c14" +bg-green-nuanced = "#092f1f" +bg-yellow-nuanced = "#381d0f" +bg-blue-nuanced = "#12154a" +bg-magenta-nuanced = "#2f0c3f" +bg-cyan-nuanced = "#042837" # Uncommon accent backgrounds bg-ochre = "#442c2f"