Skip to content

Commit

Permalink
feat: reword tui_theme_colors config option help text
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Mar 25, 2023
1 parent e381808 commit e232f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ pub struct Args {
#[clap(long, default_value = "100ms", display_order = 30)]
pub tui_refresh_rate: String,

/// The TUI theme colors [item1=color,item2=color]
/// The TUI theme colors [item=color,item=color,..]
#[clap(long, value_delimiter(','), value_parser = parse_tui_theme_color_value, display_order = 31)]
pub tui_theme_colors: Vec<(TuiThemeItem, TuiColor)>,

Expand Down

0 comments on commit e232f74

Please sign in to comment.