diff --git a/Configs/sway.conf b/Configs/sway.conf index 4bb4f97..f5e63e9 100644 --- a/Configs/sway.conf +++ b/Configs/sway.conf @@ -158,13 +158,20 @@ bindsym $mod+r mode "resize" ### Status Bar: exec waybar -# -# Window Borders -# -for_window [class="^.*"] border pixel 3 +### Window Borders +for_window [class="^.*"] border pixel 2 gaps inner 2 -gaps outer 5 +gaps outer 2 + +### Colors +set $bg0 #2d353b +set $bg1 #343f44 +set $fg #d3c6aa +set $green #a7c080 +set $blue #7fbbb3 +set $yellow #dbbc7f +set $gray #868d80 ## Extra Stuff include /etc/sway/config.d/*