mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-16 01:43:51 +01:00
refactor: UiColors -> colors module
This commit is contained in:
parent
de1aa3889c
commit
d119ce6b0d
4 changed files with 50 additions and 49 deletions
|
|
@ -98,7 +98,7 @@ pub struct CliOpt {
|
|||
unique_hint: bool,
|
||||
|
||||
#[clap(flatten)]
|
||||
colors: ui::UiColors,
|
||||
colors: colors::UiColors,
|
||||
|
||||
/// Align hint with its match.
|
||||
#[clap(long, arg_enum, default_value = "leading")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue