untitled-plant-game/Menu/Theme.tres

45 lines
1.4 KiB
Plaintext

[gd_resource type="Theme" load_steps=5 format=2]
[ext_resource path="res://Menu/Scrollbar.tres" type="StyleBox" id=1]
[sub_resource type="StyleBoxFlat" id=1]
content_margin_left = 2.0
content_margin_right = 2.0
content_margin_top = 4.0
content_margin_bottom = 4.0
bg_color = Color( 0.14902, 0.0431373, 0.129412, 1 )
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color( 0.517647, 0.745098, 0.929412, 1 )
[sub_resource type="StyleBoxFlat" id=2]
bg_color = Color( 0.14902, 0.0431373, 0.129412, 1 )
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color( 0.745098, 0.929412, 0.517647, 1 )
[sub_resource type="StyleBoxFlat" id=3]
bg_color = Color( 0.14902, 0.0431373, 0.129412, 1 )
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color( 0.745098, 0.929412, 0.517647, 1 )
[resource]
VScrollBar/icons/decrement = null
VScrollBar/icons/decrement_highlight = null
VScrollBar/icons/decrement_pressed = null
VScrollBar/icons/increment = null
VScrollBar/icons/increment_highlight = null
VScrollBar/icons/increment_pressed = null
VScrollBar/styles/grabber = SubResource( 1 )
VScrollBar/styles/grabber_highlight = SubResource( 2 )
VScrollBar/styles/grabber_pressed = SubResource( 3 )
VScrollBar/styles/scroll = ExtResource( 1 )
VScrollBar/styles/scroll_focus = ExtResource( 1 )