From d9196304cae3c4b901e1fb7e2d966c6cefb525c3 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 7 Mar 2025 17:43:15 +1100 Subject: scheme: use material colours for layers & accents --- scheme/main.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scheme/main.fish') diff --git a/scheme/main.fish b/scheme/main.fish index 8c11a09..129856a 100755 --- a/scheme/main.fish +++ b/scheme/main.fish @@ -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 -- cgit v1.2.3-freya