From 4950442f8bd294c7b7da9d23ca01dc9640afd6d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 8 Nov 2022 20:31:16 +0100 Subject: [PATCH] feat(i3): highlight borders blue --- configs/i3.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/i3.nix b/configs/i3.nix index ba1a8d5..0cbbb0e 100644 --- a/configs/i3.nix +++ b/configs/i3.nix @@ -120,9 +120,9 @@ in { focused = scheme // { - border = colours.cyan.bright; - indicator = colours.cyan.bright; - childBorder = colours.cyan.bright; + border = colours.blue.bright; + indicator = colours.blue.bright; + childBorder = colours.blue.bright; }; unfocused = scheme