mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-27 23:54:14 +02:00
fix: selected text bg in default-light theme (#1578)
This commit is contained in:
parent
c63574dc78
commit
7c35def686
@ -69,7 +69,7 @@ impl ColourPalette {
|
|||||||
|
|
||||||
pub fn default_light_mode() -> Self {
|
pub fn default_light_mode() -> Self {
|
||||||
Self {
|
Self {
|
||||||
selected_text_style: color!(Color::White),
|
selected_text_style: color!(Color::White).bg(Color::LightBlue),
|
||||||
table_header_style: color!(Color::Black).add_modifier(Modifier::BOLD),
|
table_header_style: color!(Color::Black).add_modifier(Modifier::BOLD),
|
||||||
ram_style: color!(Color::Blue),
|
ram_style: color!(Color::Blue),
|
||||||
#[cfg(not(target_os = "windows"))]
|
#[cfg(not(target_os = "windows"))]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user