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:
parent
df78c0636d
commit
3fe01226b7
15 changed files with 38 additions and 38 deletions
|
|
@ -115,7 +115,7 @@
|
|||
<theme_item name="font_color" data_type="color" type="Color" default="Color(1, 1, 1, 1)">
|
||||
Default text [Color] of the [Label].
|
||||
</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 color of text outline.
|
||||
</theme_item>
|
||||
<theme_item name="font_shadow_color" data_type="color" type="Color" default="Color(0, 0, 0, 0)">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue