diff options
Diffstat (limited to 'theme_data/interface_theme.tres')
-rw-r--r-- | theme_data/interface_theme.tres | 51 |
1 files changed, 41 insertions, 10 deletions
diff --git a/theme_data/interface_theme.tres b/theme_data/interface_theme.tres index db80033..234d95b 100644 --- a/theme_data/interface_theme.tres +++ b/theme_data/interface_theme.tres @@ -1,8 +1,9 @@ -[gd_resource type="Theme" load_steps=13 format=2] +[gd_resource type="Theme" load_steps=17 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] +[ext_resource path="res://theme_data/font.tres" type="DynamicFont" id=4] [sub_resource type="StyleBoxFlat" id=4] bg_color = Color( 0.109804, 0.101961, 0.160784, 1 ) @@ -64,6 +65,22 @@ expand_margin_right = 1.0 expand_margin_top = 1.0 expand_margin_bottom = 1.0 +[sub_resource type="StyleBoxFlat" id=13] +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="StyleBoxFlat" id=14] +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=1] bg_color = Color( 0.0823529, 0.0745098, 0.117647, 1 ) border_width_left = 2 @@ -72,6 +89,18 @@ border_width_right = 2 border_width_bottom = 2 border_color = Color( 0.203922, 0.227451, 0.384314, 1 ) +[sub_resource type="StyleBoxFlat" id=12] +content_margin_left = 5.0 +content_margin_right = 5.0 +content_margin_top = 0.0 +content_margin_bottom = 2.0 +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.392157, 0.466667, 0.615686, 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 ) @@ -79,21 +108,12 @@ 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 ) @@ -112,4 +132,15 @@ 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 ) +Label/fonts/font = ExtResource( 4 ) +LineEdit/colors/cursor_color = Color( 1, 1, 1, 0 ) +LineEdit/colors/font_color = Color( 0.733333, 0.835294, 0.898039, 1 ) +LineEdit/colors/font_color_selected = Color( 0.270588, 0.294118, 0.443137, 1 ) +LineEdit/colors/font_color_uneditable = Color( 0.270588, 0.294118, 0.443137, 1 ) +LineEdit/colors/selection_color = Color( 1, 1, 1, 0 ) +LineEdit/constants/minimum_spaces = 0 +LineEdit/styles/focus = SubResource( 13 ) +LineEdit/styles/normal = SubResource( 14 ) +LineEdit/styles/read_only = SubResource( 14 ) Panel/styles/panel = SubResource( 1 ) +PanelContainer/styles/panel = SubResource( 12 ) |