From 76b182688e2a019f9e1e7f858e0ba2c164604e9b Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Sat, 28 Oct 2023 04:11:37 +0200 Subject: sway update --- .config/sway/config.d/00-colors | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .config/sway/config.d/00-colors (limited to '.config/sway/config.d/00-colors') 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. [ []] -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 -- cgit v1.2.3