OS Version Tweaks

This commit is contained in:
Grizzly Adam 2018-02-25 20:09:43 -06:00 committed by GitHub
parent eb30bcd1ed
commit 230b3df56d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 67 additions and 0 deletions

View File

@ -0,0 +1,19 @@
laptop.register_theme("Amber Shell", {
desktop_background = "laptop_theme_ambershell_desktop_background.png",
app_background = "laptop_theme_ambershell_app_background.png",
major_button = "laptop_theme_ambershell_major_button.png",
major_textcolor = "#FFB000",
minor_button = "laptop_theme_ambershell_minor_button.png",
minor_textcolor = "#000000",
back_button = "laptop_theme_ambershell_back_button.png",
back_textcolor = "#000000",
exit_button = "laptop_theme_ambershell_exit_button.png",
exit_character = " ",
desktop_icon_button = "laptop_theme_desktop_icon_label_button_black.png",
taskbar_clock_position_and_size = "9,3.5;4,2",
desktop_icon_label_button = "laptop_theme_desktop_icon_label_button_black.png",
desktop_icon_label_textcolor = '#FFB000',
titlebar_textcolor = "#000000",
textcolor = "#FFB000",
os_max_version = '3.11',
})

View File

@ -11,4 +11,5 @@ laptop.register_theme("Argyle", {
exit_textcolor = "#000000",
desktop_icon_label_textcolor = "#000000",
desktop_icon_label_button = "laptop_theme_desktop_icon_label_button_grey.png",
os_max_version = '6.99',
})

View File

@ -9,4 +9,5 @@ laptop.register_theme("Basic", {
exit_button = "blank.png",
desktop_icon_button = "blank.png",
textcolor = "#000000",
os_min_version = '7.00',
})

View File

@ -6,4 +6,5 @@ laptop.register_theme("Blue", {
back_button = "laptop_theme_blue_back_button.png",
exit_button = "laptop_theme_blue_exit_button.png",
desktop_icon_button = "laptop_theme_blue_desktop_icon_button.png",
os_min_version = '7.00',
})

View File

@ -13,4 +13,5 @@ laptop.register_theme("Boing!", {
taskbar_clock_position_and_size = "11,-.25;4,0.4",
desktop_icon_label_button = "laptop_theme_boing_major_button.png",
titlebar_textcolor = "#000000",
os_max_version = '7.99',
})

View File

@ -8,4 +8,5 @@ laptop.register_theme("Bubbles", {
desktop_icon_button = "laptop_theme_blue_desktop_icon_button.png",
desktop_icon_label_textcolor = "#0000FF",
desktop_icon_label_button = "laptop_theme_desktop_icon_label_button_grey.png",
os_min_version = '5.00',
})

View File

@ -9,4 +9,5 @@ laptop.register_theme("Circuit", {
taskbar_clock_position_and_size = "11,-.38;4,0.7",
exit_character = " ",
titlebar_textcolor = "#000000",
os_max_version = '6.99',
})

View File

@ -9,4 +9,5 @@ laptop.register_theme("Clouds", {
exit_textcolor = "#000000",
desktop_icon_button = "blank.png",
desktop_icon_label_button = "laptop_theme_clouds_desktop_icon_label_button.png",
os_min_version = '5.00',
})

View File

@ -6,4 +6,5 @@ laptop.register_theme("Cubic", {
back_button = "laptop_theme_cubic_back_button.png",
exit_button = "laptop_theme_cubic_exit_button.png",
desktop_icon_button = "laptop_theme_cubic_desktop_icon_button.png",
os_min_version = '7.00',
})

View File

@ -0,0 +1,19 @@
laptop.register_theme("Green Shell", {
desktop_background = "laptop_theme_greenshell_desktop_background.png",
app_background = "laptop_theme_greenshell_app_background.png",
major_button = "laptop_theme_greenshell_major_button.png",
major_textcolor = "#00ff33",
minor_button = "laptop_theme_greenshell_minor_button.png",
minor_textcolor = "#000000",
back_button = "laptop_theme_greenshell_back_button.png",
back_textcolor = "#000000",
exit_button = "laptop_theme_greenshell_exit_button.png",
exit_character = " ",
desktop_icon_button = "laptop_theme_desktop_icon_label_button_black.png",
taskbar_clock_position_and_size = "9,3.5;4,2",
desktop_icon_label_button = "laptop_theme_desktop_icon_label_button_black.png",
desktop_icon_label_textcolor = '#00ff33',
titlebar_textcolor = "#000000",
textcolor = "#00ff33",
os_max_version = '3.31',
})

View File

@ -6,4 +6,5 @@ laptop.register_theme("Magma", {
back_button = "laptop_theme_magma_back_button.png",
exit_button = "laptop_theme_magma_exit_button.png",
desktop_icon_button = "laptop_theme_magma_desktop_icon_button.png",
os_min_version = '7.00',
})

View File

@ -6,4 +6,5 @@ laptop.register_theme("Red", {
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",
os_min_version = '7.00',
})

18
themes/shell_theme.lua Normal file
View File

@ -0,0 +1,18 @@
laptop.register_theme("Shell", {
desktop_background = "laptop_theme_shell_desktop_background.png",
app_background = "laptop_theme_shell_app_background.png",
major_button = "laptop_theme_shell_major_button.png",
-- major_textcolor = "#000000",
minor_button = "laptop_theme_shell_minor_button.png",
minor_textcolor = "#ffffff",
back_button = "laptop_theme_shell_back_button.png",
back_textcolor = "#000000",
exit_button = "laptop_theme_shell_exit_button.png",
exit_character = " ",
-- desktop_icon_button = "blank.png",
taskbar_clock_position_and_size = "9,3.5;4,2",
desktop_icon_label_button = "laptop_theme_shell_desktop_icon_label_button.png",
desktop_icon_label_textcolor = '#000000',
titlebar_textcolor = "#000000",
os_max_version = '5.00',
})

View File

@ -11,4 +11,5 @@ laptop.register_theme("Snow Pines", {
exit_textcolor = "#000000",
desktop_icon_button = "blank.png",
taskbar_clock_position_and_size = "5.5,-.31;4,0.7",
os_min_version = '7.00',
})