minetest-laptop/themes/cubic_theme.lua
Alexander Weber 7f69ada7b5 converted themes to unix lineendings
added textcolor to API.md
set basic theme textcolor to white
2017-12-11 11:47:21 +01:00

9 lines
393 B
Lua

laptop.register_theme("Cubic", {
launcher_bg = "laptop_theme_cubic_launcher_bg.png",
app_bg = "laptop_theme_cubic_app_bg.png",
major_button = "laptop_theme_cubic_major_button.png",
minor_button = "laptop_theme_minor_button.png",
back_button = "laptop_theme_cubic_back_button.png",
exit_button = "laptop_theme_cubic_exit_button.png",
app_button = "laptop_theme_cubic_app_button.png",
})