Skip to content

Commit

Permalink
feat(theme): update default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Beastwick18 committed Jun 24, 2024
1 parent 8b780fe commit c0043d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ impl Default for Theme {
bg: Color::Reset,
fg: Color::White,
border: BorderType::Plain,
border_color: Color::White,
border_color: Color::Gray,
border_focused_color: Color::LightCyan,
hl_bg: Color::DarkGray,
solid_bg: Color::White,
Expand Down

0 comments on commit c0043d9

Please sign in to comment.