From 61da57ac9d7e6c113c3115fc4f6264d3e1a93d94 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 5465d68..987d05c 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";