diff --git a/.config/sway/config b/.config/sway/config index ab48da7..7de0bbc 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -1,4 +1,10 @@ -include ~/.cache/themer.lua/sway-colors +#include ~/.cache/themer.lua/sway-colors +set $background #000000 +set $backgroundish #26233a +set $muted #6e6a86 +set $foreground #dddddd +set $accent #eb6f92 +set $accentish #ebbcba ### Variables # @@ -210,15 +216,15 @@ bar { colors { statusline $foreground background $background - focused_workspace $accent $accent $background + focused_workspace $foreground $foreground $background active_workspace $accentish $accentish $background inactive_workspace $background $background $foreground } } -client.focused $accent $accent $background $accentish -client.focused_inactive $muted $muted $background -client.unfocused $accent $backgroundish $foreground +client.focused $foreground $foreground $background $accent +client.focused_inactive $muted $muted $background +client.unfocused $background $background $foreground titlebar_border_thickness 1 bindsym $mod+z exec swaync-client --close-latest