laptop/themes/magma_theme.lua
v-rob eb9f7aeee9
Add new theme code
Themes are now in separate folders except for Freedom, which is the default.
2017-12-06 16:21:03 -08:00

9 lines
401 B
Lua

laptop.register_theme("Magma", {
launcher_bg = "laptop_theme_magma_launcher_bg.png",
app_bg = "laptop_theme_magma_app_bg.png",
major_button = "laptop_theme_magma_major_button.png",
minor_button = "laptop_theme_minor_button.png",
back_button = "laptop_theme_magma_back_button.png",
exit_button = "laptop_theme_magma_exit_button.png",
app_button = "laptop_theme_magma_app_button.png",
})