mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 09:01:16 +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";
|
||||
error = "#c5524a";
|
||||
execTime = sharedPalette.gray;
|
||||
host = sharedPalette.gray;
|
||||
user = sharedPalette.gray;
|
||||
host = "#665c54";
|
||||
user = "#665c54";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
@ -168,8 +168,8 @@ let
|
|||
success = sharedPalette.green;
|
||||
error = sharedPalette.red;
|
||||
execTime = sharedPalette.gray;
|
||||
host = sharedPalette.gray;
|
||||
user = sharedPalette.gray;
|
||||
host = "#ebdbb2";
|
||||
user = "#ebdbb2";
|
||||
};
|
||||
in
|
||||
''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue