Great Button and general theme fixes (#224)

* Great Button and general theme fixes

* Update theme.tres

* Update theme.tres

Co-authored-by: Erevoid <Erevoid@users.noreply.github.com>
This commit is contained in:
Erevos 2020-05-04 02:30:15 +03:00 committed by GitHub
parent a4014e5842
commit d29338a9aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1496 additions and 1460 deletions

View file

@ -6,25 +6,12 @@
[ext_resource path="res://Assets/themes/light/icons/hsplit.png" type="Texture" id=4]
[ext_resource path="res://Assets/themes/light/icons/vsplit.png" type="Texture" id=5]
[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 0.803922, 0.803922, 0.803922, 1 )
border_width_left = 4
border_width_top = 4
border_width_right = 4
border_width_bottom = 4
border_color = Color( 0.803922, 0.803922, 0.803922, 1 )
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
anti_aliasing = false
[sub_resource type="StyleBoxFlat" id=2]
bg_color = Color( 0.627451, 0.627451, 0.627451, 1 )
border_width_left = 4
border_width_top = 4
border_width_right = 4
border_width_bottom = 4
[sub_resource type="StyleBoxFlat" id=31]
content_margin_left = 5.0
content_margin_right = 5.0
content_margin_top = 3.0
content_margin_bottom = 3.0
bg_color = Color( 0.541176, 0.541176, 0.541176, 1 )
border_color = Color( 0.627451, 0.627451, 0.627451, 1 )
corner_radius_top_left = 4
corner_radius_top_right = 4
@ -32,13 +19,26 @@ corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
anti_aliasing = false
[sub_resource type="StyleBoxFlat" id=3]
bg_color = Color( 0.352941, 0.352941, 0.352941, 1 )
border_width_left = 4
border_width_top = 4
border_width_right = 4
border_width_bottom = 4
border_color = Color( 0.352941, 0.352941, 0.352941, 1 )
[sub_resource type="StyleBoxFlat" id=32]
content_margin_left = 5.0
content_margin_right = 5.0
content_margin_top = 3.0
content_margin_bottom = 3.0
bg_color = Color( 0.929412, 0.929412, 0.929412, 1 )
border_color = Color( 0.627451, 0.627451, 0.627451, 1 )
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
anti_aliasing = false
[sub_resource type="StyleBoxFlat" id=2]
content_margin_left = 5.0
content_margin_right = 5.0
content_margin_top = 3.0
content_margin_bottom = 3.0
bg_color = Color( 0.796078, 0.796078, 0.796078, 1 )
border_color = Color( 0.627451, 0.627451, 0.627451, 1 )
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
@ -288,11 +288,11 @@ Button/colors/font_color_hover = Color( 0, 0, 0, 1 )
Button/colors/font_color_pressed = Color( 0, 0, 0, 1 )
Button/constants/hseparation = 2
Button/fonts/font = null
Button/styles/disabled = null
Button/styles/disabled = SubResource( 31 )
Button/styles/focus = null
Button/styles/hover = SubResource( 1 )
Button/styles/hover = SubResource( 32 )
Button/styles/normal = SubResource( 2 )
Button/styles/pressed = SubResource( 3 )
Button/styles/pressed = SubResource( 2 )
CheckBox/colors/font_color = Color( 0, 0, 0, 1 )
CheckBox/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
CheckBox/colors/font_color_hover = Color( 0, 0, 0, 1 )