mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-26 04:14:42 -04:00
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:
parent
a4014e5842
commit
d29338a9aa
5 changed files with 1496 additions and 1460 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_resource type="Theme" load_steps=34 format=2]
|
||||
[gd_resource type="Theme" load_steps=35 format=2]
|
||||
|
||||
[ext_resource path="res://Assets/Fonts/Roboto-Regular.tres" type="DynamicFont" id=1]
|
||||
[ext_resource path="res://Assets/themes/dark/icons/grabber.png" type="Texture" id=2]
|
||||
|
@ -6,12 +6,25 @@
|
|||
[ext_resource path="res://Assets/themes/dark/icons/hsplit.png" type="Texture" id=4]
|
||||
[ext_resource path="res://Assets/themes/dark/icons/grabber_hover.png" type="Texture" id=5]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=29]
|
||||
content_margin_left = 5.0
|
||||
content_margin_right = 5.0
|
||||
content_margin_top = 3.0
|
||||
content_margin_bottom = 3.0
|
||||
bg_color = Color( 0.215686, 0.215686, 0.215686, 1 )
|
||||
border_color = Color( 0.321569, 0.321569, 0.321569, 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=1]
|
||||
bg_color = Color( 0.517647, 0.517647, 0.517647, 1 )
|
||||
border_width_left = 4
|
||||
border_width_top = 4
|
||||
border_width_right = 4
|
||||
border_width_bottom = 4
|
||||
content_margin_left = 5.0
|
||||
content_margin_right = 5.0
|
||||
content_margin_top = 3.0
|
||||
content_margin_bottom = 3.0
|
||||
bg_color = Color( 0.407843, 0.407843, 0.407843, 1 )
|
||||
border_color = Color( 0.517647, 0.517647, 0.517647, 1 )
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
|
@ -20,11 +33,11 @@ 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.321569, 0.321569, 0.321569, 1 )
|
||||
border_width_left = 4
|
||||
border_width_top = 4
|
||||
border_width_right = 4
|
||||
border_width_bottom = 4
|
||||
border_color = Color( 0.321569, 0.321569, 0.321569, 1 )
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
|
@ -33,11 +46,11 @@ corner_radius_bottom_left = 4
|
|||
anti_aliasing = false
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=3]
|
||||
bg_color = Color( 0.2, 0.2, 0.2, 1 )
|
||||
border_width_left = 4
|
||||
border_width_top = 4
|
||||
border_width_right = 4
|
||||
border_width_bottom = 4
|
||||
content_margin_left = 5.0
|
||||
content_margin_right = 5.0
|
||||
content_margin_top = 3.0
|
||||
content_margin_bottom = 3.0
|
||||
bg_color = Color( 0.321569, 0.321569, 0.321569, 1 )
|
||||
border_color = Color( 0.2, 0.2, 0.2, 1 )
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
|
@ -268,7 +281,7 @@ Button/colors/font_color_hover = Color( 0.941176, 0.941176, 0.941176, 1 )
|
|||
Button/colors/font_color_pressed = Color( 1, 1, 1, 1 )
|
||||
Button/constants/hseparation = 2
|
||||
Button/fonts/font = null
|
||||
Button/styles/disabled = null
|
||||
Button/styles/disabled = SubResource( 29 )
|
||||
Button/styles/focus = null
|
||||
Button/styles/hover = SubResource( 1 )
|
||||
Button/styles/normal = SubResource( 2 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue