sway: mejorar colores

This commit is contained in:
Cat /dev/Nulo 2023-02-07 15:53:31 -03:00
parent b41e6274dc
commit 5aa6f79f70

View file

@ -1,6 +1,6 @@
#include ~/.cache/themer.lua/sway-colors
set $background #000000
set $backgroundish #26233a
set $backgroundish #333333
set $muted #6e6a86
set $foreground #dddddd
set $accent #eb6f92
@ -222,9 +222,9 @@ bar {
}
}
client.focused $foreground $foreground $background $accent
client.focused_inactive $muted $muted $background
client.unfocused $background $background $foreground
client.focused #0353A4 #0353A4 #eeeeee #3799FB
client.focused_inactive $muted $muted $background
client.unfocused $backgroundish $backgroundish $foreground
titlebar_border_thickness 1
bindsym $mod+z exec swaync-client --close-latest
@ -245,7 +245,7 @@ bindsym --locked XF86AudioNext exec 'playerctl next'
bindsym --locked XF86MonBrightnessUp exec 'brillo -u 150000 -A 5; brillo -O'
bindsym --locked XF86MonBrightnessDown exec 'brillo -u 150000 -U 5; brillo -O'
default_border pixel 4
default_border pixel 5
focus_follows_mouse no