scheme: use material colours for layers & accents

This commit is contained in:
2 * r + 2 * t
2025-03-07 17:43:15 +11:00
parent d00540f56c
commit d9196304ca
5 changed files with 158 additions and 60 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ if contains -- "$scheme" $valid_schemes
set -l mode $flavour
if test -z "$mode"
# Try to use current mode if not provided and current mode exists for flavour, otherwise random mode
set $mode (cat $C_STATE/scheme/current-mode.txt 2> /dev/null)
set mode (cat $C_STATE/scheme/current-mode.txt 2> /dev/null)
contains -- "$mode" $modes || set mode (random choice $modes)
end