Add files via upload

This commit is contained in:
Gerold55 2017-12-15 02:39:43 -05:00 committed by GitHub
parent 19879db7d7
commit 02f6a7bcd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
themes/fruit_theme.lua Normal file
View File

@ -0,0 +1,9 @@
laptop.register_theme("Fruit", {
launcher_bg = "laptop_theme_fruit_launcher_bg.png",
app_bg = "laptop_theme_fruit_app_bg.png",
major_button = "laptop_theme_fruit_major_button.png",
minor_button = "laptop_theme_minor_button.png",
back_button = "laptop_theme_fruit_back_button.png",
exit_button = "laptop_theme_fruit_exit_button.png",
app_button = "laptop_theme_fruit_app_button.png",
})