laptop/themes/bubbles_theme.lua
Alexander Weber ae80e7eb2c Added theme:get_image_button(), move more code to theme-methods
Colorize more theme depending button texts
2017-12-18 20:04:56 +01:00

11 lines
420 B
Lua

laptop.register_theme("Bubbles", {
launcher_bg = "laptop_theme_bubbles_launcher_bg.png",
app_bg = "laptop_theme_blue_app_bg.png",
major_button = "laptop_theme_blue_major_button.png",
minor_button = "laptop_theme_minor_button.png",
back_button = "laptop_theme_blue_back_button.png",
exit_button = "laptop_theme_blue_exit_button.png",
app_button = "laptop_theme_blue_app_button.png",
app_textcolor = "#0000FF",
})