Change themes *_color_* to *_*_color
Changed: font_color_accel -> font_accelerator_color font_color_bg -> font_unselected_color font_color_disabled -> font_disabled_color font_color_fg -> font_selected_color font_color_hover -> font_hover_color font_color_hover_pressed -> font_hover_pressed_color font_color_pressed -> font_pressed_color font_color_readonly -> font_readonly_color font_color_selected -> font_selected_color font_color_shadow -> font_shadow_color font_color_uneditable -> font_uneditable_color icon_color_disabled -> icon_disabled_color icon_color_hover -> icon_hover_color icon_color_hover_pressed -> icon_hover_pressed_color icon_color_normal -> icon_normal_color icon_color_pressed -> icon_pressed_color Also includes: font_outline_modulate -> font_outline_color tab_fg -> tab_selected tab_bg -> tab_unselected
This commit is contained in:
parent
d39f6386ce
commit
8eb39f4e8b
47 changed files with 352 additions and 354 deletions
|
|
@ -697,7 +697,7 @@
|
|||
</member>
|
||||
<member name="mouse_default_cursor_shape" type="int" setter="set_default_cursor_shape" getter="get_default_cursor_shape" override="true" enum="Control.CursorShape" default="1" />
|
||||
<member name="override_selected_font_color" type="bool" setter="set_override_selected_font_color" getter="is_overriding_selected_font_color" default="false">
|
||||
If [code]true[/code], custom [code]font_color_selected[/code] will be used for selected text.
|
||||
If [code]true[/code], custom [code]font_selected_color[/code] will be used for selected text.
|
||||
</member>
|
||||
<member name="readonly" type="bool" setter="set_readonly" getter="is_readonly" default="false">
|
||||
If [code]true[/code], read-only mode is enabled. Existing text cannot be modified and new text cannot be added.
|
||||
|
|
@ -953,9 +953,9 @@
|
|||
<theme_item name="font_color" type="Color" default="Color( 0.88, 0.88, 0.88, 1 )">
|
||||
Sets the font [Color].
|
||||
</theme_item>
|
||||
<theme_item name="font_color_readonly" type="Color" default="Color( 0.88, 0.88, 0.88, 0.5 )">
|
||||
<theme_item name="font_readonly_color" type="Color" default="Color( 0.88, 0.88, 0.88, 0.5 )">
|
||||
</theme_item>
|
||||
<theme_item name="font_color_selected" type="Color" default="Color( 0, 0, 0, 1 )">
|
||||
<theme_item name="font_selected_color" type="Color" default="Color( 0, 0, 0, 1 )">
|
||||
Sets the [Color] of the selected text. [member override_selected_font_color] has to be enabled.
|
||||
</theme_item>
|
||||
<theme_item name="font_size" type="int">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue