summaryrefslogtreecommitdiffstats
path: root/.config/sway/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/sway/config')
-rw-r--r--.config/sway/config21
1 files changed, 10 insertions, 11 deletions
diff --git a/.config/sway/config b/.config/sway/config
index fee563a..77cb742 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -22,17 +22,16 @@ set $menu wofi -f --show run | xargs swaymsg exec --
set $screenshot grim ~/scrn-$(date +"%Y-%m-%d-%H-%M-%S").png
set $screenclip slurp | grim -g - ~/scrn-$(date +"%Y-%m-%d-%H-%M-%S").png
-set $cl_high #009ddc
-set $cl_indi #d9d8d8
-set $cl_back #231f20
-set $cl_fore #d9d8d8
-set $cl_urge #ee2e24
-
-# Colors border bg text indi childborder
-client.focused $cl_high $cl_high $cl_fore $cl_indi $cl_high
-client.focused_inactive $cl_back $cl_back $cl_fore $cl_back $cl_back
-client.unfocused $cl_back $cl_back $cl_fore $cl_back $cl_back
-client.urgent $cl_urge $cl_urge $cl_fore $cl_urge $cl_urge
+include colorscheme
+#
+# Basic color configuration using the Base16 variables for windows and borders.
+# Property Name Border BG Text Indicator Child Border
+client.focused $base05 $base0D $base00 $base0D $base0D
+client.focused_inactive $base01 $base01 $base05 $base03 $base01
+client.unfocused $base01 $base00 $base05 $base01 $base01
+client.urgent $base08 $base08 $base00 $base08 $base08
+client.placeholder $base00 $base00 $base05 $base00 $base00
+client.background $base07
# Window borders
default_border pixel 1