Diffstat (limited to 'theme.tres')
| -rw-r--r-- | theme.tres | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -1,4 +1,4 @@ -[gd_resource type="Theme" load_steps=9 format=2] +[gd_resource type="Theme" load_steps=13 format=2] [ext_resource path="res://bg.tres" type="StyleBox" id=1] [ext_resource path="res://verdana-bold.tres" type="DynamicFont" id=2] @@ -8,6 +8,18 @@ [sub_resource type="StyleBoxFlat" id=4] bg_color = Color( 0.196078, 0.309804, 0.396078, 1 ) +[sub_resource type="StyleBoxFlat" id=6] +bg_color = Color( 0.827451, 0.419608, 0.419608, 1 ) + +[sub_resource type="StyleBoxFlat" id=7] +bg_color = Color( 0.847059, 0.368627, 0.368627, 1 ) + +[sub_resource type="StyleBoxFlat" id=5] +content_margin_top = 10.0 + +[sub_resource type="StyleBoxFlat" id=8] +bg_color = Color( 0.521569, 0.521569, 0.521569, 1 ) + [sub_resource type="StyleBoxFlat" id=1] bg_color = Color( 0.145098, 0.117647, 0.117647, 1 ) @@ -22,6 +34,11 @@ Button/styles/focus = SubResource( 4 ) Button/styles/hover = SubResource( 4 ) Button/styles/normal = ExtResource( 1 ) Button/styles/pressed = SubResource( 4 ) +HScrollBar/styles/grabber = SubResource( 6 ) +HScrollBar/styles/grabber_highlight = SubResource( 7 ) +HScrollBar/styles/grabber_pressed = SubResource( 7 ) +HScrollBar/styles/scroll = SubResource( 5 ) +HScrollBar/styles/scroll_focus = SubResource( 8 ) LineEdit/colors/font_color = Color( 1, 1, 1, 1 ) LineEdit/styles/focus = SubResource( 1 ) LineEdit/styles/normal = SubResource( 2 ) |