mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-13 15:31:31 +00:00

include new definitions and updated versions of existing definitions "default/classic" and "modern" has been renamed to "Parchment" and "Celes" to avoid confusion
33 lines
650 B
INI
33 lines
650 B
INI
#textdomain wesnoth-lib
|
||
###
|
||
### Defines a gui, all widgets and windows used in a certain 'theme'.
|
||
###
|
||
|
||
### Definition of the Celes theme
|
||
|
||
[gui]
|
||
id = "modern"
|
||
description = "Celes"
|
||
|
||
[settings]
|
||
popup_show_delay = 200
|
||
popup_show_time = 5000
|
||
help_show_time = 0
|
||
|
||
double_click_time = 500
|
||
repeat_button_repeat_time = 350
|
||
|
||
sound_button_click = "button.wav"
|
||
sound_toggle_button_click = "checkbox.wav"
|
||
sound_toggle_panel_click = "select.wav"
|
||
sound_slider_adjust = "slider.wav"
|
||
|
||
has_helptip_message = _" (Press ‘$hotkey’ for more information)"
|
||
[/settings]
|
||
|
||
{tips.cfg}
|
||
|
||
{gui/themes/celes/widgets}
|
||
{gui/themes/celes/dialogs}
|
||
[/gui]
|