diff options
Diffstat (limited to '.config/sway/config.d/colors.conf')
| -rw-r--r-- | .config/sway/config.d/colors.conf | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.config/sway/config.d/colors.conf b/.config/sway/config.d/colors.conf deleted file mode 100644 index 4a0f1f5..0000000 --- a/.config/sway/config.d/colors.conf +++ /dev/null @@ -1,18 +0,0 @@ -# vim: ft=swayconfig - -font pango:Iosevka Etoile 9 - -set $text #fffffb -set $text2 #bdc0ba -set $bg #1c1c1c -set $bg2 #69b0ac -set $main #70649a -set $main2 #8a6bbe -set $urgent #cb1b45 -set $urgent2 #db4d6d -set $indicator $text2 - -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 |