summaryrefslogtreecommitdiff
path: root/.config/sway/config.d/00-colors
diff options
context:
space:
mode:
authorAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2023-06-28 13:21:24 -0300
committerAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2023-06-28 13:23:03 -0300
commit9f8df2fbd32797b568553729b50d987e10a70840 (patch)
treec5da85c7a651fbee19954af73f8907c85456bc58 /.config/sway/config.d/00-colors
parent8aa44a9d090eb2bd94d358083ea31aca5f16b3ab (diff)
aaaa
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
Diffstat (limited to '.config/sway/config.d/00-colors')
-rw-r--r--.config/sway/config.d/00-colors16
1 files changed, 16 insertions, 0 deletions
diff --git a/.config/sway/config.d/00-colors b/.config/sway/config.d/00-colors
new file mode 100644
index 0000000..990cca4
--- /dev/null
+++ b/.config/sway/config.d/00-colors
@@ -0,0 +1,16 @@
+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