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
parent 07e51a12db
commit 61da57ac9d
Signed by: fabian
GPG key ID: 1FFAC35E1798174F

View file

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