From 1a220f1578ce0e18cffff97ae8ba68d6a4dfea4d Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Sat, 8 Jul 2023 04:56:15 +0900 Subject: flavours: control font setting centrally MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .config/sway/config.d/colors.conf | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to '.config/sway/config.d/colors.conf') diff --git a/.config/sway/config.d/colors.conf b/.config/sway/config.d/colors.conf index 498a50c..4a0f1f5 100644 --- a/.config/sway/config.d/colors.conf +++ b/.config/sway/config.d/colors.conf @@ -1,18 +1,18 @@ +# vim: ft=swayconfig + +font pango:Iosevka Etoile 9 set $text #fffffb set $text2 #bdc0ba set $bg #1c1c1c -set $bg2 #bdc0ba -set $main #8a6bbe -set $main2 #70649a +set $bg2 #69b0ac +set $main #70649a +set $main2 #8a6bbe set $urgent #cb1b45 set $urgent2 #db4d6d -set $indicator_focused #fad689 -set $indicator_unfocused $bg +set $indicator $text2 -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 +client.focused $main $main $text $indicator $main +client.focused_inactive $bg $bg $text2 $bg $bg +client.unfocused $bg $bg $text2 $bg $bg +client.urgent $urgent2 $urgent $text $urgent2 $urgent \ No newline at end of file -- cgit 1.4.1