From ad1edb5996ca407768c849e7f971f570a6c33c34 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 2 Nov 2021 18:05:48 +0100 Subject: sway: split out colors --- .config/sway/colors.conf.in | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .config/sway/colors.conf.in (limited to '.config/sway/colors.conf.in') diff --git a/.config/sway/colors.conf.in b/.config/sway/colors.conf.in new file mode 100644 index 0000000..2027754 --- /dev/null +++ b/.config/sway/colors.conf.in @@ -0,0 +1,19 @@ + +set $text {{ hex .gofun }} +set $text2 {{ hex .shironezumi }} +set $bg {{ hex .sumi }} +set $bg2 {{ hex (lighter .sumi 0.2) }} +set $main {{ hex .futaai }} +set $main2 {{ hex .shikon }} + +set $urgent {{ hex .enji }} +set $urgent2 {{ hex .hiwada }} +set $indicator_focused {{ hex .hanaba }} +set $indicator_unfocused $bg + +client.focused $main $main $text $indicator_focused $main +# client.focused_inactive $bg $bg $text2 $indicator_unfocused $bg +client.focused_inactive $main2 $main2 $text2 $indicator_unfocused $main2 +client.unfocused $bg $bg $text2 $indicator_unfocused $bg +# client.unfocused $main2 $main2 $text2 $indicator_unfocused $main2 +client.urgent $urgent2 $urgent $text $indicator_focused $urgent -- cgit 1.4.1