aboutsummaryrefslogtreecommitdiff
path: root/dot-config/sway/config
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2024-11-03 15:28:20 +0000
committerBlake Romero <blake@blkrom.com>2024-11-03 15:28:54 +0000
commite41d2bf50a9c3813c4a1f9d259fe3da76269692f (patch)
treeca516537d6c66db321a196120b4b0d750313ffda /dot-config/sway/config
parent2366e81db0799d6e811a31fb18e3c4c9466a5eed (diff)
Update sway border size & colour
Diffstat (limited to 'dot-config/sway/config')
-rw-r--r--dot-config/sway/config7
1 files changed, 6 insertions, 1 deletions
diff --git a/dot-config/sway/config b/dot-config/sway/config
index fb2bfe5..6bebab0 100644
--- a/dot-config/sway/config
+++ b/dot-config/sway/config
@@ -72,7 +72,12 @@ gaps inner $igap
gaps outer $ogap
# Style
-default_border pixel 4px
+default_border pixel 2px
+set $focuscol "#b4befe"
+set $inactcol "#313244"
+client.focused $focuscol $focuscol #000000 $focuscol
+client.unfocused $inactcol $inactcol #000000 $inactcol
+client.focused_inactive $inactcol $inactcol #000000 $inactcol
# Bindings
floating_modifier $mod normal