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:
@ -741,7 +741,7 @@
|
||||
<theme_item name="default_color" data_type="color" type="Color" default="Color(1, 1, 1, 1)">
|
||||
The default text color.
|
||||
</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 default tint of text outline.
|
||||
</theme_item>
|
||||
<theme_item name="font_selected_color" data_type="color" type="Color" default="Color(0, 0, 0, 0)">
|
||||
|
||||
Reference in New Issue
Block a user