fix(ui): adjust default colors
This commit is contained in:
parent
aae9ad95ec
commit
4f13307828
2 changed files with 2 additions and 2 deletions
|
|
@ -104,7 +104,7 @@ fn color_elements(palette: Palette) -> ColoredElements {
|
||||||
unselected_styled_text: style!(background, palette.fg).bold(),
|
unselected_styled_text: style!(background, palette.fg).bold(),
|
||||||
unselected_suffix_separator: style!(palette.fg, background),
|
unselected_suffix_separator: style!(palette.fg, background),
|
||||||
disabled_prefix_separator: style!(background, palette.fg),
|
disabled_prefix_separator: style!(background, palette.fg),
|
||||||
disabled_styled_text: style!(background, palette.fg).dimmed(),
|
disabled_styled_text: style!(background, palette.fg).dimmed().italic(),
|
||||||
disabled_suffix_separator: style!(palette.fg, background),
|
disabled_suffix_separator: style!(palette.fg, background),
|
||||||
selected_single_letter_prefix_separator: style!(background, palette.green),
|
selected_single_letter_prefix_separator: style!(background, palette.green),
|
||||||
selected_single_letter_char_shortcut: style!(palette.red, palette.green).bold(),
|
selected_single_letter_char_shortcut: style!(palette.red, palette.green).bold(),
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@ pub mod colors {
|
||||||
pub const BRIGHT_GRAY: u8 = 245;
|
pub const BRIGHT_GRAY: u8 = 245;
|
||||||
pub const RED: u8 = 88;
|
pub const RED: u8 = 88;
|
||||||
pub const ORANGE: u8 = 166;
|
pub const ORANGE: u8 = 166;
|
||||||
pub const BLACK: u8 = 236;
|
pub const BLACK: u8 = 232;
|
||||||
pub const MAGENTA: u8 = 201;
|
pub const MAGENTA: u8 = 201;
|
||||||
pub const CYAN: u8 = 51;
|
pub const CYAN: u8 = 51;
|
||||||
pub const YELLOW: u8 = 226;
|
pub const YELLOW: u8 = 226;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue