Skip to content

Commit

Permalink
Minor tweak to LCD theme to show proper hover on buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
shartrec committed Jul 18, 2024
1 parent 0659998 commit 44cf3e5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/ui/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,7 @@ lazy_static! {
weak: Pair::new(Color::from_rgb8(0x00,0x50,0x60), palette.text), // Grey Blue
.. Background::new(palette.background, palette.text)
},
primary: Primary{
base: Pair::new(palette.primary, palette.text),
weak: Pair::new(Color::from_rgb8(0x74,0x8d,0x7e), palette.text),
strong: Pair::new(palette.primary, palette.text)
},
primary: Primary::generate(palette.primary, palette.background, palette.text),
secondary: Secondary{
strong: Pair::new(Color::from_rgb8(0x04,0x04,0x04,), palette.text),
.. Secondary::generate(Color::BLACK, Color::WHITE)
Expand Down

0 comments on commit 44cf3e5

Please sign in to comment.