From 8eb39f4e8bb4170cd333a90e523c078171d773c8 Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Tue, 8 Dec 2020 13:11:45 +0000 Subject: 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 --- doc/classes/Button.xml | 12 ++++++------ doc/classes/CheckBox.xml | 8 ++++---- doc/classes/CheckButton.xml | 8 ++++---- doc/classes/CodeEdit.xml | 4 ++-- doc/classes/ColorPickerButton.xml | 6 +++--- doc/classes/ItemList.xml | 2 +- doc/classes/Label.xml | 8 ++++---- doc/classes/LineEdit.xml | 4 ++-- doc/classes/LinkButton.xml | 4 ++-- doc/classes/MenuButton.xml | 6 +++--- doc/classes/OptionButton.xml | 6 +++--- doc/classes/PopupMenu.xml | 8 ++++---- doc/classes/ProgressBar.xml | 2 +- doc/classes/RichTextLabel.xml | 8 ++++---- doc/classes/TabContainer.xml | 18 +++++++++--------- doc/classes/Tabs.xml | 20 ++++++++++---------- doc/classes/TextEdit.xml | 6 +++--- doc/classes/Tree.xml | 2 +- 18 files changed, 66 insertions(+), 66 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/Button.xml b/doc/classes/Button.xml index e47198a381..4bbe74f888 100644 --- a/doc/classes/Button.xml +++ b/doc/classes/Button.xml @@ -118,17 +118,17 @@ Default text [Color] of the [Button]. - + Text [Color] used when the [Button] is disabled. - + Text [Color] used when the [Button] is being hovered. - - Text [Color] used when the [Button] is being pressed. + + Text outline [Color] of the [Button]. - - Text oubline [Color] of the [Button]. + + Text [Color] used when the [Button] is being pressed. Font size of the [Button]'s text. diff --git a/doc/classes/CheckBox.xml b/doc/classes/CheckBox.xml index 89fb960e88..bd91f9ed06 100644 --- a/doc/classes/CheckBox.xml +++ b/doc/classes/CheckBox.xml @@ -36,16 +36,16 @@ The [CheckBox] text's font color. - + The [CheckBox] text's font color when it's disabled. - + The [CheckBox] text's font color when it's hovered. - + The [CheckBox] text's font color when it's hovered and pressed. - + The [CheckBox] text's font color when it's pressed. diff --git a/doc/classes/CheckButton.xml b/doc/classes/CheckButton.xml index 882f1c69f3..a05e532d4a 100644 --- a/doc/classes/CheckButton.xml +++ b/doc/classes/CheckButton.xml @@ -33,16 +33,16 @@ The [CheckButton] text's font color. - + The [CheckButton] text's font color when it's disabled. - + The [CheckButton] text's font color when it's hovered. - + The [CheckButton] text's font color when it's hovered and pressed. - + The [CheckButton] text's font color when it's pressed. diff --git a/doc/classes/CodeEdit.xml b/doc/classes/CodeEdit.xml index 8834ff82c6..f897f2405b 100644 --- a/doc/classes/CodeEdit.xml +++ b/doc/classes/CodeEdit.xml @@ -179,9 +179,9 @@ - + - + Font size of the [CodeEdit]'s text. diff --git a/doc/classes/ColorPickerButton.xml b/doc/classes/ColorPickerButton.xml index c04e8b9ea0..b351faf9ca 100644 --- a/doc/classes/ColorPickerButton.xml +++ b/doc/classes/ColorPickerButton.xml @@ -73,13 +73,13 @@ Default text [Color] of the [ColorPickerButton]. - + Text [Color] used when the [ColorPickerButton] is disabled. - + Text [Color] used when the [ColorPickerButton] is being hovered. - + Text [Color] used when the [ColorPickerButton] is being pressed. diff --git a/doc/classes/ItemList.xml b/doc/classes/ItemList.xml index 2c322027e7..abc327e8bb 100644 --- a/doc/classes/ItemList.xml +++ b/doc/classes/ItemList.xml @@ -615,7 +615,7 @@ Default text [Color] of the item. - + Text [Color] used when the item is selected. diff --git a/doc/classes/Label.xml b/doc/classes/Label.xml index 1edf31de4a..8574ff9836 100644 --- a/doc/classes/Label.xml +++ b/doc/classes/Label.xml @@ -150,12 +150,12 @@ Default text [Color] of the [Label]. - - [Color] of the text's shadow effect. - - + The tint of [Font]'s outline. + + [Color] of the text's shadow effect. + Font size of the [Label]'s text. diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml index f05121d48c..790bf58359 100644 --- a/doc/classes/LineEdit.xml +++ b/doc/classes/LineEdit.xml @@ -380,10 +380,10 @@ Default font color. - + Font color for selected text (inside the selection rectangle). - + Font color when editing is disabled. diff --git a/doc/classes/LinkButton.xml b/doc/classes/LinkButton.xml index 93384843de..0227870152 100644 --- a/doc/classes/LinkButton.xml +++ b/doc/classes/LinkButton.xml @@ -81,10 +81,10 @@ Default text [Color] of the [LinkButton]. - + Text [Color] used when the [LinkButton] is being hovered. - + Text [Color] used when the [LinkButton] is being pressed. diff --git a/doc/classes/MenuButton.xml b/doc/classes/MenuButton.xml index a002ce636b..1e8874fdc5 100644 --- a/doc/classes/MenuButton.xml +++ b/doc/classes/MenuButton.xml @@ -59,13 +59,13 @@ Default text [Color] of the [MenuButton]. - + Text [Color] used when the [MenuButton] is disabled. - + Text [Color] used when the [MenuButton] is being hovered. - + Text [Color] used when the [MenuButton] is being pressed. diff --git a/doc/classes/OptionButton.xml b/doc/classes/OptionButton.xml index 53309bae96..1a80962751 100644 --- a/doc/classes/OptionButton.xml +++ b/doc/classes/OptionButton.xml @@ -253,13 +253,13 @@ Default text [Color] of the [OptionButton]. - + Text [Color] used when the [OptionButton] is disabled. - + Text [Color] used when the [OptionButton] is being hovered. - + Text [Color] used when the [OptionButton] is being pressed. diff --git a/doc/classes/PopupMenu.xml b/doc/classes/PopupMenu.xml index 2532af9a0c..4be81e256e 100644 --- a/doc/classes/PopupMenu.xml +++ b/doc/classes/PopupMenu.xml @@ -720,16 +720,16 @@ The default text [Color] for menu items' names. - + The text [Color] used for shortcuts and accelerators that show next to the menu item name when defined. See [method get_item_accelerator] for more info on accelerators. - + [Color] used for disabled menu items' text. - + [Color] used for the hovered text. - + [Color] used for labeled separators' text. See [method add_separator]. diff --git a/doc/classes/ProgressBar.xml b/doc/classes/ProgressBar.xml index c05cbf4413..bb7fd31ee8 100644 --- a/doc/classes/ProgressBar.xml +++ b/doc/classes/ProgressBar.xml @@ -32,7 +32,7 @@ The color of the text. - + The color of the text's shadow. diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index 16c90c67ad..2c18bc493a 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -597,12 +597,12 @@ The background The background used when the [RichTextLabel] is focused. - - The color of selected text, used when [member selection_enabled] is [code]true[/code]. - - + The color of the font's shadow. + + The color of selected text, used when [member selection_enabled] is [code]true[/code]. + The font used for italics text. diff --git a/doc/classes/TabContainer.xml b/doc/classes/TabContainer.xml index 10cdd0eade..ba687357ec 100644 --- a/doc/classes/TabContainer.xml +++ b/doc/classes/TabContainer.xml @@ -198,15 +198,15 @@ The font used to draw tab names. - - Font color of inactive tabs. - - + Font color of disabled tabs. - + Font color of the currently selected tab. + + Font color of the other, unselected tabs. + Font size of the tab names. @@ -231,14 +231,14 @@ The space at the left and right edges of the tab bar. - - The style of inactive tabs. - The style of disabled tabs. - + The style of the currently selected tab. + + The style of the other, unselected tabs. + diff --git a/doc/classes/Tabs.xml b/doc/classes/Tabs.xml index 47cf869fe9..1c926ac36d 100644 --- a/doc/classes/Tabs.xml +++ b/doc/classes/Tabs.xml @@ -359,15 +359,15 @@ The font used to draw tab names. - - Font color of inactive tabs. - - + Font color of disabled tabs. - + Font color of the currently selected tab. + + Font color of the other, unselected tabs. + Font size of the tab names. @@ -382,14 +382,14 @@ - - The style of an inactive tab. - - The style of a disabled tab + The style of disabled tabs. - + The style of the currently selected tab. + + The style of the other, unselected tabs. + diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index e8a54c6c20..af4543374a 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -697,7 +697,7 @@ - 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. If [code]true[/code], read-only mode is enabled. Existing text cannot be modified and new text cannot be added. @@ -953,9 +953,9 @@ Sets the font [Color]. - + - + Sets the [Color] of the selected text. [member override_selected_font_color] has to be enabled. diff --git a/doc/classes/Tree.xml b/doc/classes/Tree.xml index 01818e2993..406bda412a 100644 --- a/doc/classes/Tree.xml +++ b/doc/classes/Tree.xml @@ -524,7 +524,7 @@ Default text [Color] of the item. - + Text [Color] used when the item is selected. -- cgit v1.2.3