dreambuilder_game/mods/dreambuilder_theme_light/init.lua

19 lines
633 B
Lua

dreambuilder_theme.name = "dbtheme_light"
dreambuilder_theme.form_bgcolor = "#F0F0F0FF"
dreambuilder_theme.btn_color = "#B0B0B0FF"
dreambuilder_theme.editor_text_color = "#000000FF"
dreambuilder_theme.editor_bg_color = "#F0F0F0FF"
dreambuilder_theme.listcolor_slot_bg_normal = "#FFFFFF30"
dreambuilder_theme.listcolor_slot_bg_hover = "#FFFFFF80"
dreambuilder_theme.listcolor_slot_border = "#606060"
dreambuilder_theme.tooltip_bgcolor = "#A0A0A0"
dreambuilder_theme.tooltip_fontcolor = "#FFF"
dreambuilder_theme.window_darken = "false"
dreambuilder_theme.editor_border = "false"
dreambuilder_theme.image_button_borders = "false"