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:
Hugo Locurcio
2021-11-05 20:50:01 +01:00
parent df78c0636d
commit 3fe01226b7
15 changed files with 38 additions and 38 deletions

View File

@ -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)">