Skip to content

Commit 2a9ae91

Browse files
kekrbyWhatAmISupposedToPutHere
authored andcommitted
Darken the button colors
1 parent e6a8601 commit 2a9ae91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ use display::DrmBackend;
3636

3737
const DFR_WIDTH: i32 = 2008;
3838
const DFR_HEIGHT: i32 = 64;
39-
const BUTTON_COLOR_INACTIVE: f64 = 0.267;
40-
const BUTTON_COLOR_ACTIVE: f64 = 0.567;
39+
const BUTTON_COLOR_INACTIVE: f64 = 0.200;
40+
const BUTTON_COLOR_ACTIVE: f64 = 0.400;
4141
const TIMEOUT_MS: i32 = 30 * 1000;
4242

4343
enum ButtonImage {

0 commit comments

Comments
 (0)