diff options
author | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2023-10-28 04:11:37 +0200 |
---|---|---|
committer | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2023-10-28 04:11:37 +0200 |
commit | 76b182688e2a019f9e1e7f858e0ba2c164604e9b (patch) | |
tree | 92e88dcbe533eee70164ff59d7d363e726794ba5 /.config/sway/config.d/00-colors | |
parent | 9f8df2fbd32797b568553729b50d987e10a70840 (diff) |
Diffstat (limited to '.config/sway/config.d/00-colors')
-rw-r--r-- | .config/sway/config.d/00-colors | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.config/sway/config.d/00-colors b/.config/sway/config.d/00-colors deleted file mode 100644 index 990cca4..0000000 --- a/.config/sway/config.d/00-colors +++ /dev/null @@ -1,16 +0,0 @@ -set $base #191724 -set $text #e0def4 -set $urgent #eb6f92 -set $border #c4a7e7 -set $indicator #31748f -set $iborder #26233a -set $uborder #1f1d2e -set $sec_indicator #6e6a86 - -set $accent #c4a7e7 - -# client.<class> <border> <bg> <text> [<indicator> [<child_border>]] -client.focused $border $base $text $indicator $border -client.focused_inactive $iborder $base $text $sec_indicator $iborder -client.unfocused $uborder $base $text $sec_indicator $uborder -client.urgent $urgent $base $text $indicator $urgent |