30fef6a79d
remove reduncancies
12 lines
478 B
Lua
12 lines
478 B
Lua
laptop.register_theme("Red", {
|
|
desktop_background = "laptop_theme_red_desktop_background.png",
|
|
app_background = "laptop_theme_red_app_background.png",
|
|
major_button = "laptop_theme_red_major_button.png",
|
|
back_button = "laptop_theme_red_back_button.png",
|
|
exit_button = "laptop_theme_red_exit_button.png",
|
|
desktop_icon_button = "laptop_theme_red_desktop_icon_button.png",
|
|
table_highlight_bgcolor='#FF6666',
|
|
table_highlight_textcolor='#000000',
|
|
os_min_version = '7.00',
|
|
})
|