Skip to content

Commit

Permalink
fix: selected text bg in default-light theme (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-huan authored Sep 3, 2024
1 parent c63574d commit 7c35def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options/config/style/themes/default.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"))]
Expand Down

0 comments on commit 7c35def

Please sign in to comment.