mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-16 02:53:23 +00:00
Add color to position info lines in Notepad (#1902)
This commit is contained in:
@@ -86,6 +86,12 @@ const Style Styles::bg_blue{
|
||||
.foreground = Color::white(),
|
||||
};
|
||||
|
||||
const Style Styles::bg_dark_blue{
|
||||
.font = font::fixed_8x16,
|
||||
.background = Color::dark_blue(),
|
||||
.foreground = Color::white(),
|
||||
};
|
||||
|
||||
const Style Styles::light_grey{
|
||||
.font = font::fixed_8x16,
|
||||
.background = Color::black(),
|
||||
|
||||
Reference in New Issue
Block a user