Unnamed repository; edit this file 'description' to name the repository.
give modus-vivendi rainbows (#14131)
| -rw-r--r-- | runtime/themes/modus_vivendi.toml | 2 | ||||
| -rw-r--r-- | runtime/themes/modus_vivendi_deuteranopia.toml | 2 | ||||
| -rw-r--r-- | runtime/themes/modus_vivendi_tritanopia.toml | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/runtime/themes/modus_vivendi.toml b/runtime/themes/modus_vivendi.toml index 5868f4f8..bd3c8a4f 100644 --- a/runtime/themes/modus_vivendi.toml +++ b/runtime/themes/modus_vivendi.toml @@ -112,6 +112,8 @@ warning = "yellow-warmer" info = "cyan-cooler" hint = "blue-cooler" +rainbow = ["red", "yellow-warmer", "green-intense", "cyan-cooler", "blue", "magenta-intense"] + [palette] # Basic values bg-main = "#000000" diff --git a/runtime/themes/modus_vivendi_deuteranopia.toml b/runtime/themes/modus_vivendi_deuteranopia.toml index a787359e..5776fe21 100644 --- a/runtime/themes/modus_vivendi_deuteranopia.toml +++ b/runtime/themes/modus_vivendi_deuteranopia.toml @@ -23,6 +23,8 @@ warning = "magenta-faint" info = "cyan" hint = "blue" +rainbow = ["red", "yellow-intense", "green-intense", "cyan-cooler", "blue", "magenta-intense"] + [palette] # Basic values bg-main = "#000000" diff --git a/runtime/themes/modus_vivendi_tritanopia.toml b/runtime/themes/modus_vivendi_tritanopia.toml index 89cbee75..1f83bd02 100644 --- a/runtime/themes/modus_vivendi_tritanopia.toml +++ b/runtime/themes/modus_vivendi_tritanopia.toml @@ -37,6 +37,8 @@ warning = "magenta" info = "cyan" hint = "blue" +rainbow = ["red", "yellow-cooler", "green-intense", "cyan-cooler", "blue", "magenta-intense"] + [palette] # Basic values bg-main = "#000000" |