From 1284c1891b72c8670164eefe602300fe2d87f0cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Lercher?= Date: Wed, 24 Sep 2025 21:56:38 +0000 Subject: [PATCH] lazygit: use consistent border colors (#1907) Link: https://github.com/nix-community/stylix/pull/1907 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- modules/lazygit/hm.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/lazygit/hm.nix b/modules/lazygit/hm.nix index f35c0b06..d13c4601 100644 --- a/modules/lazygit/hm.nix +++ b/modules/lazygit/hm.nix @@ -8,12 +8,12 @@ mkTarget { { programs.lazygit.settings.gui.theme = with colors.withHashtag; { activeBorderColor = [ - base07 + base0D "bold" ]; - inactiveBorderColor = [ base04 ]; + inactiveBorderColor = [ base03 ]; searchingActiveBorderColor = [ - base02 + base04 "bold" ]; optionsTextColor = [ base06 ];