52 lines
2.7 KiB
Lua
52 lines
2.7 KiB
Lua
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",
|
|
back_button = "laptop_theme_ambershell_back_button.png",
|
|
back_textcolor = "#000000",
|
|
exit_button = "laptop_theme_ambershell_exit_button.png",
|
|
exit_character = " ",
|
|
contrast_background = "laptop_theme_ambershell_desktop_icon_label_button.png",
|
|
contrast_textcolor = "#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',
|
|
titlebar_textcolor = "#000000",
|
|
textcolor = "#FFB000",
|
|
monochrome_textcolor = "#FFB000",
|
|
table_bgcolor = "#FFB000",
|
|
table_highlight_bgcolor = '#a77200',
|
|
table_highlight_textcolor = '#000000',
|
|
muted_textcolor = "#6b4900",
|
|
status_online_textcolor = "#000000",
|
|
status_disabled_textcolor = "#a77200",
|
|
status_off_textcolor = "#000000",
|
|
os_max_version = '5.50',
|
|
texture_replacements = {
|
|
['laptop_mail.png'] = 'laptop_theme_ambershell_email_letter_new.png',
|
|
['laptop_mail_received.png'] = 'laptop_theme_ambershell_mail_received.png',
|
|
['laptop_mail_sentbox.png'] = 'laptop_theme_ambershell_mail_sentbox.png',
|
|
['laptop_email_new.png'] = 'laptop_theme_ambershell_email_new.png',
|
|
['laptop_mail_read_button.png'] = 'laptop_theme_ambershell_email_read.png',
|
|
['laptop_email_edit.png'] = 'laptop_theme_ambershell_email_edit.png',
|
|
['laptop_email_reply.png'] = 'laptop_theme_ambershell_email_reply.png',
|
|
['laptop_email_forward.png'] = 'laptop_theme_ambershell_email_forward.png',
|
|
['laptop_email_trash.png'] = 'laptop_theme_ambershell_email_trash.png',
|
|
['laptop_mail_button.png'] = 'laptop_theme_ambershell_mail_button.png',
|
|
['laptop_printer_button.png'] = 'laptop_theme_ambershell_printer_button.png',
|
|
['laptop_boom.png'] = 'laptop_theme_ambershell_laptop_boom.png',
|
|
--shell icons
|
|
['laptop_email_letter.png'] = 'laptop_theme_ambershell_mail_icon.png',
|
|
['laptop_removable.png'] = 'laptop_theme_ambershell_removable_icon.png',
|
|
['laptop_tetris_icon.png'] = 'laptop_theme_ambershell_tetris_icon.png',
|
|
['laptop_cs_bos.png'] = 'laptop_theme_ambershell_cs_bos_icon.png',
|
|
['laptop_tnt.png'] = 'laptop_theme_ambershell_tnt_icon.png',
|
|
['laptop_realchess_chessboard_icon.png'] = 'laptop_theme_ambershell_realchess_chessboard_icon.png',
|
|
['laptop_calculator.png'] = 'laptop_theme_ambershell_calculator_icon.png',
|
|
['laptop_notes_pad.png'] = 'laptop_theme_ambershell_notepad_icon.png',
|
|
['laptop_setting_wrench.png'] = 'laptop_theme_ambershell_settings_icon.png',
|
|
}
|
|
})
|