This commit is contained in:
Harivansh Rathi 2026-03-30 23:21:00 -04:00
parent 692cddef21
commit 6dfcfad05f

View file

@ -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
'' ''