add theme

currently supported controls: Button, LineEdit, TextEdit, and VScrollBar.
This commit is contained in:
2022-07-04 04:10:20 +03:00
parent 836c101e6f
commit b1a7b736b4
19 changed files with 212 additions and 62 deletions

View File

@ -0,0 +1,14 @@
[gd_resource type="StyleBoxFlat" format=2]
[resource]
content_margin_left = 8.0
content_margin_right = 8.0
content_margin_top = 10.0
content_margin_bottom = 10.0
bg_color = Color( 0.168, 0.192, 0.2, 1 )
border_width_bottom = 3
border_color = Color( 0.2788, 0.41, 0.296293, 1 )
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4

View File

@ -0,0 +1,17 @@
[gd_resource type="StyleBoxFlat" format=2]
[resource]
content_margin_left = 8.0
content_margin_right = 8.0
content_margin_top = 10.0
content_margin_bottom = 10.0
bg_color = Color( 0.0705882, 0.164706, 0.196078, 1 )
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 5
border_color = Color( 0.164706, 0.85098, 0.254902, 1 )
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4

View File

@ -0,0 +1,14 @@
[gd_resource type="StyleBoxFlat" format=2]
[resource]
content_margin_left = 8.0
content_margin_right = 8.0
content_margin_top = 10.0
content_margin_bottom = 10.0
bg_color = Color( 0.0705882, 0.164706, 0.196078, 1 )
border_width_bottom = 3
border_color = Color( 0.164706, 0.85098, 0.254902, 1 )
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4

View File

@ -0,0 +1,17 @@
[gd_resource type="StyleBoxFlat" format=2]
[resource]
content_margin_left = 8.0
content_margin_right = 8.0
content_margin_top = 10.0
content_margin_bottom = 10.0
bg_color = Color( 0.0705882, 0.164706, 0.196078, 1 )
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color( 0.164706, 0.85098, 0.254902, 1 )
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4