summaryrefslogtreecommitdiff
path: root/.config/sway/config.d/00-colors
diff options
context:
space:
mode:
Diffstat (limited to '.config/sway/config.d/00-colors')
-rw-r--r--.config/sway/config.d/00-colors16
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