diff options
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/dark.tres | 46 |
1 files changed, 21 insertions, 25 deletions
diff --git a/themes/dark.tres b/themes/dark.tres index b4e7195..05de2a0 100644 --- a/themes/dark.tres +++ b/themes/dark.tres @@ -10,7 +10,7 @@ content_margin_right = 10.0 [sub_resource type="StyleBoxFlat" id=11] content_margin_left = 10.0 content_margin_right = 10.0 -bg_color = Color( 0.133333, 0.207843, 0.301961, 0.784314 ) +bg_color = Color( 0.223529, 0.352941, 0.501961, 0.784314 ) corner_radius_top_left = 15 corner_radius_top_right = 15 corner_radius_bottom_right = 15 @@ -19,7 +19,7 @@ corner_radius_bottom_left = 15 [sub_resource type="StyleBoxFlat" id=2] content_margin_left = 10.0 content_margin_right = 10.0 -bg_color = Color( 0.25098, 0.25098, 0.25098, 0.784314 ) +bg_color = Color( 0.25098, 0.25098, 0.25098, 0.870588 ) corner_radius_top_left = 15 corner_radius_top_right = 15 corner_radius_bottom_right = 15 @@ -28,7 +28,7 @@ corner_radius_bottom_left = 15 [sub_resource type="StyleBoxFlat" id=4] content_margin_left = 10.0 content_margin_right = 10.0 -bg_color = Color( 0.223529, 0.352941, 0.501961, 0.784314 ) +bg_color = Color( 0.337255, 0.529412, 0.74902, 0.870588 ) corner_radius_top_left = 15 corner_radius_top_right = 15 corner_radius_bottom_right = 15 @@ -42,7 +42,7 @@ content_margin_right = 10.0 bg_color = Color( 0, 0, 0, 0 ) draw_center = false border_width_bottom = 4 -border_color = Color( 0.223529, 0.352941, 0.501961, 1 ) +border_color = Color( 0.337255, 0.529412, 0.74902, 0.870588 ) [sub_resource type="StyleBoxFlat" id=7] content_margin_left = 10.0 @@ -59,6 +59,13 @@ corner_radius_top_right = 15 corner_radius_bottom_right = 15 corner_radius_bottom_left = 15 +[sub_resource type="StyleBoxFlat" id=20] +bg_color = Color( 0.223529, 0.352941, 0.501961, 0.784314 ) +corner_radius_top_left = 15 +corner_radius_top_right = 15 +corner_radius_bottom_right = 15 +corner_radius_bottom_left = 15 + [sub_resource type="StyleBoxFlat" id=13] content_margin_left = 20.0 content_margin_right = 20.0 @@ -70,35 +77,23 @@ corner_radius_top_right = 15 corner_radius_bottom_right = 15 corner_radius_bottom_left = 15 -[sub_resource type="StyleBoxFlat" id=14] -bg_color = Color( 0.25098, 0.25098, 0.25098, 0.784314 ) -corner_radius_top_left = 10 -corner_radius_top_right = 10 -corner_radius_bottom_right = 10 -corner_radius_bottom_left = 10 - -[sub_resource type="StyleBoxFlat" id=15] -bg_color = Color( 0.133333, 0.207843, 0.301961, 0.784314 ) -corner_radius_top_left = 10 -corner_radius_top_right = 10 -corner_radius_bottom_right = 10 -corner_radius_bottom_left = 10 - -[sub_resource type="StyleBoxFlat" id=16] +[sub_resource type="StyleBoxFlat" id=18] bg_color = Color( 0.223529, 0.352941, 0.501961, 0.784314 ) corner_radius_top_left = 10 corner_radius_top_right = 10 corner_radius_bottom_right = 10 corner_radius_bottom_left = 10 -[sub_resource type="StyleBoxFlat" id=17] -content_margin_left = 10.0 -bg_color = Color( 0.11, 0.11, 0.11, 1 ) +[sub_resource type="StyleBoxFlat" id=19] +bg_color = Color( 0.337255, 0.529412, 0.74902, 0.870588 ) corner_radius_top_left = 10 corner_radius_top_right = 10 corner_radius_bottom_right = 10 corner_radius_bottom_left = 10 +[sub_resource type="StyleBoxEmpty" id=17] +content_margin_left = 20.0 + [resource] default_font = ExtResource( 1 ) Button/styles/disabled = SubResource( 10 ) @@ -115,10 +110,11 @@ LineEdit/styles/normal = SubResource( 7 ) LineEdit/styles/read_only = null Panel/styles/panel = SubResource( 12 ) PopupMenu/constants/vseparation = 20 +PopupMenu/styles/hover = SubResource( 20 ) PopupMenu/styles/panel = SubResource( 13 ) VBoxContainer/constants/separation = 10 -VScrollBar/styles/grabber = SubResource( 14 ) -VScrollBar/styles/grabber_highlight = SubResource( 15 ) -VScrollBar/styles/grabber_pressed = SubResource( 16 ) +VScrollBar/styles/grabber = SubResource( 18 ) +VScrollBar/styles/grabber_highlight = SubResource( 18 ) +VScrollBar/styles/grabber_pressed = SubResource( 19 ) VScrollBar/styles/scroll = SubResource( 17 ) VScrollBar/styles/scroll_focus = SubResource( 17 ) |
