mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 21:03:25 +00:00
color
This commit is contained in:
parent
692cddef21
commit
6dfcfad05f
1 changed files with 4 additions and 4 deletions
|
|
@ -155,8 +155,8 @@ let
|
||||||
success = "#427b58";
|
success = "#427b58";
|
||||||
error = "#c5524a";
|
error = "#c5524a";
|
||||||
execTime = sharedPalette.gray;
|
execTime = sharedPalette.gray;
|
||||||
host = sharedPalette.gray;
|
host = "#665c54";
|
||||||
user = sharedPalette.gray;
|
user = "#665c54";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
@ -168,8 +168,8 @@ let
|
||||||
success = sharedPalette.green;
|
success = sharedPalette.green;
|
||||||
error = sharedPalette.red;
|
error = sharedPalette.red;
|
||||||
execTime = sharedPalette.gray;
|
execTime = sharedPalette.gray;
|
||||||
host = sharedPalette.gray;
|
host = "#ebdbb2";
|
||||||
user = sharedPalette.gray;
|
user = "#ebdbb2";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
''
|
''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue