sway: add a more visible color to focused windows' titlebar

This commit is contained in:
Fabian Montero 2025-08-26 14:23:09 -06:00 committed by chem
parent 7b5c19a19a
commit e5df34d7e2

View file

@ -97,7 +97,7 @@ in {
colors = {
background = "#141414";
focused = {
border = "#1c1c1c";
border = "#444444";
background = "#000000";
text = "#eaeaea";
indicator = "#000000";