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:
parent
526c882800
commit
1284c1891b
1 changed files with 3 additions and 3 deletions
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue