uml_generator/project/new_theme.tres

19 lines
876 B
Plaintext
Raw Normal View History

2022-04-27 18:28:33 +02:00
[gd_resource type="Theme" load_steps=3 format=2]
2022-04-27 14:57:41 +02:00
[ext_resource path="res://panel_bg_styleboxtexture.tres" type="StyleBox" id=1]
2022-04-27 18:28:33 +02:00
[sub_resource type="StyleBoxLine" id=1]
color = Color( 0.576471, 0.576471, 0.576471, 1 )
2022-04-27 14:57:41 +02:00
[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 )
2022-04-27 18:28:33 +02:00
HSeparator/styles/separator = SubResource( 1 )
2022-04-27 14:57:41 +02:00
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 )
PanelContainer/styles/panel = ExtResource( 1 )