From e5df34d7e21364fe8eeeba78bf2c654afed22ad3 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Tue, 26 Aug 2025 14:23:09 -0600 Subject: [PATCH] sway: add a more visible color to focused windows' titlebar --- home/modules/gui/sway.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/gui/sway.nix b/home/modules/gui/sway.nix index 7f92cf2..11a6334 100644 --- a/home/modules/gui/sway.nix +++ b/home/modules/gui/sway.nix @@ -97,7 +97,7 @@ in { colors = { background = "#141414"; focused = { - border = "#1c1c1c"; + border = "#444444"; background = "#000000"; text = "#eaeaea"; indicator = "#000000";