Skip to content

Commit

Permalink
yellow-green
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Oct 4, 2024
1 parent 6b0e9df commit f8a9454
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/soroban-cli/src/commands/global.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ use std::path::PathBuf;
use super::config;

const USAGE_STYLES: Styles = Styles::styled()
.header(AnsiColor::Red.on_default().bold())
.usage(AnsiColor::Red.on_default().bold())
.literal(AnsiColor::Blue.on_default().bold())
.header(AnsiColor::Yellow.on_default())
.usage(AnsiColor::Green.on_default())
.literal(AnsiColor::Green.on_default())
.placeholder(AnsiColor::Green.on_default());

#[derive(Debug, clap::Args, Clone, Default)]
Expand Down

0 comments on commit f8a9454

Please sign in to comment.