Sign in
pigweed
/
third_party
/
github
/
32blit
/
32blit-sdk
/
refs/heads/upstream/patch-picosystem-examples
/
.
/
launcher
/
theme.hpp
blob: 9bce057e1fd0f2b4eabc78f3572bb171fba72f90 [
file
] [
log
] [
blame
] [
edit
]
#pragma
once
#include
"32blit.hpp"
struct
Theme
{
blit
::
Pen
color_background
;
blit
::
Pen
color_overlay
;
blit
::
Pen
color_text
;
blit
::
Pen
color_accent
;
};
extern
Theme
theme
;
extern
void
init_theme
();