Skip to content

Commit

Permalink
Update modus themes to 4.6.0 (helix-editor#11949)
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset authored and rmburg committed Jan 20, 2025
1 parent 8130909 commit 3474b84
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion runtime/themes/modus_operandi.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion runtime/themes/modus_operandi_deuteranopia.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion runtime/themes/modus_operandi_tinted.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Author: Alexis Mousset <[email protected]>
# modus_operandi.toml variant
# Version 4.4.0
# Version 4.6.0

inherits = "modus_operandi"

Expand Down
2 changes: 1 addition & 1 deletion runtime/themes/modus_operandi_tritanopia.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions runtime/themes/modus_vivendi.toml
Original file line number Diff line number Diff line change
@@ -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
# -------------------
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions runtime/themes/modus_vivendi_deuteranopia.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions runtime/themes/modus_vivendi_tinted.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions runtime/themes/modus_vivendi_tritanopia.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 3474b84

Please sign in to comment.