From c68e7bc83306b16bb6436400e8f8b3f51031f952 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sat, 30 Apr 2022 23:08:18 -0300 Subject: [PATCH] sway: Usar mejores colores para mostrar ventanas activas --- .config/sway/config | 4 ++-- .config/themer.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 3ec449d..0f77ab5 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -207,8 +207,8 @@ bar { } } -client.focused $accent $accent $background -client.focused_inactive $backgroundish $backgroundish $foreground +client.focused $subtle $subtle $background +client.focused_inactive $muted $muted $background client.unfocused $backgroundish $background $foreground titlebar_border_thickness 1 diff --git a/.config/themer.lua b/.config/themer.lua index 857c361..de600d1 160000 --- a/.config/themer.lua +++ b/.config/themer.lua @@ -1 +1 @@ -Subproject commit 857c36192d9ca3443f55ea740b3112e63a0756cc +Subproject commit de600d1ecc6d4a7ed799cd1b1c85624662075ae3