From 8a22b073193b0f06412e6ef035733988e22fb8cf Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Fri, 15 Nov 2024 20:46:14 +0900 Subject: [PATCH] feat: output field information in green and messages in orange(list-profile) --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index d481ff84f..51b552d97 100644 --- a/src/main.rs +++ b/src/main.rs @@ -803,7 +803,7 @@ impl App { write_color_buffer( &BufferWriter::stdout(ColorChoice::Always), get_writable_color( - Some(Color::Rgb(255, 175, 0)), + Some(Color::Rgb(0, 255, 0)), stored_static.common_options.no_color, ), "List of available profiles:",