Created new theme
Created new theme for use in UI controls. (May be renamed to settings_theme.tres, and used for Settings dialog only.)
This commit is contained in:
parent
520f699b8b
commit
35a70d4e79
1 changed files with 24 additions and 0 deletions
24
UI/assets/main_theme.tres
Normal file
24
UI/assets/main_theme.tres
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
[gd_resource type="Theme" format=3 uid="uid://dh11pgqmtpeig"]
|
||||||
|
|
||||||
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_dfugh"]
|
||||||
|
|
||||||
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_hlhir"]
|
||||||
|
|
||||||
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_dfugh"]
|
||||||
|
bg_color = Color(1, 1, 1, 0.40392157)
|
||||||
|
|
||||||
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_hlhir"]
|
||||||
|
bg_color = Color(1, 1, 1, 0.57254905)
|
||||||
|
|
||||||
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_ay4fc"]
|
||||||
|
|
||||||
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_u7u7u"]
|
||||||
|
|
||||||
|
[resource]
|
||||||
|
BlankButton/base_type = &"Button"
|
||||||
|
BlankButton/styles/disabled = SubResource("StyleBoxEmpty_dfugh")
|
||||||
|
BlankButton/styles/focus = SubResource("StyleBoxEmpty_hlhir")
|
||||||
|
BlankButton/styles/hover = SubResource("StyleBoxFlat_dfugh")
|
||||||
|
BlankButton/styles/hover_pressed = SubResource("StyleBoxFlat_hlhir")
|
||||||
|
BlankButton/styles/normal = SubResource("StyleBoxEmpty_ay4fc")
|
||||||
|
BlankButton/styles/pressed = SubResource("StyleBoxEmpty_u7u7u")
|
||||||
Loading…
Add table
Add a link
Reference in a new issue