Better hseparator color.
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 116 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 325 KiB After Width: | Height: | Size: 324 KiB |
@ -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 )
|
||||
|