diff options
Diffstat (limited to '.config/sway/config.d/colors.conf')
| -rw-r--r-- | .config/sway/config.d/colors.conf | 22 |
1 files changed, 11 insertions, 11 deletions
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 |