diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-10 12:32:48 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-10 12:41:25 +0100 |
| commit | 63feeb9f369fc6176e85c1c2d8fcc863caad1946 (patch) | |
| tree | 41cd5d2d1ec36e74e464caab722cc9b460153f04 /.config/sway/config.d/colors.conf | |
| parent | 5bd0a4aca65ecb9818ef1285982d160b6b6ff665 (diff) | |
start new
Signed-off-by: Robert Günzler <r@gnzler.io>
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 |