diff options
Diffstat (limited to 'home-config/sway/config.d/theme')
-rw-r--r-- | home-config/sway/config.d/theme | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/home-config/sway/config.d/theme b/home-config/sway/config.d/theme index 4fb10b7..43ebb81 100644 --- a/home-config/sway/config.d/theme +++ b/home-config/sway/config.d/theme @@ -1,16 +1,18 @@ ### Set borders gaps inner 10 for_window [class="^.*"] border pixel 2 +default_border pixel 2 +default_floating_border pixel 2 ### Colors # class border backgr. text indicator child_border client.background #14171d -client.focused #4d4754 #14171d #ffffff #ada0a8 #4d4754 -client.focused_inactive #4d4754 #14171d #ffffff #4d4754 #14171d +client.focused #4d4754 #14171d #ffffff #4d4754 #4d4754 +client.focused_inactive #4d4754 #14171d #ffffff #14171d #14171d client.focused_tab_title #4d4754 #14171d #ffffff -client.unfocused #14171d #14171d #ffffff #4d4754 #14171d -client.urgent #cc5c5c #a63a3a #ffffff #cc5c5c #a63a3a +client.unfocused #14171d #14171d #ffffff #14171d #14171d +client.urgent #cc5c5c #a63a3a #ffffff #a63a3a #a63a3a ### SwayFX |