diff options
Diffstat (limited to 'theme_data/interface_theme.tres')
-rw-r--r-- | theme_data/interface_theme.tres | 113 |
1 files changed, 112 insertions, 1 deletions
diff --git a/theme_data/interface_theme.tres b/theme_data/interface_theme.tres index c536e8b..db80033 100644 --- a/theme_data/interface_theme.tres +++ b/theme_data/interface_theme.tres @@ -1,4 +1,115 @@ -[gd_resource type="Theme" format=2] +[gd_resource type="Theme" load_steps=13 format=2] + +[ext_resource path="res://textures/check_button_off.png" type="Texture" id=1] +[ext_resource path="res://textures/check_button_on.png" type="Texture" id=2] +[ext_resource path="res://textures/release_indicator.png" type="Texture" id=3] + +[sub_resource type="StyleBoxFlat" id=4] +bg_color = Color( 0.109804, 0.101961, 0.160784, 1 ) +border_width_left = 1 +border_width_top = 1 +border_width_right = 1 +border_width_bottom = 1 +border_color = Color( 0.168627, 0.156863, 0.247059, 1 ) + +[sub_resource type="StyleBoxFlat" id=5] +bg_color = Color( 0.109804, 0.101961, 0.160784, 1 ) +draw_center = false +border_width_left = 1 +border_width_top = 1 +border_width_right = 1 +border_width_bottom = 1 +border_color = Color( 0.392157, 0.466667, 0.615686, 1 ) + +[sub_resource type="StyleBoxFlat" id=3] +bg_color = Color( 0.270588, 0.294118, 0.443137, 1 ) +border_width_left = 1 +border_width_top = 1 +border_width_right = 1 +border_width_bottom = 1 +border_color = Color( 0.462745, 0.623529, 0.72549, 1 ) + +[sub_resource type="StyleBoxFlat" id=6] +bg_color = Color( 0.109804, 0.101961, 0.160784, 1 ) +border_width_left = 1 +border_width_top = 1 +border_width_right = 1 +border_width_bottom = 1 +border_color = Color( 0.168627, 0.156863, 0.247059, 1 ) + +[sub_resource type="StyleBoxFlat" id=8] +bg_color = Color( 0.392157, 0.466667, 0.615686, 1 ) +border_width_left = 1 +border_width_top = 1 +border_width_right = 1 +border_width_bottom = 1 +border_color = Color( 0.462745, 0.623529, 0.72549, 1 ) + +[sub_resource type="StyleBoxEmpty" id=7] + +[sub_resource type="StyleBoxFlat" id=9] +bg_color = Color( 0.270588, 0.294118, 0.443137, 1 ) + +[sub_resource type="StyleBoxFlat" id=11] +content_margin_top = 5.0 +content_margin_bottom = 5.0 +bg_color = Color( 0.109804, 0.101961, 0.160784, 1 ) +border_width_left = 1 +border_width_top = 1 +border_width_right = 1 +border_width_bottom = 1 +border_color = Color( 0.392157, 0.466667, 0.615686, 1 ) +expand_margin_left = 1.0 +expand_margin_right = 1.0 +expand_margin_top = 1.0 +expand_margin_bottom = 1.0 + +[sub_resource type="StyleBoxFlat" id=1] +bg_color = Color( 0.0823529, 0.0745098, 0.117647, 1 ) +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 2 +border_color = Color( 0.203922, 0.227451, 0.384314, 1 ) [resource] +Button/colors/font_color = Color( 0.270588, 0.294118, 0.443137, 1 ) +Button/colors/font_color_disabled = Color( 0.168627, 0.156863, 0.247059, 1 ) +Button/colors/font_color_focus = Color( 0.270588, 0.294118, 0.443137, 1 ) +Button/colors/font_color_hover = Color( 0.733333, 0.835294, 0.898039, 1 ) +Button/colors/font_color_pressed = Color( 0.796078, 0.894118, 0.952941, 1 ) +Button/constants/hseparation = 0 +Button/fonts/font = null +Button/styles/disabled = SubResource( 4 ) +Button/styles/focus = SubResource( 5 ) +Button/styles/hover = SubResource( 3 ) +Button/styles/normal = SubResource( 6 ) +Button/styles/pressed = SubResource( 8 ) +CheckButton/colors/font_color = Color( 0, 0, 0, 1 ) +CheckButton/colors/font_color_disabled = Color( 0, 0, 0, 1 ) +CheckButton/colors/font_color_focus = Color( 0, 0, 0, 1 ) +CheckButton/colors/font_color_hover = Color( 0, 0, 0, 1 ) +CheckButton/colors/font_color_hover_pressed = Color( 0, 0, 0, 1 ) +CheckButton/colors/font_color_pressed = Color( 0, 0, 0, 1 ) +CheckButton/constants/check_vadjust = 0 +CheckButton/constants/hseparation = 0 +CheckButton/fonts/font = null +CheckButton/icons/off = ExtResource( 1 ) +CheckButton/icons/off_disabled = null +CheckButton/icons/on = ExtResource( 2 ) +CheckButton/icons/on_disabled = null +CheckButton/styles/disabled = SubResource( 7 ) +CheckButton/styles/focus = SubResource( 7 ) +CheckButton/styles/hover = SubResource( 7 ) +CheckButton/styles/hover_pressed = SubResource( 7 ) +CheckButton/styles/normal = SubResource( 7 ) +CheckButton/styles/pressed = SubResource( 7 ) +HSlider/icons/grabber = ExtResource( 3 ) +HSlider/icons/grabber_disabled = ExtResource( 3 ) +HSlider/icons/grabber_highlight = ExtResource( 3 ) +HSlider/icons/tick = ExtResource( 3 ) +HSlider/styles/grabber_area = SubResource( 9 ) +HSlider/styles/grabber_area_highlight = SubResource( 9 ) +HSlider/styles/slider = SubResource( 11 ) Label/colors/font_color_shadow = Color( 0.270588, 0.294118, 0.443137, 1 ) +Panel/styles/panel = SubResource( 1 ) |