summaryrefslogtreecommitdiff
path: root/.config/sway/config.d/05-colors
diff options
context:
space:
mode:
authorAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2023-10-28 04:11:37 +0200
committerAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2023-10-28 04:11:37 +0200
commit76b182688e2a019f9e1e7f858e0ba2c164604e9b (patch)
tree92e88dcbe533eee70164ff59d7d363e726794ba5 /.config/sway/config.d/05-colors
parent9f8df2fbd32797b568553729b50d987e10a70840 (diff)
sway updateHEADmain
Diffstat (limited to '.config/sway/config.d/05-colors')
-rw-r--r--.config/sway/config.d/05-colors16
1 files changed, 16 insertions, 0 deletions
diff --git a/.config/sway/config.d/05-colors b/.config/sway/config.d/05-colors
new file mode 100644
index 0000000..bf2de37
--- /dev/null
+++ b/.config/sway/config.d/05-colors
@@ -0,0 +1,16 @@
+set {
+ $background #191724
+ $accent #ebbcba
+ $border #ebbcba
+ $inactive_border #6e5a86
+ $unfocused_border #26233a
+ $text #e0def4
+ $indicator #9ccfd8
+ $sec_indicator #908caa
+ $urgent #eb6f92
+}
+
+client.focused $border $background $text $indicator $border
+client.focused_inactive $inactive_border $background $text $sec_indicator $inactive_border
+client.unfocused $unfocused_border $background $text $sec_indicator $unfocused_border
+client.urgent $urgent $background $text $indicator $urgent