Better hseparator color.

This commit is contained in:
Relintai 2022-04-27 18:28:33 +02:00
parent c7c8a637a9
commit fd6a6c338d
5 changed files with 5 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 325 KiB

After

Width:  |  Height:  |  Size: 324 KiB

View File

@ -1,13 +1,17 @@
[gd_resource type="Theme" load_steps=2 format=2]
[gd_resource type="Theme" load_steps=3 format=2]
[ext_resource path="res://panel_bg_styleboxtexture.tres" type="StyleBox" id=1]
[sub_resource type="StyleBoxLine" id=1]
color = Color( 0.576471, 0.576471, 0.576471, 1 )
[resource]
Button/colors/font_color = Color( 0, 0, 0, 1 )
Button/colors/font_color_disabled = Color( 0.537255, 0.537255, 0.537255, 0.2 )
Button/colors/font_color_focus = Color( 0.101961, 0.101961, 0.101961, 1 )
Button/colors/font_color_hover = Color( 0.180392, 0.180392, 0.180392, 1 )
Button/colors/font_color_pressed = Color( 0.294118, 0.294118, 0.294118, 1 )
HSeparator/styles/separator = SubResource( 1 )
Label/colors/font_color = Color( 0, 0, 0, 1 )
Label/colors/font_color_shadow = Color( 0.368627, 0.368627, 0.368627, 0 )
Label/colors/font_outline_modulate = Color( 0.0823529, 0.0823529, 0.0823529, 1 )