change back contrast to amber/green if bgcolor is used

master
Alexander Weber 2018-03-23 07:47:04 +01:00
parent 2f35254d91
commit 533a26f46c
2 changed files with 4 additions and 2 deletions

View File

@ -9,7 +9,8 @@ laptop.register_theme("Amber Shell", {
exit_button = "laptop_theme_ambershell_exit_button.png",
exit_character = " ",
contrast_background = "laptop_theme_ambershell_desktop_icon_label_button.png",
contrast_textcolor = "#FFB000",
contrast_textcolor = "#000000",
contrast_bgcolor = "#FFB000",
desktop_icon_button = "laptop_theme_desktop_icon_label_button_black.png",
taskbar_clock_position_and_size = "9,3.5;4,2",
desktop_icon_label_textcolor = '#FFB000',

View File

@ -9,7 +9,8 @@ laptop.register_theme("Green Shell", {
exit_button = "laptop_theme_greenshell_exit_button.png",
exit_character = " ",
contrast_background = "laptop_theme_greenshell_desktop_icon_label_button.png",
contrast_textcolor = "#00FF33",
contrast_textcolor = "#000000",
contrast_bgcolor = "#00FF33",
desktop_icon_button = "laptop_theme_desktop_icon_label_button_black.png",
taskbar_clock_position_and_size = "9,3.5;4,2",
table_bgcolor = "#00FF33",