diff options
| -rw-r--r-- | themes/dark.tres | 39 |
1 files changed, 36 insertions, 3 deletions
diff --git a/themes/dark.tres b/themes/dark.tres index 93028ed..cae45d9 100644 --- a/themes/dark.tres +++ b/themes/dark.tres @@ -1,4 +1,4 @@ -[gd_resource type="Theme" load_steps=12 format=2] +[gd_resource type="Theme" load_steps=16 format=2] [ext_resource path="res://fonts/font_regular.tres" type="DynamicFont" id=1] [ext_resource path="res://fonts/font_mono_regular.tres" type="DynamicFont" id=2] @@ -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.25, 0.25, 0.25, 0.784314 ) +bg_color = Color( 0.25098, 0.25098, 0.25098, 0.784314 ) 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.225, 0.353333, 0.5, 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 @@ -70,6 +70,34 @@ 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] +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 +corner_radius_top_left = 10 +corner_radius_top_right = 10 +corner_radius_bottom_right = 10 +corner_radius_bottom_left = 10 + [resource] default_font = ExtResource( 1 ) Button/styles/disabled = SubResource( 10 ) @@ -88,3 +116,8 @@ Panel/styles/panel = SubResource( 12 ) PopupMenu/constants/vseparation = 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/scroll = SubResource( 17 ) +VScrollBar/styles/scroll_focus = SubResource( 17 ) |
