aboutsummaryrefslogtreecommitdiff
path: root/src/sdl/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdl/theme.c')
-rw-r--r--src/sdl/theme.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/sdl/theme.c b/src/sdl/theme.c
index 93b7950..680b6ee 100644
--- a/src/sdl/theme.c
+++ b/src/sdl/theme.c
@@ -24,6 +24,20 @@ DEFAULT_THEME = {
{ 0xff, 0xff, 0xff, 0xff },
{ 0x00, 0x00, 0x00, 0xff },
},
+ }, {
+ .align = TEXT_ALIGN_CENTER_CENTER,
+ .pad = { 0, 0 },
+ .colors = {
+ { 0xff, 0xff, 0xff, 0xff },
+ { 0x00, 0x00, 0x00, 0xff },
+ },
+ }, {
+ .align = TEXT_ALIGN_TOP_RIGHT,
+ .pad = { 10, 10 },
+ .colors = {
+ { 0xff, 0xff, 0xff, 0xff },
+ { 0x00, 0x00, 0x00, 0xff },
+ },
}},
.bg_styles = {{