lazygit: use consistent border colors (#1907)

Link: https://github.com/nix-community/stylix/pull/1907

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
Mikołaj Lercher 2025-09-24 21:56:38 +00:00 committed by GitHub
parent 526c882800
commit 1284c1891b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ];