Use black for font outlines by default instead of white
This makes font outlines more usable out of the box, as black is one of the most commonly used colors for font outlines.
This commit is contained in:
@ -360,7 +360,7 @@
|
||||
<theme_item name="font_hovered_color" data_type="color" type="Color" default="Color(0.95, 0.95, 0.95, 1)">
|
||||
Font color of the currently hovered tab. Does not apply to the selected tab.
|
||||
</theme_item>
|
||||
<theme_item name="font_outline_color" data_type="color" type="Color" default="Color(1, 1, 1, 1)">
|
||||
<theme_item name="font_outline_color" data_type="color" type="Color" default="Color(0, 0, 0, 1)">
|
||||
The tint of text outline of the tab name.
|
||||
</theme_item>
|
||||
<theme_item name="font_selected_color" data_type="color" type="Color" default="Color(0.95, 0.95, 0.95, 1)">
|
||||
|
||||
Reference in New Issue
Block a user