refactor: use better colors for the publish command

Switches the background color of the publish
command's package announcement to a better
looking color. Will possibly change the design
of the command's UI in the future.
This commit is contained in:
daimond113 2025-02-06 23:00:03 +01:00
parent ff6d37bf27
commit c6242b8569
No known key found for this signature in database
GPG key ID: 640DC95EC1190354

View file

@ -92,7 +92,7 @@ impl PublishCommand {
manifest.name, manifest.target
))
.bold()
.on_black()
.on_color256(235)
);
if manifest.private {