From 5e8d9aef23d3f528a614741f3f26ba83bec6e186 Mon Sep 17 00:00:00 2001 From: coat Date: Thu, 16 Dec 2021 19:30:30 -0600 Subject: sway colors i think --- .config/sway/config | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to '.config/sway/config') 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 -- cgit v1.2.3