mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Adjust 2 default theme colors in ItemList and Tree
- Change Tree's drop_position_color from orange to white. - Change ItemList's guide_color to the same color as Tree's, which fits in with a dark theme better.
This commit is contained in:
@@ -461,7 +461,7 @@
|
||||
<theme_item name="custom_button_font_highlight" data_type="color" type="Color" default="Color(0.95, 0.95, 0.95, 1)">
|
||||
Text [Color] for a [constant TreeItem.CELL_MODE_CUSTOM] mode cell when it's hovered.
|
||||
</theme_item>
|
||||
<theme_item name="drop_position_color" data_type="color" type="Color" default="Color(1, 0.3, 0.2, 1)">
|
||||
<theme_item name="drop_position_color" data_type="color" type="Color" default="Color(1, 1, 1, 1)">
|
||||
[Color] used to draw possible drop locations. See [enum DropModeFlags] constants for further description of drop locations.
|
||||
</theme_item>
|
||||
<theme_item name="font_color" data_type="color" type="Color" default="Color(0.7, 0.7, 0.7, 1)">
|
||||
|
||||
Reference in New Issue
Block a user