fix: selected text bg in default-light theme (#1578)

This commit is contained in:
Stephen Huan 2024-09-03 00:27:03 -07:00 committed by GitHub
parent c63574dc78
commit 7c35def686
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,7 +69,7 @@ impl ColourPalette {
pub fn default_light_mode() -> 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),
ram_style: color!(Color::Blue),
#[cfg(not(target_os = "windows"))]