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

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