mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-05 05:04:27 -04:00
Add color to position info lines in Notepad (#1902)
This commit is contained in:
parent
44c319dcc6
commit
b5ac792853
3 changed files with 12 additions and 0 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue