From c6242b8569583fc741fbaa58d44c783a70632b21 Mon Sep 17 00:00:00 2001 From: daimond113 Date: Thu, 6 Feb 2025 23:00:03 +0100 Subject: [PATCH] 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. --- src/cli/commands/publish.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/commands/publish.rs b/src/cli/commands/publish.rs index 2d1cb4e..f0c0a9e 100644 --- a/src/cli/commands/publish.rs +++ b/src/cli/commands/publish.rs @@ -92,7 +92,7 @@ impl PublishCommand { manifest.name, manifest.target )) .bold() - .on_black() + .on_color256(235) ); if manifest.private {