mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 02:17:39 +00:00
3D buttons, to make UI clearer
This commit is contained in:
@@ -92,10 +92,18 @@ struct Color {
|
||||
return { 255, 255, 255 };
|
||||
}
|
||||
|
||||
static constexpr Color grey() {
|
||||
static constexpr Color light_grey() {
|
||||
return { 127, 127, 127 };
|
||||
}
|
||||
|
||||
static constexpr Color grey() {
|
||||
return { 91, 91, 91 };
|
||||
}
|
||||
|
||||
static constexpr Color dark_grey() {
|
||||
return { 63, 63, 63 };
|
||||
}
|
||||
|
||||
static constexpr Color purple() {
|
||||
return { 204, 0, 102 };
|
||||
}
|
||||
|
Reference in New Issue
Block a user