Unnamed repository; edit this file 'description' to name the repository.
Update modus themes to 4.6.0 (#11949)
Alexis Mousset 2024-11-21
parent b97c745 · commit 8c6ca3c
-rw-r--r--runtime/themes/modus_operandi.toml2
-rw-r--r--runtime/themes/modus_operandi_deuteranopia.toml2
-rw-r--r--runtime/themes/modus_operandi_tinted.toml2
-rw-r--r--runtime/themes/modus_operandi_tritanopia.toml2
-rw-r--r--runtime/themes/modus_vivendi.toml4
-rw-r--r--runtime/themes/modus_vivendi_deuteranopia.toml4
-rw-r--r--runtime/themes/modus_vivendi_tinted.toml4
-rw-r--r--runtime/themes/modus_vivendi_tritanopia.toml4
8 files changed, 12 insertions, 12 deletions
diff --git a/runtime/themes/modus_operandi.toml b/runtime/themes/modus_operandi.toml
index 362f9777..5d84741b 100644
--- a/runtime/themes/modus_operandi.toml
+++ b/runtime/themes/modus_operandi.toml
@@ -1,6 +1,6 @@
# Author: Alexis Mousset <[email protected]>
# Adapted from https://protesilaos.com/emacs/modus-themes, by Protesilaos Stavrou
-# Version 4.4.0
+# Version 4.6.0
#
# Syntax highlighting
diff --git a/runtime/themes/modus_operandi_deuteranopia.toml b/runtime/themes/modus_operandi_deuteranopia.toml
index 27f19a7a..24d460f6 100644
--- a/runtime/themes/modus_operandi_deuteranopia.toml
+++ b/runtime/themes/modus_operandi_deuteranopia.toml
@@ -2,7 +2,7 @@
# modus_operandi.toml variant
#
# This variant is optimized for users with red-green color deficiency (deuteranopia)
-# Version 4.4.0
+# Version 4.6.0
inherits = "modus_operandi"
diff --git a/runtime/themes/modus_operandi_tinted.toml b/runtime/themes/modus_operandi_tinted.toml
index 1f285361..63c74f2a 100644
--- a/runtime/themes/modus_operandi_tinted.toml
+++ b/runtime/themes/modus_operandi_tinted.toml
@@ -1,6 +1,6 @@
# Author: Alexis Mousset <[email protected]>
# modus_operandi.toml variant
-# Version 4.4.0
+# Version 4.6.0
inherits = "modus_operandi"
diff --git a/runtime/themes/modus_operandi_tritanopia.toml b/runtime/themes/modus_operandi_tritanopia.toml
index 49d40e93..90fa59f6 100644
--- a/runtime/themes/modus_operandi_tritanopia.toml
+++ b/runtime/themes/modus_operandi_tritanopia.toml
@@ -2,7 +2,7 @@
# modus_operandi.toml variant
#
# This variant is optimized for users with blue-yellow color deficiency (tritanopia)
-# Version 4.4.0
+# Version 4.6.0
inherits = "modus_operandi"
diff --git a/runtime/themes/modus_vivendi.toml b/runtime/themes/modus_vivendi.toml
index 952683ee..00c55e3b 100644
--- a/runtime/themes/modus_vivendi.toml
+++ b/runtime/themes/modus_vivendi.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-theme.el
-# Version 4.4.0
+# Version 4.6.0
# Syntax highlighting
# -------------------
@@ -124,7 +124,7 @@ bg-inactive = "#303030"
# Common accent foregrounds
red = "#ff5f59"
red-warmer = "#ff6b55"
-red-cooler = "#ff7f9f"
+red-cooler = "#ff7f86"
red-faint = "#ff9580"
red-intense = "#ff5f5f"
green = "#44bc44"
diff --git a/runtime/themes/modus_vivendi_deuteranopia.toml b/runtime/themes/modus_vivendi_deuteranopia.toml
index 294196f3..a787359e 100644
--- a/runtime/themes/modus_vivendi_deuteranopia.toml
+++ b/runtime/themes/modus_vivendi_deuteranopia.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-deuteranopia-theme.el
-# Version 4.3.0
+# Version 4.6.0
inherits = "modus_vivendi"
@@ -37,7 +37,7 @@ border = "#646464"
# Common accent foregrounds
red = "#ff5f59"
red-warmer = "#ff6b55"
-red-cooler = "#ff7f9f"
+red-cooler = "#ff7f86"
red-faint = "#ff9580"
red-intense = "#ff5f5f"
green = "#44bc44"
diff --git a/runtime/themes/modus_vivendi_tinted.toml b/runtime/themes/modus_vivendi_tinted.toml
index 2f9e2bb1..c7f9f76f 100644
--- a/runtime/themes/modus_vivendi_tinted.toml
+++ b/runtime/themes/modus_vivendi_tinted.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-tinted-theme.el
-# Version 4.4.0
+# Version 4.6.0
inherits = "modus_vivendi"
@@ -23,7 +23,7 @@ border = "#61647a"
# Common accent foregrounds
red = "#ff5f59"
red-warmer = "#ff6b55"
-red-cooler = "#ff7f9f"
+red-cooler = "#ff7f86"
red-faint = "#ff9f80"
red-intense = "#ff5f5f"
green = "#44bc44"
diff --git a/runtime/themes/modus_vivendi_tritanopia.toml b/runtime/themes/modus_vivendi_tritanopia.toml
index 7d8569d2..89cbee75 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.3.0
+# Version 4.6.0
inherits = "modus_vivendi"
@@ -51,7 +51,7 @@ border = "#646464"
# Common accent foregrounds
red = "#ff5f59"
red-warmer = "#ff6740"
-red-cooler = "#ff6f9f"
+red-cooler = "#ff7f86"
red-faint = "#ff9070"
red-intense = "#ff5f5f"
green = "#44bc44"