From 3d9ce4cb730d32d0d39b748b85d87ace790ebd31 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas Date: Sat, 3 Feb 2024 18:11:09 +0200 Subject: [PATCH] Fix button focus stylebox not being different from the other states in the themes --- assets/themes/blue/theme.tres | 174 ++++++++++++++++-------------- assets/themes/caramel/theme.tres | 125 ++++++++++++---------- assets/themes/dark/theme.tres | 68 +++++++----- assets/themes/gray/theme.tres | 174 ++++++++++++++++-------------- assets/themes/light/theme.tres | 177 +++++++++++++++++-------------- assets/themes/purple/theme.tres | 146 +++++++++++++------------ 6 files changed, 469 insertions(+), 395 deletions(-) diff --git a/assets/themes/blue/theme.tres b/assets/themes/blue/theme.tres index 360ebfaf6..a90bc2eed 100644 --- a/assets/themes/blue/theme.tres +++ b/assets/themes/blue/theme.tres @@ -1,19 +1,19 @@ -[gd_resource type="Theme" load_steps=79 format=3 uid="uid://boe68kb6pd5ws"] +[gd_resource type="Theme" load_steps=80 format=3 uid="uid://boe68kb6pd5ws"] -[ext_resource type="Texture2D" uid="uid://brdgp0y4tarar" path="res://assets/graphics/misc/radio_unpressed.png" id="1_k8s3o"] -[ext_resource type="Texture2D" uid="uid://ybfsxkc2qap7" path="res://assets/graphics/misc/checkbox_unpressed.png" id="2_y17hc"] -[ext_resource type="Texture2D" uid="uid://ct8wn8m6x4m54" path="res://assets/graphics/misc/value_arrow.svg" id="3_lnjrw"] -[ext_resource type="Texture2D" uid="uid://bq8h66v4ie8xl" path="res://assets/graphics/misc/value_arrow_hover.svg" id="4_pg80n"] -[ext_resource type="Texture2D" uid="uid://hhxenhteahv6" path="res://assets/graphics/misc/value_arrow_press.svg" id="5_jso4k"] -[ext_resource type="Texture2D" uid="uid://c7u0yofrpm50a" path="res://assets/graphics/misc/value_slider.png" id="6_ub5oj"] -[ext_resource type="FontFile" uid="uid://cvc4lelf6hl7x" path="res://assets/fonts/Roboto-Regular.ttf" id="7_n0chh"] +[ext_resource type="Texture2D" uid="uid://brdgp0y4tarar" path="res://assets/graphics/misc/radio_unpressed.png" id="1_xme5o"] +[ext_resource type="Texture2D" uid="uid://ybfsxkc2qap7" path="res://assets/graphics/misc/checkbox_unpressed.png" id="2_hjv6j"] +[ext_resource type="Texture2D" uid="uid://ct8wn8m6x4m54" path="res://assets/graphics/misc/value_arrow.svg" id="3_a7h0n"] +[ext_resource type="Texture2D" uid="uid://bq8h66v4ie8xl" path="res://assets/graphics/misc/value_arrow_hover.svg" id="4_lvo3d"] +[ext_resource type="Texture2D" uid="uid://hhxenhteahv6" path="res://assets/graphics/misc/value_arrow_press.svg" id="5_o3s4v"] +[ext_resource type="Texture2D" uid="uid://c7u0yofrpm50a" path="res://assets/graphics/misc/value_slider.png" id="6_rpq74"] +[ext_resource type="FontFile" uid="uid://cvc4lelf6hl7x" path="res://assets/fonts/Roboto-Regular.ttf" id="7_j355g"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_755mo"] content_margin_left = 8.0 content_margin_top = 8.0 content_margin_right = 8.0 content_margin_bottom = 8.0 -bg_color = Color(0.199802, 0.231067, 0.309712, 1) +bg_color = Color(0.2, 0.231373, 0.309804, 1) corner_radius_top_left = 3 corner_radius_top_right = 3 corner_radius_bottom_right = 3 @@ -25,15 +25,27 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.148989, 0.172442, 0.231067, 1) -border_color = Color(0.0784314, 0.0784314, 0.0784314, 1) +bg_color = Color(0.278431, 0.321569, 0.431373, 1) +border_color = Color(1, 1, 1, 1) + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_kpwev"] +content_margin_left = 6.0 +content_margin_top = 4.0 +content_margin_right = 6.0 +content_margin_bottom = 4.0 +bg_color = Color(0.0901961, 0.0901961, 0.0901961, 1) +draw_center = false +border_width_left = 1 +border_width_top = 1 +border_width_right = 1 +border_width_bottom = 1 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_t0f5f"] content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.148989, 0.172442, 0.231067, 1) +bg_color = Color(0.278431, 0.321569, 0.431373, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -140,7 +152,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.278447, 0.321431, 0.431357, 1) +bg_color = Color(0.14902, 0.172549, 0.231373, 1) corner_radius_top_left = 10 corner_radius_top_right = 10 corner_radius_bottom_right = 10 @@ -152,7 +164,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.494913, 0.525002, 0.60195, 1) +bg_color = Color(0.404314, 0.420784, 0.461961, 1) corner_radius_top_left = 10 corner_radius_top_right = 10 corner_radius_bottom_right = 10 @@ -164,7 +176,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.422757, 0.457145, 0.545086, 1) +bg_color = Color(0.319216, 0.338039, 0.385098, 1) corner_radius_top_left = 10 corner_radius_top_right = 10 corner_radius_bottom_right = 10 @@ -241,12 +253,12 @@ border_width_right = 1 border_width_bottom = 1 border_color = Color(1, 1, 1, 0.2) -[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_16uvh"] +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_4ngk1"] content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.148989, 0.172442, 0.231067, 1) +bg_color = Color(0.278431, 0.321569, 0.431373, 1) draw_center = false border_width_left = 2 border_width_top = 2 @@ -259,7 +271,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.278447, 0.321431, 0.431357, 1) +bg_color = Color(0.14902, 0.172549, 0.231373, 1) border_color = Color(0.113281, 0.113281, 0.113281, 1) [sub_resource type="StyleBoxFlat" id="96"] @@ -267,7 +279,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.278447, 0.321431, 0.431357, 1) +bg_color = Color(0.14902, 0.172549, 0.231373, 1) border_color = Color(0.113281, 0.113281, 0.113281, 1) [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_u871w"] @@ -279,7 +291,7 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.148989, 0.172442, 0.231067, 1) +bg_color = Color(0.278431, 0.321569, 0.431373, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -295,7 +307,7 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.148989, 0.172442, 0.231067, 1) +bg_color = Color(0.278431, 0.321569, 0.431373, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -311,7 +323,7 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.148989, 0.172442, 0.231067, 1) +bg_color = Color(0.278431, 0.321569, 0.431373, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -349,14 +361,14 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.148989, 0.172442, 0.231067, 1) +bg_color = Color(0.278431, 0.321569, 0.431373, 1) [sub_resource type="StyleBoxFlat" id="104"] content_margin_left = 2.0 content_margin_top = 2.0 content_margin_right = 2.0 content_margin_bottom = 2.0 -bg_color = Color(0.199802, 0.231067, 0.309712, 1) +bg_color = Color(0.2, 0.231373, 0.309804, 1) corner_radius_top_left = 2 corner_radius_top_right = 2 corner_radius_bottom_right = 2 @@ -383,7 +395,7 @@ content_margin_left = 8.0 content_margin_top = 8.0 content_margin_right = 8.0 content_margin_bottom = 8.0 -bg_color = Color(0.148989, 0.172442, 0.231067, 1) +bg_color = Color(0.278431, 0.321569, 0.431373, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -402,7 +414,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.148989, 0.172442, 0.231067, 1) +bg_color = Color(0.278431, 0.321569, 0.431373, 1) corner_radius_top_left = 3 corner_radius_top_right = 3 corner_radius_bottom_right = 3 @@ -428,7 +440,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.278447, 0.321431, 0.431357, 1) +bg_color = Color(0.14902, 0.172549, 0.231373, 1) draw_center = false border_width_left = 2 border_width_top = 2 @@ -437,7 +449,7 @@ border_width_bottom = 2 corner_detail = 1 [sub_resource type="StyleBoxFlat" id="1"] -bg_color = Color(0.278447, 0.321431, 0.431357, 1) +bg_color = Color(0.14902, 0.172549, 0.231373, 1) [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_fewc7"] content_margin_left = 10.0 @@ -455,7 +467,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.148989, 0.172442, 0.231067, 1) +bg_color = Color(0.278431, 0.321569, 0.431373, 1) draw_center = false border_width_left = 2 border_width_top = 2 @@ -488,7 +500,7 @@ content_margin_left = 10.0 content_margin_top = 4.0 content_margin_right = 10.0 content_margin_bottom = 4.0 -bg_color = Color(0.148989, 0.172442, 0.231067, 1) +bg_color = Color(0.278431, 0.321569, 0.431373, 1) border_width_top = 2 border_color = Color(1, 1, 1, 1) corner_detail = 1 @@ -498,14 +510,14 @@ content_margin_left = 10.0 content_margin_top = 4.0 content_margin_right = 10.0 content_margin_bottom = 4.0 -bg_color = Color(0.104292, 0.12071, 0.161747, 1) +bg_color = Color(0.194902, 0.225098, 0.301961, 1) border_width_left = 1 border_width_right = 1 border_color = Color(0.175, 0.175, 0.175, 1) corner_detail = 1 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jssey"] -bg_color = Color(0.199802, 0.231067, 0.309712, 1) +bg_color = Color(0.2, 0.231373, 0.309804, 1) [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_o56ri"] content_margin_left = 0.0 @@ -518,7 +530,7 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.148989, 0.172442, 0.231067, 1) +bg_color = Color(0.278431, 0.321569, 0.431373, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -534,7 +546,7 @@ content_margin_left = 1.0 content_margin_top = 1.0 content_margin_right = 1.0 content_margin_bottom = 1.0 -bg_color = Color(0.721553, 0.678569, 0.568643, 1) +bg_color = Color(0.85098, 0.827451, 0.768627, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -569,7 +581,7 @@ border_color = Color(0.334961, 0.334961, 0.334961, 1) [sub_resource type="StyleBoxEmpty" id="159"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tcenw"] -bg_color = Color(0.199802, 0.231067, 0.309712, 1) +bg_color = Color(0.2, 0.231373, 0.309804, 1) [sub_resource type="StyleBoxFlat" id="161"] content_margin_left = 4.0 @@ -652,31 +664,31 @@ expand_margin_bottom = 4.0 [resource] resource_name = "Blue" -default_font = ExtResource("7_n0chh") +default_font = ExtResource("7_j355g") default_font_size = 16 AcceptDialog/styles/panel = SubResource("StyleBoxFlat_755mo") BoxContainer/constants/separation = 4 -Button/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1) -Button/colors/font_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5) +Button/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1) +Button/colors/font_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5) Button/colors/font_focus_color = Color(1, 1, 1, 1) Button/colors/font_hover_color = Color(1, 1, 1, 1) Button/colors/font_hover_pressed_color = Color(1, 1, 1, 1) Button/colors/font_pressed_color = Color(1, 1, 1, 1) Button/colors/icon_color_pressed = Color(1, 1, 1, 1) -Button/colors/icon_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5) +Button/colors/icon_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5) Button/colors/icon_hover_color = Color(1, 1, 1, 1) Button/colors/icon_hover_pressed_color = Color(1, 1, 1, 1) Button/colors/icon_normal_color = Color(1, 1, 1, 1) Button/colors/icon_pressed_color = Color(1, 1, 1, 1) Button/styles/disabled = SubResource("23") -Button/styles/focus = SubResource("23") +Button/styles/focus = SubResource("StyleBoxFlat_kpwev") Button/styles/hover = SubResource("23") Button/styles/normal = SubResource("23") Button/styles/pressed = SubResource("StyleBoxFlat_t0f5f") -CheckBox/icons/radio_unchecked = ExtResource("1_k8s3o") -CheckBox/icons/radio_unchecked_disabled = ExtResource("1_k8s3o") -CheckBox/icons/unchecked = ExtResource("2_y17hc") -CheckBox/icons/unchecked_disabled = ExtResource("2_y17hc") +CheckBox/icons/radio_unchecked = ExtResource("1_xme5o") +CheckBox/icons/radio_unchecked_disabled = ExtResource("1_xme5o") +CheckBox/icons/unchecked = ExtResource("2_hjv6j") +CheckBox/icons/unchecked_disabled = ExtResource("2_hjv6j") CheckBox/styles/disabled = SubResource("StyleBoxFlat_lbyuh") CheckBox/styles/focus = SubResource("StyleBoxFlat_4dymj") CheckBox/styles/hover = SubResource("StyleBoxFlat_4jbvl") @@ -690,7 +702,7 @@ CheckButton/styles/hover_pressed = SubResource("StyleBoxFlat_viauy") CheckButton/styles/normal = SubResource("StyleBoxFlat_ygru1") CheckButton/styles/pressed = SubResource("StyleBoxFlat_h750t") CollapsibleContainer/base_type = &"VBoxContainer" -CollapsibleContainer/icons/arrow_normal = ExtResource("3_lnjrw") +CollapsibleContainer/icons/arrow_normal = ExtResource("3_a7h0n") ColorPicker/constants/h_width = 28 ColorPicker/constants/margin = 8 ColorPickerButton/styles/disabled = null @@ -716,19 +728,19 @@ HSlider/styles/slider = SubResource("88") HSplitContainer/constants/separation = 8 HeaderSmall/font_sizes/font_size = 18 Icons/colors/modulate_color = Color(1, 1, 1, 1) -ItemList/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1) +ItemList/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1) ItemList/colors/guide_color = Color(1, 1, 1, 0.05) ItemList/styles/cursor = SubResource("94") ItemList/styles/cursor_unfocused = SubResource("94") -ItemList/styles/panel = SubResource("StyleBoxFlat_16uvh") +ItemList/styles/panel = SubResource("StyleBoxFlat_4ngk1") ItemList/styles/selected = SubResource("95") ItemList/styles/selected_focus = SubResource("96") -Label/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1) +Label/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1) Label/styles/normal = SubResource("StyleBoxEmpty_u871w") LineEdit/colors/clear_button_color = Color(0.77832, 0.77832, 0.77832, 1) LineEdit/colors/clear_button_color_pressed = Color(0.184314, 0.396078, 0.533333, 1) -LineEdit/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1) -LineEdit/colors/font_uneditable_color = Color(0.776745, 0.776745, 0.776745, 0.5) +LineEdit/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1) +LineEdit/colors/font_uneditable_color = Color(0.776471, 0.776471, 0.776471, 0.5) LineEdit/colors/selection_color = Color(0.184314, 0.396078, 0.533333, 0.4) LineEdit/styles/focus = SubResource("3") LineEdit/styles/normal = SubResource("5") @@ -738,33 +750,33 @@ MarginContainer/constants/margin_bottom = 2 MarginContainer/constants/margin_left = 8 MarginContainer/constants/margin_right = 8 MarginContainer/constants/margin_top = 2 -MenuButton/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1) -MenuButton/colors/font_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5) +MenuButton/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1) +MenuButton/colors/font_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5) MenuButton/styles/disabled = SubResource("23") MenuButton/styles/focus = SubResource("23") MenuButton/styles/hover = SubResource("23") MenuButton/styles/normal = SubResource("23") MenuButton/styles/pressed = SubResource("23") -Misc/colors/clear_color = Color(0.199802, 0.231067, 0.309712, 1) -OptionButton/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1) -OptionButton/colors/font_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5) +Misc/colors/clear_color = Color(0.2, 0.231373, 0.309804, 1) +OptionButton/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1) +OptionButton/colors/font_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5) OptionButton/styles/disabled = SubResource("2") OptionButton/styles/pressed = SubResource("6") Panel/styles/panel = SubResource("103") PanelContainer/styles/panel = SubResource("104") -PopupMenu/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1) -PopupMenu/colors/font_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5) -PopupMenu/icons/radio_unchecked = ExtResource("1_k8s3o") -PopupMenu/icons/radio_unchecked_disabled = ExtResource("1_k8s3o") -PopupMenu/icons/unchecked = ExtResource("2_y17hc") -PopupMenu/icons/unchecked_disabled = ExtResource("2_y17hc") +PopupMenu/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1) +PopupMenu/colors/font_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5) +PopupMenu/icons/radio_unchecked = ExtResource("1_xme5o") +PopupMenu/icons/radio_unchecked_disabled = ExtResource("1_xme5o") +PopupMenu/icons/unchecked = ExtResource("2_hjv6j") +PopupMenu/icons/unchecked_disabled = ExtResource("2_hjv6j") PopupMenu/styles/hover = SubResource("112") PopupMenu/styles/labeled_separator_left = SubResource("113") PopupMenu/styles/labeled_separator_right = SubResource("114") PopupMenu/styles/panel = SubResource("105") PopupMenu/styles/separator = SubResource("115") PopupPanel/styles/panel = SubResource("StyleBoxFlat_fc11h") -ProgressBar/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1) +ProgressBar/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1) RichTextLabel/colors/default_color = Color(0.77832, 0.77832, 0.77832, 1) RichTextLabel/styles/focus = SubResource("123") RichTextLabel/styles/normal = SubResource("52") @@ -774,17 +786,17 @@ RulerButton/styles/focus = SubResource("1") RulerButton/styles/hover = SubResource("1") RulerButton/styles/normal = SubResource("1") RulerButton/styles/pressed = SubResource("1") -TabBar/colors/font_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5) -TabBar/colors/font_selected_color = Color(0.776745, 0.776745, 0.776745, 1) -TabBar/colors/font_unselected_color = Color(0.776745, 0.776745, 0.776745, 1) +TabBar/colors/font_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5) +TabBar/colors/font_selected_color = Color(0.776471, 0.776471, 0.776471, 1) +TabBar/colors/font_unselected_color = Color(0.776471, 0.776471, 0.776471, 1) TabBar/styles/tab_disabled = SubResource("StyleBoxFlat_fewc7") TabBar/styles/tab_focus = SubResource("StyleBoxFlat_bxstr") TabBar/styles/tab_hovered = SubResource("StyleBoxFlat_dfms8") TabBar/styles/tab_selected = SubResource("StyleBoxFlat_msbem") TabBar/styles/tab_unselected = SubResource("StyleBoxFlat_n4ubj") -TabContainer/colors/font_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5) -TabContainer/colors/font_selected_color = Color(0.776745, 0.776745, 0.776745, 1) -TabContainer/colors/font_unselected_color = Color(0.776745, 0.776745, 0.776745, 1) +TabContainer/colors/font_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5) +TabContainer/colors/font_selected_color = Color(0.776471, 0.776471, 0.776471, 1) +TabContainer/colors/font_unselected_color = Color(0.776471, 0.776471, 0.776471, 1) TabContainer/constants/side_margin = 0 TabContainer/styles/panel = SubResource("StyleBoxFlat_jssey") TabContainer/styles/tab_disabled = SubResource("StyleBoxFlat_fewc7") @@ -797,23 +809,23 @@ TextEdit/colors/background_color = Color(0, 0, 0, 0) TextEdit/colors/caret_background_color = Color(0, 0, 0, 1) TextEdit/colors/caret_color = Color(0.77832, 0.77832, 0.77832, 1) TextEdit/colors/current_line_color = Color(0.25, 0.25, 0.26, 0.8) -TextEdit/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1) -TextEdit/colors/font_uneditable_color = Color(0.776745, 0.776745, 0.776745, 0.5) +TextEdit/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1) +TextEdit/colors/font_uneditable_color = Color(0.776471, 0.776471, 0.776471, 0.5) TextEdit/colors/selection_color = Color(0.184314, 0.396078, 0.533333, 0.4) TextEdit/colors/word_highlighted_color = Color(0.8, 0.9, 0.9, 0.15) TextEdit/styles/focus = SubResource("4") TextEdit/styles/normal = SubResource("5") TextEdit/styles/read_only = SubResource("2") -TooltipLabel/colors/font_color = Color(0.223255, 0.223255, 0.223255, 1) +TooltipLabel/colors/font_color = Color(0.223529, 0.223529, 0.223529, 1) TooltipPanel/styles/panel = SubResource("151") Tree/colors/custom_button_font_highlight = Color(0.866992, 0.866992, 0.866992, 1) Tree/colors/drop_position_color = Color(0.184314, 0.396078, 0.533333, 1) -Tree/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1) +Tree/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1) Tree/colors/guide_color = Color(1, 1, 1, 0.05) Tree/colors/relationship_line_color = Color(1, 1, 1, 0.1) Tree/colors/title_button_color = Color(0.77832, 0.77832, 0.77832, 1) Tree/constants/scroll_border = 40 -Tree/icons/unchecked = ExtResource("2_y17hc") +Tree/icons/unchecked = ExtResource("2_hjv6j") Tree/styles/button_pressed = SubResource("156") Tree/styles/cursor = SubResource("157") Tree/styles/cursor_unfocused = SubResource("157") @@ -837,15 +849,15 @@ VSlider/styles/grabber_area_highlight = SubResource("169") VSlider/styles/slider = SubResource("170") VSplitContainer/constants/separation = 8 ValueSlider/base_type = &"TextureProgressBar" -ValueSlider/colors/progress_color = Color(0.278447, 0.321431, 0.431357, 1) -ValueSlider/colors/under_color = Color(0.148989, 0.172442, 0.231067, 1) -ValueSlider/icons/arrow_hover = ExtResource("4_pg80n") -ValueSlider/icons/arrow_normal = ExtResource("3_lnjrw") -ValueSlider/icons/arrow_pressed = ExtResource("5_jso4k") +ValueSlider/colors/progress_color = Color(0.14902, 0.172549, 0.231373, 1) +ValueSlider/colors/under_color = Color(0.278431, 0.321569, 0.431373, 1) +ValueSlider/icons/arrow_hover = ExtResource("4_lvo3d") +ValueSlider/icons/arrow_normal = ExtResource("3_a7h0n") +ValueSlider/icons/arrow_pressed = ExtResource("5_o3s4v") ValueSlider/icons/texture_over = null -ValueSlider/icons/texture_progress = ExtResource("6_ub5oj") -ValueSlider/icons/texture_under = ExtResource("6_ub5oj") -Window/colors/title_color = Color(0.776745, 0.776745, 0.776745, 1) +ValueSlider/icons/texture_progress = ExtResource("6_rpq74") +ValueSlider/icons/texture_under = ExtResource("6_rpq74") +Window/colors/title_color = Color(0.776471, 0.776471, 0.776471, 1) Window/constants/title_height = 24 Window/styles/embedded_border = SubResource("StyleBoxFlat_pgljm") Window/styles/embedded_unfocused_border = SubResource("StyleBoxFlat_wmfk1") diff --git a/assets/themes/caramel/theme.tres b/assets/themes/caramel/theme.tres index 61885ac3a..353dd34f9 100644 --- a/assets/themes/caramel/theme.tres +++ b/assets/themes/caramel/theme.tres @@ -1,19 +1,19 @@ -[gd_resource type="Theme" load_steps=79 format=3 uid="uid://68ofdy0fw0t8"] +[gd_resource type="Theme" load_steps=80 format=3 uid="uid://68ofdy0fw0t8"] -[ext_resource type="Texture2D" uid="uid://brdgp0y4tarar" path="res://assets/graphics/misc/radio_unpressed.png" id="1_k8s3o"] -[ext_resource type="Texture2D" uid="uid://ybfsxkc2qap7" path="res://assets/graphics/misc/checkbox_unpressed.png" id="2_y17hc"] -[ext_resource type="Texture2D" uid="uid://ct8wn8m6x4m54" path="res://assets/graphics/misc/value_arrow.svg" id="3_lnjrw"] -[ext_resource type="Texture2D" uid="uid://bq8h66v4ie8xl" path="res://assets/graphics/misc/value_arrow_hover.svg" id="4_pg80n"] -[ext_resource type="Texture2D" uid="uid://hhxenhteahv6" path="res://assets/graphics/misc/value_arrow_press.svg" id="5_jso4k"] -[ext_resource type="Texture2D" uid="uid://c7u0yofrpm50a" path="res://assets/graphics/misc/value_slider.png" id="6_ub5oj"] -[ext_resource type="FontFile" uid="uid://cvc4lelf6hl7x" path="res://assets/fonts/Roboto-Regular.ttf" id="7_n0chh"] +[ext_resource type="Texture2D" uid="uid://brdgp0y4tarar" path="res://assets/graphics/misc/radio_unpressed.png" id="1_xme5o"] +[ext_resource type="Texture2D" uid="uid://ybfsxkc2qap7" path="res://assets/graphics/misc/checkbox_unpressed.png" id="2_hjv6j"] +[ext_resource type="Texture2D" uid="uid://ct8wn8m6x4m54" path="res://assets/graphics/misc/value_arrow.svg" id="3_a7h0n"] +[ext_resource type="Texture2D" uid="uid://bq8h66v4ie8xl" path="res://assets/graphics/misc/value_arrow_hover.svg" id="4_lvo3d"] +[ext_resource type="Texture2D" uid="uid://hhxenhteahv6" path="res://assets/graphics/misc/value_arrow_press.svg" id="5_o3s4v"] +[ext_resource type="Texture2D" uid="uid://c7u0yofrpm50a" path="res://assets/graphics/misc/value_slider.png" id="6_rpq74"] +[ext_resource type="FontFile" uid="uid://cvc4lelf6hl7x" path="res://assets/fonts/Roboto-Regular.ttf" id="7_j355g"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_755mo"] content_margin_left = 8.0 content_margin_top = 8.0 content_margin_right = 8.0 content_margin_bottom = 8.0 -bg_color = Color(0.866621, 0.701991, 0.43917, 1) +bg_color = Color(0.866667, 0.701961, 0.439216, 1) corner_radius_top_left = 3 corner_radius_top_right = 3 corner_radius_bottom_right = 3 @@ -25,15 +25,28 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.713726, 0.580346, 0.423545, 1) -border_color = Color(0.0784314, 0.0784314, 0.0784314, 1) +bg_color = Color(0.713726, 0.580392, 0.423529, 1) +border_color = Color(1, 1, 1, 1) + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_kpwev"] +content_margin_left = 6.0 +content_margin_top = 4.0 +content_margin_right = 6.0 +content_margin_bottom = 4.0 +bg_color = Color(0.0901961, 0.0901961, 0.0901961, 1) +draw_center = false +border_width_left = 1 +border_width_top = 1 +border_width_right = 1 +border_width_bottom = 1 +border_color = Color(0.2, 0.2, 0.2, 1) [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_t0f5f"] content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.713726, 0.580346, 0.423545, 1) +bg_color = Color(0.713726, 0.580392, 0.423529, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -140,7 +153,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.541268, 0.435264, 0.317525, 1) +bg_color = Color(0.713726, 0.580392, 0.423529, 1) corner_radius_top_left = 10 corner_radius_top_right = 10 corner_radius_bottom_right = 10 @@ -152,7 +165,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.678888, 0.604685, 0.522268, 1) +bg_color = Color(0.799608, 0.706275, 0.596471, 1) corner_radius_top_left = 10 corner_radius_top_right = 10 corner_radius_bottom_right = 10 @@ -164,7 +177,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.633014, 0.548211, 0.45402, 1) +bg_color = Color(0.77098, 0.664314, 0.538824, 1) corner_radius_top_left = 10 corner_radius_top_right = 10 corner_radius_bottom_right = 10 @@ -241,12 +254,12 @@ border_width_right = 1 border_width_bottom = 1 border_color = Color(1, 1, 1, 0.2) -[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_16uvh"] +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_4ngk1"] content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.713726, 0.580346, 0.423545, 1) +bg_color = Color(0.713726, 0.580392, 0.423529, 1) draw_center = false border_width_left = 2 border_width_top = 2 @@ -259,7 +272,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.541268, 0.435264, 0.317525, 1) +bg_color = Color(0.713726, 0.580392, 0.423529, 1) border_color = Color(0.113281, 0.113281, 0.113281, 1) [sub_resource type="StyleBoxFlat" id="96"] @@ -267,7 +280,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.541268, 0.435264, 0.317525, 1) +bg_color = Color(0.713726, 0.580392, 0.423529, 1) border_color = Color(0.113281, 0.113281, 0.113281, 1) [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_u871w"] @@ -279,7 +292,7 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.713726, 0.580346, 0.423545, 1) +bg_color = Color(0.713726, 0.580392, 0.423529, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -295,7 +308,7 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.713726, 0.580346, 0.423545, 1) +bg_color = Color(0.713726, 0.580392, 0.423529, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -311,7 +324,7 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.713726, 0.580346, 0.423545, 1) +bg_color = Color(0.713726, 0.580392, 0.423529, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -349,14 +362,14 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.713726, 0.580346, 0.423545, 1) +bg_color = Color(0.713726, 0.580392, 0.423529, 1) [sub_resource type="StyleBoxFlat" id="104"] content_margin_left = 2.0 content_margin_top = 2.0 content_margin_right = 2.0 content_margin_bottom = 2.0 -bg_color = Color(0.866621, 0.701991, 0.43917, 1) +bg_color = Color(0.866667, 0.701961, 0.439216, 1) corner_radius_top_left = 2 corner_radius_top_right = 2 corner_radius_bottom_right = 2 @@ -383,7 +396,7 @@ content_margin_left = 8.0 content_margin_top = 8.0 content_margin_right = 8.0 content_margin_bottom = 8.0 -bg_color = Color(0.713726, 0.580346, 0.423545, 1) +bg_color = Color(0.713726, 0.580392, 0.423529, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -402,7 +415,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.713726, 0.580346, 0.423545, 1) +bg_color = Color(0.713726, 0.580392, 0.423529, 1) corner_radius_top_left = 3 corner_radius_top_right = 3 corner_radius_bottom_right = 3 @@ -428,7 +441,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.541268, 0.435264, 0.317525, 1) +bg_color = Color(0.713726, 0.580392, 0.423529, 1) draw_center = false border_width_left = 2 border_width_top = 2 @@ -437,7 +450,7 @@ border_width_bottom = 2 corner_detail = 1 [sub_resource type="StyleBoxFlat" id="1"] -bg_color = Color(0.541268, 0.435264, 0.317525, 1) +bg_color = Color(0.713726, 0.580392, 0.423529, 1) [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_fewc7"] content_margin_left = 10.0 @@ -455,7 +468,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.713726, 0.580346, 0.423545, 1) +bg_color = Color(0.713726, 0.580392, 0.423529, 1) draw_center = false border_width_left = 2 border_width_top = 2 @@ -488,7 +501,7 @@ content_margin_left = 10.0 content_margin_top = 4.0 content_margin_right = 10.0 content_margin_bottom = 4.0 -bg_color = Color(0.713726, 0.580346, 0.423545, 1) +bg_color = Color(0.713726, 0.580392, 0.423529, 1) border_width_top = 2 border_color = Color(0, 0, 0, 1) corner_detail = 1 @@ -498,14 +511,14 @@ content_margin_left = 10.0 content_margin_top = 4.0 content_margin_right = 10.0 content_margin_bottom = 4.0 -bg_color = Color(0.499608, 0.406242, 0.296481, 1) +bg_color = Color(0.499608, 0.406275, 0.296471, 1) border_width_left = 1 border_width_right = 1 border_color = Color(0.175, 0.175, 0.175, 1) corner_detail = 1 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jssey"] -bg_color = Color(0.866621, 0.701991, 0.43917, 1) +bg_color = Color(0.866667, 0.701961, 0.439216, 1) [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_o56ri"] content_margin_left = 0.0 @@ -518,7 +531,7 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.713726, 0.580346, 0.423545, 1) +bg_color = Color(0.713726, 0.580392, 0.423529, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -534,7 +547,7 @@ content_margin_left = 1.0 content_margin_top = 1.0 content_margin_right = 1.0 content_margin_bottom = 1.0 -bg_color = Color(0.458732, 0.564736, 0.682475, 1) +bg_color = Color(0.286274, 0.419608, 0.576471, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -569,7 +582,7 @@ border_color = Color(0.334961, 0.334961, 0.334961, 1) [sub_resource type="StyleBoxEmpty" id="159"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tcenw"] -bg_color = Color(0.866621, 0.701991, 0.43917, 1) +bg_color = Color(0.866667, 0.701961, 0.439216, 1) [sub_resource type="StyleBoxFlat" id="161"] content_margin_left = 4.0 @@ -652,7 +665,7 @@ expand_margin_bottom = 4.0 [resource] resource_name = "Caramel" -default_font = ExtResource("7_n0chh") +default_font = ExtResource("7_j355g") default_font_size = 16 AcceptDialog/styles/panel = SubResource("StyleBoxFlat_755mo") BoxContainer/constants/separation = 4 @@ -669,14 +682,14 @@ Button/colors/icon_hover_pressed_color = Color(0.2, 0.2, 0.2, 1) Button/colors/icon_normal_color = Color(0, 0, 0, 1) Button/colors/icon_pressed_color = Color(0.2, 0.2, 0.2, 1) Button/styles/disabled = SubResource("23") -Button/styles/focus = SubResource("23") +Button/styles/focus = SubResource("StyleBoxFlat_kpwev") Button/styles/hover = SubResource("23") Button/styles/normal = SubResource("23") Button/styles/pressed = SubResource("StyleBoxFlat_t0f5f") -CheckBox/icons/radio_unchecked = ExtResource("1_k8s3o") -CheckBox/icons/radio_unchecked_disabled = ExtResource("1_k8s3o") -CheckBox/icons/unchecked = ExtResource("2_y17hc") -CheckBox/icons/unchecked_disabled = ExtResource("2_y17hc") +CheckBox/icons/radio_unchecked = ExtResource("1_xme5o") +CheckBox/icons/radio_unchecked_disabled = ExtResource("1_xme5o") +CheckBox/icons/unchecked = ExtResource("2_hjv6j") +CheckBox/icons/unchecked_disabled = ExtResource("2_hjv6j") CheckBox/styles/disabled = SubResource("StyleBoxFlat_lbyuh") CheckBox/styles/focus = SubResource("StyleBoxFlat_4dymj") CheckBox/styles/hover = SubResource("StyleBoxFlat_4jbvl") @@ -690,7 +703,7 @@ CheckButton/styles/hover_pressed = SubResource("StyleBoxFlat_viauy") CheckButton/styles/normal = SubResource("StyleBoxFlat_ygru1") CheckButton/styles/pressed = SubResource("StyleBoxFlat_h750t") CollapsibleContainer/base_type = &"VBoxContainer" -CollapsibleContainer/icons/arrow_normal = ExtResource("3_lnjrw") +CollapsibleContainer/icons/arrow_normal = ExtResource("3_a7h0n") ColorPicker/constants/h_width = 28 ColorPicker/constants/margin = 8 ColorPickerButton/styles/disabled = null @@ -720,7 +733,7 @@ ItemList/colors/font_color = Color(0.239216, 0.192157, 0.141176, 1) ItemList/colors/guide_color = Color(1, 1, 1, 0.05) ItemList/styles/cursor = SubResource("94") ItemList/styles/cursor_unfocused = SubResource("94") -ItemList/styles/panel = SubResource("StyleBoxFlat_16uvh") +ItemList/styles/panel = SubResource("StyleBoxFlat_4ngk1") ItemList/styles/selected = SubResource("95") ItemList/styles/selected_focus = SubResource("96") Label/colors/font_color = Color(0.239216, 0.192157, 0.141176, 1) @@ -745,7 +758,7 @@ MenuButton/styles/focus = SubResource("23") MenuButton/styles/hover = SubResource("23") MenuButton/styles/normal = SubResource("23") MenuButton/styles/pressed = SubResource("23") -Misc/colors/clear_color = Color(0.866621, 0.701991, 0.43917, 1) +Misc/colors/clear_color = Color(0.866667, 0.701961, 0.439216, 1) OptionButton/colors/font_color = Color(0.239216, 0.192157, 0.141176, 1) OptionButton/colors/font_disabled_color = Color(0.239216, 0.192157, 0.141176, 0.5) OptionButton/styles/disabled = SubResource("2") @@ -754,10 +767,10 @@ Panel/styles/panel = SubResource("103") PanelContainer/styles/panel = SubResource("104") PopupMenu/colors/font_color = Color(0.239216, 0.192157, 0.141176, 1) PopupMenu/colors/font_disabled_color = Color(0.239216, 0.192157, 0.141176, 0.5) -PopupMenu/icons/radio_unchecked = ExtResource("1_k8s3o") -PopupMenu/icons/radio_unchecked_disabled = ExtResource("1_k8s3o") -PopupMenu/icons/unchecked = ExtResource("2_y17hc") -PopupMenu/icons/unchecked_disabled = ExtResource("2_y17hc") +PopupMenu/icons/radio_unchecked = ExtResource("1_xme5o") +PopupMenu/icons/radio_unchecked_disabled = ExtResource("1_xme5o") +PopupMenu/icons/unchecked = ExtResource("2_hjv6j") +PopupMenu/icons/unchecked_disabled = ExtResource("2_hjv6j") PopupMenu/styles/hover = SubResource("112") PopupMenu/styles/labeled_separator_left = SubResource("113") PopupMenu/styles/labeled_separator_right = SubResource("114") @@ -813,7 +826,7 @@ Tree/colors/guide_color = Color(1, 1, 1, 0.05) Tree/colors/relationship_line_color = Color(1, 1, 1, 0.1) Tree/colors/title_button_color = Color(0.77832, 0.77832, 0.77832, 1) Tree/constants/scroll_border = 40 -Tree/icons/unchecked = ExtResource("2_y17hc") +Tree/icons/unchecked = ExtResource("2_hjv6j") Tree/styles/button_pressed = SubResource("156") Tree/styles/cursor = SubResource("157") Tree/styles/cursor_unfocused = SubResource("157") @@ -837,14 +850,14 @@ VSlider/styles/grabber_area_highlight = SubResource("169") VSlider/styles/slider = SubResource("170") VSplitContainer/constants/separation = 8 ValueSlider/base_type = &"TextureProgressBar" -ValueSlider/colors/progress_color = Color(0.541268, 0.435264, 0.317525, 1) -ValueSlider/colors/under_color = Color(0.713726, 0.580346, 0.423545, 1) -ValueSlider/icons/arrow_hover = ExtResource("4_pg80n") -ValueSlider/icons/arrow_normal = ExtResource("3_lnjrw") -ValueSlider/icons/arrow_pressed = ExtResource("5_jso4k") +ValueSlider/colors/progress_color = Color(0.713726, 0.580392, 0.423529, 1) +ValueSlider/colors/under_color = Color(0.713726, 0.580392, 0.423529, 1) +ValueSlider/icons/arrow_hover = ExtResource("4_lvo3d") +ValueSlider/icons/arrow_normal = ExtResource("3_a7h0n") +ValueSlider/icons/arrow_pressed = ExtResource("5_o3s4v") ValueSlider/icons/texture_over = null -ValueSlider/icons/texture_progress = ExtResource("6_ub5oj") -ValueSlider/icons/texture_under = ExtResource("6_ub5oj") +ValueSlider/icons/texture_progress = ExtResource("6_rpq74") +ValueSlider/icons/texture_under = ExtResource("6_rpq74") Window/colors/title_color = Color(0.239216, 0.192157, 0.141176, 1) Window/constants/title_height = 24 Window/styles/embedded_border = SubResource("StyleBoxFlat_pgljm") diff --git a/assets/themes/dark/theme.tres b/assets/themes/dark/theme.tres index e67f70c54..7769bf0fd 100644 --- a/assets/themes/dark/theme.tres +++ b/assets/themes/dark/theme.tres @@ -1,12 +1,12 @@ -[gd_resource type="Theme" load_steps=79 format=3 uid="uid://bka2dkyhkqpmq"] +[gd_resource type="Theme" load_steps=80 format=3 uid="uid://bka2dkyhkqpmq"] -[ext_resource type="Texture2D" uid="uid://brdgp0y4tarar" path="res://assets/graphics/misc/radio_unpressed.png" id="1_jrn7q"] -[ext_resource type="Texture2D" uid="uid://ybfsxkc2qap7" path="res://assets/graphics/misc/checkbox_unpressed.png" id="2_sy8p5"] -[ext_resource type="Texture2D" uid="uid://ct8wn8m6x4m54" path="res://assets/graphics/misc/value_arrow.svg" id="3_shsqn"] -[ext_resource type="Texture2D" uid="uid://bq8h66v4ie8xl" path="res://assets/graphics/misc/value_arrow_hover.svg" id="4_oo1l4"] -[ext_resource type="Texture2D" uid="uid://hhxenhteahv6" path="res://assets/graphics/misc/value_arrow_press.svg" id="5_2hysv"] -[ext_resource type="Texture2D" uid="uid://c7u0yofrpm50a" path="res://assets/graphics/misc/value_slider.png" id="6_gorju"] -[ext_resource type="FontFile" uid="uid://cvc4lelf6hl7x" path="res://assets/fonts/Roboto-Regular.ttf" id="7_h4w0w"] +[ext_resource type="Texture2D" uid="uid://brdgp0y4tarar" path="res://assets/graphics/misc/radio_unpressed.png" id="1_iwsxp"] +[ext_resource type="Texture2D" uid="uid://ybfsxkc2qap7" path="res://assets/graphics/misc/checkbox_unpressed.png" id="2_341ov"] +[ext_resource type="Texture2D" uid="uid://ct8wn8m6x4m54" path="res://assets/graphics/misc/value_arrow.svg" id="3_2lpom"] +[ext_resource type="Texture2D" uid="uid://bq8h66v4ie8xl" path="res://assets/graphics/misc/value_arrow_hover.svg" id="4_8el2t"] +[ext_resource type="Texture2D" uid="uid://hhxenhteahv6" path="res://assets/graphics/misc/value_arrow_press.svg" id="5_ujpl0"] +[ext_resource type="Texture2D" uid="uid://c7u0yofrpm50a" path="res://assets/graphics/misc/value_slider.png" id="6_p604r"] +[ext_resource type="FontFile" uid="uid://cvc4lelf6hl7x" path="res://assets/fonts/Roboto-Regular.ttf" id="7_tewuk"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_755mo"] content_margin_left = 8.0 @@ -26,7 +26,19 @@ content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 bg_color = Color(0.0901961, 0.0901961, 0.0901961, 1) -border_color = Color(0.0784314, 0.0784314, 0.0784314, 1) +border_color = Color(1, 1, 1, 1) + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_kpwev"] +content_margin_left = 6.0 +content_margin_top = 4.0 +content_margin_right = 6.0 +content_margin_bottom = 4.0 +bg_color = Color(0.0901961, 0.0901961, 0.0901961, 1) +draw_center = false +border_width_left = 1 +border_width_top = 1 +border_width_right = 1 +border_width_bottom = 1 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_t0f5f"] content_margin_left = 6.0 @@ -241,7 +253,7 @@ border_width_right = 1 border_width_bottom = 1 border_color = Color(1, 1, 1, 0.2) -[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_m6uit"] +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_4ngk1"] content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 @@ -652,7 +664,7 @@ expand_margin_bottom = 4.0 [resource] resource_name = "Dark" -default_font = ExtResource("7_h4w0w") +default_font = ExtResource("7_tewuk") default_font_size = 16 AcceptDialog/styles/panel = SubResource("StyleBoxFlat_755mo") BoxContainer/constants/separation = 4 @@ -669,14 +681,14 @@ Button/colors/icon_hover_pressed_color = Color(1, 1, 1, 1) Button/colors/icon_normal_color = Color(1, 1, 1, 1) Button/colors/icon_pressed_color = Color(1, 1, 1, 1) Button/styles/disabled = SubResource("23") -Button/styles/focus = SubResource("23") +Button/styles/focus = SubResource("StyleBoxFlat_kpwev") Button/styles/hover = SubResource("23") Button/styles/normal = SubResource("23") Button/styles/pressed = SubResource("StyleBoxFlat_t0f5f") -CheckBox/icons/radio_unchecked = ExtResource("1_jrn7q") -CheckBox/icons/radio_unchecked_disabled = ExtResource("1_jrn7q") -CheckBox/icons/unchecked = ExtResource("2_sy8p5") -CheckBox/icons/unchecked_disabled = ExtResource("2_sy8p5") +CheckBox/icons/radio_unchecked = ExtResource("1_iwsxp") +CheckBox/icons/radio_unchecked_disabled = ExtResource("1_iwsxp") +CheckBox/icons/unchecked = ExtResource("2_341ov") +CheckBox/icons/unchecked_disabled = ExtResource("2_341ov") CheckBox/styles/disabled = SubResource("StyleBoxFlat_lbyuh") CheckBox/styles/focus = SubResource("StyleBoxFlat_4dymj") CheckBox/styles/hover = SubResource("StyleBoxFlat_4jbvl") @@ -690,7 +702,7 @@ CheckButton/styles/hover_pressed = SubResource("StyleBoxFlat_viauy") CheckButton/styles/normal = SubResource("StyleBoxFlat_ygru1") CheckButton/styles/pressed = SubResource("StyleBoxFlat_h750t") CollapsibleContainer/base_type = &"VBoxContainer" -CollapsibleContainer/icons/arrow_normal = ExtResource("3_shsqn") +CollapsibleContainer/icons/arrow_normal = ExtResource("3_2lpom") ColorPicker/constants/h_width = 28 ColorPicker/constants/margin = 8 ColorPickerButton/styles/disabled = null @@ -720,7 +732,7 @@ ItemList/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1) ItemList/colors/guide_color = Color(1, 1, 1, 0.05) ItemList/styles/cursor = SubResource("94") ItemList/styles/cursor_unfocused = SubResource("94") -ItemList/styles/panel = SubResource("StyleBoxFlat_m6uit") +ItemList/styles/panel = SubResource("StyleBoxFlat_4ngk1") ItemList/styles/selected = SubResource("95") ItemList/styles/selected_focus = SubResource("96") Label/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1) @@ -754,10 +766,10 @@ Panel/styles/panel = SubResource("103") PanelContainer/styles/panel = SubResource("104") PopupMenu/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1) PopupMenu/colors/font_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5) -PopupMenu/icons/radio_unchecked = ExtResource("1_jrn7q") -PopupMenu/icons/radio_unchecked_disabled = ExtResource("1_jrn7q") -PopupMenu/icons/unchecked = ExtResource("2_sy8p5") -PopupMenu/icons/unchecked_disabled = ExtResource("2_sy8p5") +PopupMenu/icons/radio_unchecked = ExtResource("1_iwsxp") +PopupMenu/icons/radio_unchecked_disabled = ExtResource("1_iwsxp") +PopupMenu/icons/unchecked = ExtResource("2_341ov") +PopupMenu/icons/unchecked_disabled = ExtResource("2_341ov") PopupMenu/styles/hover = SubResource("112") PopupMenu/styles/labeled_separator_left = SubResource("113") PopupMenu/styles/labeled_separator_right = SubResource("114") @@ -813,7 +825,7 @@ Tree/colors/guide_color = Color(1, 1, 1, 0.05) Tree/colors/relationship_line_color = Color(1, 1, 1, 0.1) Tree/colors/title_button_color = Color(0.77832, 0.77832, 0.77832, 1) Tree/constants/scroll_border = 40 -Tree/icons/unchecked = ExtResource("2_sy8p5") +Tree/icons/unchecked = ExtResource("2_341ov") Tree/styles/button_pressed = SubResource("156") Tree/styles/cursor = SubResource("157") Tree/styles/cursor_unfocused = SubResource("157") @@ -839,12 +851,12 @@ VSplitContainer/constants/separation = 8 ValueSlider/base_type = &"TextureProgressBar" ValueSlider/colors/progress_color = Color(0.231373, 0.231373, 0.231373, 1) ValueSlider/colors/under_color = Color(0.0901961, 0.0901961, 0.0901961, 1) -ValueSlider/icons/arrow_hover = ExtResource("4_oo1l4") -ValueSlider/icons/arrow_normal = ExtResource("3_shsqn") -ValueSlider/icons/arrow_pressed = ExtResource("5_2hysv") +ValueSlider/icons/arrow_hover = ExtResource("4_8el2t") +ValueSlider/icons/arrow_normal = ExtResource("3_2lpom") +ValueSlider/icons/arrow_pressed = ExtResource("5_ujpl0") ValueSlider/icons/texture_over = null -ValueSlider/icons/texture_progress = ExtResource("6_gorju") -ValueSlider/icons/texture_under = ExtResource("6_gorju") +ValueSlider/icons/texture_progress = ExtResource("6_p604r") +ValueSlider/icons/texture_under = ExtResource("6_p604r") Window/colors/title_color = Color(0.776471, 0.776471, 0.776471, 1) Window/constants/title_height = 24 Window/styles/embedded_border = SubResource("StyleBoxFlat_pgljm") diff --git a/assets/themes/gray/theme.tres b/assets/themes/gray/theme.tres index 01f19f651..27e4ba8ba 100644 --- a/assets/themes/gray/theme.tres +++ b/assets/themes/gray/theme.tres @@ -1,19 +1,19 @@ -[gd_resource type="Theme" load_steps=79 format=3 uid="uid://bcfsxuu6eykiq"] +[gd_resource type="Theme" load_steps=80 format=3 uid="uid://bcfsxuu6eykiq"] -[ext_resource type="Texture2D" uid="uid://brdgp0y4tarar" path="res://assets/graphics/misc/radio_unpressed.png" id="1_k8s3o"] -[ext_resource type="Texture2D" uid="uid://ybfsxkc2qap7" path="res://assets/graphics/misc/checkbox_unpressed.png" id="2_y17hc"] -[ext_resource type="Texture2D" uid="uid://ct8wn8m6x4m54" path="res://assets/graphics/misc/value_arrow.svg" id="3_lnjrw"] -[ext_resource type="Texture2D" uid="uid://bq8h66v4ie8xl" path="res://assets/graphics/misc/value_arrow_hover.svg" id="4_pg80n"] -[ext_resource type="Texture2D" uid="uid://hhxenhteahv6" path="res://assets/graphics/misc/value_arrow_press.svg" id="5_jso4k"] -[ext_resource type="Texture2D" uid="uid://c7u0yofrpm50a" path="res://assets/graphics/misc/value_slider.png" id="6_ub5oj"] -[ext_resource type="FontFile" uid="uid://cvc4lelf6hl7x" path="res://assets/fonts/Roboto-Regular.ttf" id="7_n0chh"] +[ext_resource type="Texture2D" uid="uid://brdgp0y4tarar" path="res://assets/graphics/misc/radio_unpressed.png" id="1_xme5o"] +[ext_resource type="Texture2D" uid="uid://ybfsxkc2qap7" path="res://assets/graphics/misc/checkbox_unpressed.png" id="2_hjv6j"] +[ext_resource type="Texture2D" uid="uid://ct8wn8m6x4m54" path="res://assets/graphics/misc/value_arrow.svg" id="3_a7h0n"] +[ext_resource type="Texture2D" uid="uid://bq8h66v4ie8xl" path="res://assets/graphics/misc/value_arrow_hover.svg" id="4_lvo3d"] +[ext_resource type="Texture2D" uid="uid://hhxenhteahv6" path="res://assets/graphics/misc/value_arrow_press.svg" id="5_o3s4v"] +[ext_resource type="Texture2D" uid="uid://c7u0yofrpm50a" path="res://assets/graphics/misc/value_slider.png" id="6_rpq74"] +[ext_resource type="FontFile" uid="uid://cvc4lelf6hl7x" path="res://assets/fonts/Roboto-Regular.ttf" id="7_j355g"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_755mo"] content_margin_left = 8.0 content_margin_top = 8.0 content_margin_right = 8.0 content_margin_bottom = 8.0 -bg_color = Color(0.188067, 0.188067, 0.188067, 1) +bg_color = Color(0.188235, 0.188235, 0.188235, 1) corner_radius_top_left = 3 corner_radius_top_right = 3 corner_radius_bottom_right = 3 @@ -25,15 +25,27 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.227161, 0.227161, 0.227161, 1) -border_color = Color(0.0784314, 0.0784314, 0.0784314, 1) +bg_color = Color(0.227451, 0.227451, 0.227451, 1) +border_color = Color(1, 1, 1, 1) + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_kpwev"] +content_margin_left = 6.0 +content_margin_top = 4.0 +content_margin_right = 6.0 +content_margin_bottom = 4.0 +bg_color = Color(0.0901961, 0.0901961, 0.0901961, 1) +draw_center = false +border_width_left = 1 +border_width_top = 1 +border_width_right = 1 +border_width_bottom = 1 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_t0f5f"] content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.227161, 0.227161, 0.227161, 1) +bg_color = Color(0.227451, 0.227451, 0.227451, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -140,7 +152,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.286259, 0.286259, 0.286259, 1) +bg_color = Color(0.227451, 0.227451, 0.227451, 1) corner_radius_top_left = 10 corner_radius_top_right = 10 corner_radius_bottom_right = 10 @@ -152,7 +164,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.500381, 0.500381, 0.500381, 1) +bg_color = Color(0.459216, 0.459216, 0.459216, 1) corner_radius_top_left = 10 corner_radius_top_right = 10 corner_radius_bottom_right = 10 @@ -164,7 +176,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.429007, 0.429007, 0.429007, 1) +bg_color = Color(0.381961, 0.381961, 0.381961, 1) corner_radius_top_left = 10 corner_radius_top_right = 10 corner_radius_bottom_right = 10 @@ -241,12 +253,12 @@ border_width_right = 1 border_width_bottom = 1 border_color = Color(1, 1, 1, 0.2) -[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_16uvh"] +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_4ngk1"] content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.227161, 0.227161, 0.227161, 1) +bg_color = Color(0.227451, 0.227451, 0.227451, 1) draw_center = false border_width_left = 2 border_width_top = 2 @@ -259,7 +271,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.286259, 0.286259, 0.286259, 1) +bg_color = Color(0.227451, 0.227451, 0.227451, 1) border_color = Color(0.113281, 0.113281, 0.113281, 1) [sub_resource type="StyleBoxFlat" id="96"] @@ -267,7 +279,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.286259, 0.286259, 0.286259, 1) +bg_color = Color(0.227451, 0.227451, 0.227451, 1) border_color = Color(0.113281, 0.113281, 0.113281, 1) [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_u871w"] @@ -279,7 +291,7 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.227161, 0.227161, 0.227161, 1) +bg_color = Color(0.227451, 0.227451, 0.227451, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -295,7 +307,7 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.227161, 0.227161, 0.227161, 1) +bg_color = Color(0.227451, 0.227451, 0.227451, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -311,7 +323,7 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.227161, 0.227161, 0.227161, 1) +bg_color = Color(0.227451, 0.227451, 0.227451, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -349,14 +361,14 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.227161, 0.227161, 0.227161, 1) +bg_color = Color(0.227451, 0.227451, 0.227451, 1) [sub_resource type="StyleBoxFlat" id="104"] content_margin_left = 2.0 content_margin_top = 2.0 content_margin_right = 2.0 content_margin_bottom = 2.0 -bg_color = Color(0.188067, 0.188067, 0.188067, 1) +bg_color = Color(0.188235, 0.188235, 0.188235, 1) corner_radius_top_left = 2 corner_radius_top_right = 2 corner_radius_bottom_right = 2 @@ -383,7 +395,7 @@ content_margin_left = 8.0 content_margin_top = 8.0 content_margin_right = 8.0 content_margin_bottom = 8.0 -bg_color = Color(0.227161, 0.227161, 0.227161, 1) +bg_color = Color(0.227451, 0.227451, 0.227451, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -402,7 +414,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.227161, 0.227161, 0.227161, 1) +bg_color = Color(0.227451, 0.227451, 0.227451, 1) corner_radius_top_left = 3 corner_radius_top_right = 3 corner_radius_bottom_right = 3 @@ -428,7 +440,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.286259, 0.286259, 0.286259, 1) +bg_color = Color(0.227451, 0.227451, 0.227451, 1) draw_center = false border_width_left = 2 border_width_top = 2 @@ -437,7 +449,7 @@ border_width_bottom = 2 corner_detail = 1 [sub_resource type="StyleBoxFlat" id="1"] -bg_color = Color(0.286259, 0.286259, 0.286259, 1) +bg_color = Color(0.227451, 0.227451, 0.227451, 1) [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_fewc7"] content_margin_left = 10.0 @@ -455,7 +467,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.227161, 0.227161, 0.227161, 1) +bg_color = Color(0.227451, 0.227451, 0.227451, 1) draw_center = false border_width_left = 2 border_width_top = 2 @@ -488,7 +500,7 @@ content_margin_left = 10.0 content_margin_top = 4.0 content_margin_right = 10.0 content_margin_bottom = 4.0 -bg_color = Color(0.227161, 0.227161, 0.227161, 1) +bg_color = Color(0.227451, 0.227451, 0.227451, 1) border_width_top = 2 border_color = Color(1, 1, 1, 1) corner_detail = 1 @@ -498,14 +510,14 @@ content_margin_left = 10.0 content_margin_top = 4.0 content_margin_right = 10.0 content_margin_bottom = 4.0 -bg_color = Color(0.159013, 0.159013, 0.159013, 1) +bg_color = Color(0.159216, 0.159216, 0.159216, 1) border_width_left = 1 border_width_right = 1 border_color = Color(0.175, 0.175, 0.175, 1) corner_detail = 1 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jssey"] -bg_color = Color(0.188067, 0.188067, 0.188067, 1) +bg_color = Color(0.188235, 0.188235, 0.188235, 1) [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_o56ri"] content_margin_left = 0.0 @@ -518,7 +530,7 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.227161, 0.227161, 0.227161, 1) +bg_color = Color(0.227451, 0.227451, 0.227451, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -534,7 +546,7 @@ content_margin_left = 1.0 content_margin_top = 1.0 content_margin_right = 1.0 content_margin_bottom = 1.0 -bg_color = Color(0.713741, 0.713741, 0.713741, 1) +bg_color = Color(0.772549, 0.772549, 0.772549, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -569,7 +581,7 @@ border_color = Color(0.334961, 0.334961, 0.334961, 1) [sub_resource type="StyleBoxEmpty" id="159"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tcenw"] -bg_color = Color(0.188067, 0.188067, 0.188067, 1) +bg_color = Color(0.188235, 0.188235, 0.188235, 1) [sub_resource type="StyleBoxFlat" id="161"] content_margin_left = 4.0 @@ -652,31 +664,31 @@ expand_margin_bottom = 4.0 [resource] resource_name = "Gray" -default_font = ExtResource("7_n0chh") +default_font = ExtResource("7_j355g") default_font_size = 16 AcceptDialog/styles/panel = SubResource("StyleBoxFlat_755mo") BoxContainer/constants/separation = 4 -Button/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1) -Button/colors/font_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5) +Button/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1) +Button/colors/font_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5) Button/colors/font_focus_color = Color(1, 1, 1, 1) Button/colors/font_hover_color = Color(1, 1, 1, 1) Button/colors/font_hover_pressed_color = Color(1, 1, 1, 1) Button/colors/font_pressed_color = Color(1, 1, 1, 1) Button/colors/icon_color_pressed = Color(1, 1, 1, 1) -Button/colors/icon_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5) +Button/colors/icon_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5) Button/colors/icon_hover_color = Color(1, 1, 1, 1) Button/colors/icon_hover_pressed_color = Color(1, 1, 1, 1) Button/colors/icon_normal_color = Color(1, 1, 1, 1) Button/colors/icon_pressed_color = Color(1, 1, 1, 1) Button/styles/disabled = SubResource("23") -Button/styles/focus = SubResource("23") +Button/styles/focus = SubResource("StyleBoxFlat_kpwev") Button/styles/hover = SubResource("23") Button/styles/normal = SubResource("23") Button/styles/pressed = SubResource("StyleBoxFlat_t0f5f") -CheckBox/icons/radio_unchecked = ExtResource("1_k8s3o") -CheckBox/icons/radio_unchecked_disabled = ExtResource("1_k8s3o") -CheckBox/icons/unchecked = ExtResource("2_y17hc") -CheckBox/icons/unchecked_disabled = ExtResource("2_y17hc") +CheckBox/icons/radio_unchecked = ExtResource("1_xme5o") +CheckBox/icons/radio_unchecked_disabled = ExtResource("1_xme5o") +CheckBox/icons/unchecked = ExtResource("2_hjv6j") +CheckBox/icons/unchecked_disabled = ExtResource("2_hjv6j") CheckBox/styles/disabled = SubResource("StyleBoxFlat_lbyuh") CheckBox/styles/focus = SubResource("StyleBoxFlat_4dymj") CheckBox/styles/hover = SubResource("StyleBoxFlat_4jbvl") @@ -690,7 +702,7 @@ CheckButton/styles/hover_pressed = SubResource("StyleBoxFlat_viauy") CheckButton/styles/normal = SubResource("StyleBoxFlat_ygru1") CheckButton/styles/pressed = SubResource("StyleBoxFlat_h750t") CollapsibleContainer/base_type = &"VBoxContainer" -CollapsibleContainer/icons/arrow_normal = ExtResource("3_lnjrw") +CollapsibleContainer/icons/arrow_normal = ExtResource("3_a7h0n") ColorPicker/constants/h_width = 28 ColorPicker/constants/margin = 8 ColorPickerButton/styles/disabled = null @@ -716,19 +728,19 @@ HSlider/styles/slider = SubResource("88") HSplitContainer/constants/separation = 8 HeaderSmall/font_sizes/font_size = 18 Icons/colors/modulate_color = Color(1, 1, 1, 1) -ItemList/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1) +ItemList/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1) ItemList/colors/guide_color = Color(1, 1, 1, 0.05) ItemList/styles/cursor = SubResource("94") ItemList/styles/cursor_unfocused = SubResource("94") -ItemList/styles/panel = SubResource("StyleBoxFlat_16uvh") +ItemList/styles/panel = SubResource("StyleBoxFlat_4ngk1") ItemList/styles/selected = SubResource("95") ItemList/styles/selected_focus = SubResource("96") -Label/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1) +Label/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1) Label/styles/normal = SubResource("StyleBoxEmpty_u871w") LineEdit/colors/clear_button_color = Color(0.77832, 0.77832, 0.77832, 1) LineEdit/colors/clear_button_color_pressed = Color(0.184314, 0.396078, 0.533333, 1) -LineEdit/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1) -LineEdit/colors/font_uneditable_color = Color(0.776745, 0.776745, 0.776745, 0.5) +LineEdit/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1) +LineEdit/colors/font_uneditable_color = Color(0.776471, 0.776471, 0.776471, 0.5) LineEdit/colors/selection_color = Color(0.184314, 0.396078, 0.533333, 0.4) LineEdit/styles/focus = SubResource("3") LineEdit/styles/normal = SubResource("5") @@ -738,33 +750,33 @@ MarginContainer/constants/margin_bottom = 2 MarginContainer/constants/margin_left = 8 MarginContainer/constants/margin_right = 8 MarginContainer/constants/margin_top = 2 -MenuButton/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1) -MenuButton/colors/font_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5) +MenuButton/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1) +MenuButton/colors/font_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5) MenuButton/styles/disabled = SubResource("23") MenuButton/styles/focus = SubResource("23") MenuButton/styles/hover = SubResource("23") MenuButton/styles/normal = SubResource("23") MenuButton/styles/pressed = SubResource("23") -Misc/colors/clear_color = Color(0.188067, 0.188067, 0.188067, 1) -OptionButton/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1) -OptionButton/colors/font_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5) +Misc/colors/clear_color = Color(0.188235, 0.188235, 0.188235, 1) +OptionButton/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1) +OptionButton/colors/font_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5) OptionButton/styles/disabled = SubResource("2") OptionButton/styles/pressed = SubResource("6") Panel/styles/panel = SubResource("103") PanelContainer/styles/panel = SubResource("104") -PopupMenu/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1) -PopupMenu/colors/font_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5) -PopupMenu/icons/radio_unchecked = ExtResource("1_k8s3o") -PopupMenu/icons/radio_unchecked_disabled = ExtResource("1_k8s3o") -PopupMenu/icons/unchecked = ExtResource("2_y17hc") -PopupMenu/icons/unchecked_disabled = ExtResource("2_y17hc") +PopupMenu/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1) +PopupMenu/colors/font_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5) +PopupMenu/icons/radio_unchecked = ExtResource("1_xme5o") +PopupMenu/icons/radio_unchecked_disabled = ExtResource("1_xme5o") +PopupMenu/icons/unchecked = ExtResource("2_hjv6j") +PopupMenu/icons/unchecked_disabled = ExtResource("2_hjv6j") PopupMenu/styles/hover = SubResource("112") PopupMenu/styles/labeled_separator_left = SubResource("113") PopupMenu/styles/labeled_separator_right = SubResource("114") PopupMenu/styles/panel = SubResource("105") PopupMenu/styles/separator = SubResource("115") PopupPanel/styles/panel = SubResource("StyleBoxFlat_fc11h") -ProgressBar/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1) +ProgressBar/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1) RichTextLabel/colors/default_color = Color(0.77832, 0.77832, 0.77832, 1) RichTextLabel/styles/focus = SubResource("123") RichTextLabel/styles/normal = SubResource("52") @@ -774,17 +786,17 @@ RulerButton/styles/focus = SubResource("1") RulerButton/styles/hover = SubResource("1") RulerButton/styles/normal = SubResource("1") RulerButton/styles/pressed = SubResource("1") -TabBar/colors/font_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5) -TabBar/colors/font_selected_color = Color(0.776745, 0.776745, 0.776745, 1) -TabBar/colors/font_unselected_color = Color(0.776745, 0.776745, 0.776745, 1) +TabBar/colors/font_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5) +TabBar/colors/font_selected_color = Color(0.776471, 0.776471, 0.776471, 1) +TabBar/colors/font_unselected_color = Color(0.776471, 0.776471, 0.776471, 1) TabBar/styles/tab_disabled = SubResource("StyleBoxFlat_fewc7") TabBar/styles/tab_focus = SubResource("StyleBoxFlat_bxstr") TabBar/styles/tab_hovered = SubResource("StyleBoxFlat_dfms8") TabBar/styles/tab_selected = SubResource("StyleBoxFlat_msbem") TabBar/styles/tab_unselected = SubResource("StyleBoxFlat_n4ubj") -TabContainer/colors/font_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5) -TabContainer/colors/font_selected_color = Color(0.776745, 0.776745, 0.776745, 1) -TabContainer/colors/font_unselected_color = Color(0.776745, 0.776745, 0.776745, 1) +TabContainer/colors/font_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5) +TabContainer/colors/font_selected_color = Color(0.776471, 0.776471, 0.776471, 1) +TabContainer/colors/font_unselected_color = Color(0.776471, 0.776471, 0.776471, 1) TabContainer/constants/side_margin = 0 TabContainer/styles/panel = SubResource("StyleBoxFlat_jssey") TabContainer/styles/tab_disabled = SubResource("StyleBoxFlat_fewc7") @@ -797,23 +809,23 @@ TextEdit/colors/background_color = Color(0, 0, 0, 0) TextEdit/colors/caret_background_color = Color(0, 0, 0, 1) TextEdit/colors/caret_color = Color(0.77832, 0.77832, 0.77832, 1) TextEdit/colors/current_line_color = Color(0.25, 0.25, 0.26, 0.8) -TextEdit/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1) -TextEdit/colors/font_uneditable_color = Color(0.776745, 0.776745, 0.776745, 0.5) +TextEdit/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1) +TextEdit/colors/font_uneditable_color = Color(0.776471, 0.776471, 0.776471, 0.5) TextEdit/colors/selection_color = Color(0.184314, 0.396078, 0.533333, 0.4) TextEdit/colors/word_highlighted_color = Color(0.8, 0.9, 0.9, 0.15) TextEdit/styles/focus = SubResource("4") TextEdit/styles/normal = SubResource("5") TextEdit/styles/read_only = SubResource("2") -TooltipLabel/colors/font_color = Color(0.223255, 0.223255, 0.223255, 1) +TooltipLabel/colors/font_color = Color(0.223529, 0.223529, 0.223529, 1) TooltipPanel/styles/panel = SubResource("151") Tree/colors/custom_button_font_highlight = Color(0.866992, 0.866992, 0.866992, 1) Tree/colors/drop_position_color = Color(0.184314, 0.396078, 0.533333, 1) -Tree/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1) +Tree/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1) Tree/colors/guide_color = Color(1, 1, 1, 0.05) Tree/colors/relationship_line_color = Color(1, 1, 1, 0.1) Tree/colors/title_button_color = Color(0.77832, 0.77832, 0.77832, 1) Tree/constants/scroll_border = 40 -Tree/icons/unchecked = ExtResource("2_y17hc") +Tree/icons/unchecked = ExtResource("2_hjv6j") Tree/styles/button_pressed = SubResource("156") Tree/styles/cursor = SubResource("157") Tree/styles/cursor_unfocused = SubResource("157") @@ -837,15 +849,15 @@ VSlider/styles/grabber_area_highlight = SubResource("169") VSlider/styles/slider = SubResource("170") VSplitContainer/constants/separation = 8 ValueSlider/base_type = &"TextureProgressBar" -ValueSlider/colors/progress_color = Color(0.286259, 0.286259, 0.286259, 1) -ValueSlider/colors/under_color = Color(0.227161, 0.227161, 0.227161, 1) -ValueSlider/icons/arrow_hover = ExtResource("4_pg80n") -ValueSlider/icons/arrow_normal = ExtResource("3_lnjrw") -ValueSlider/icons/arrow_pressed = ExtResource("5_jso4k") +ValueSlider/colors/progress_color = Color(0.227451, 0.227451, 0.227451, 1) +ValueSlider/colors/under_color = Color(0.227451, 0.227451, 0.227451, 1) +ValueSlider/icons/arrow_hover = ExtResource("4_lvo3d") +ValueSlider/icons/arrow_normal = ExtResource("3_a7h0n") +ValueSlider/icons/arrow_pressed = ExtResource("5_o3s4v") ValueSlider/icons/texture_over = null -ValueSlider/icons/texture_progress = ExtResource("6_ub5oj") -ValueSlider/icons/texture_under = ExtResource("6_ub5oj") -Window/colors/title_color = Color(0.776745, 0.776745, 0.776745, 1) +ValueSlider/icons/texture_progress = ExtResource("6_rpq74") +ValueSlider/icons/texture_under = ExtResource("6_rpq74") +Window/colors/title_color = Color(0.776471, 0.776471, 0.776471, 1) Window/constants/title_height = 24 Window/styles/embedded_border = SubResource("StyleBoxFlat_pgljm") Window/styles/embedded_unfocused_border = SubResource("StyleBoxFlat_wmfk1") diff --git a/assets/themes/light/theme.tres b/assets/themes/light/theme.tres index 29e2055e2..8a7643b75 100644 --- a/assets/themes/light/theme.tres +++ b/assets/themes/light/theme.tres @@ -1,19 +1,19 @@ -[gd_resource type="Theme" load_steps=79 format=3 uid="uid://jase72axwunw"] +[gd_resource type="Theme" load_steps=80 format=3 uid="uid://jase72axwunw"] -[ext_resource type="Texture2D" uid="uid://brdgp0y4tarar" path="res://assets/graphics/misc/radio_unpressed.png" id="1_k8s3o"] -[ext_resource type="Texture2D" uid="uid://ybfsxkc2qap7" path="res://assets/graphics/misc/checkbox_unpressed.png" id="2_y17hc"] -[ext_resource type="Texture2D" uid="uid://ct8wn8m6x4m54" path="res://assets/graphics/misc/value_arrow.svg" id="3_lnjrw"] -[ext_resource type="Texture2D" uid="uid://bq8h66v4ie8xl" path="res://assets/graphics/misc/value_arrow_hover.svg" id="4_pg80n"] -[ext_resource type="Texture2D" uid="uid://hhxenhteahv6" path="res://assets/graphics/misc/value_arrow_press.svg" id="5_jso4k"] -[ext_resource type="Texture2D" uid="uid://c7u0yofrpm50a" path="res://assets/graphics/misc/value_slider.png" id="6_ub5oj"] -[ext_resource type="FontFile" uid="uid://cvc4lelf6hl7x" path="res://assets/fonts/Roboto-Regular.ttf" id="7_n0chh"] +[ext_resource type="Texture2D" uid="uid://brdgp0y4tarar" path="res://assets/graphics/misc/radio_unpressed.png" id="1_xme5o"] +[ext_resource type="Texture2D" uid="uid://ybfsxkc2qap7" path="res://assets/graphics/misc/checkbox_unpressed.png" id="2_hjv6j"] +[ext_resource type="Texture2D" uid="uid://ct8wn8m6x4m54" path="res://assets/graphics/misc/value_arrow.svg" id="3_a7h0n"] +[ext_resource type="Texture2D" uid="uid://bq8h66v4ie8xl" path="res://assets/graphics/misc/value_arrow_hover.svg" id="4_lvo3d"] +[ext_resource type="Texture2D" uid="uid://hhxenhteahv6" path="res://assets/graphics/misc/value_arrow_press.svg" id="5_o3s4v"] +[ext_resource type="Texture2D" uid="uid://c7u0yofrpm50a" path="res://assets/graphics/misc/value_slider.png" id="6_rpq74"] +[ext_resource type="FontFile" uid="uid://cvc4lelf6hl7x" path="res://assets/fonts/Roboto-Regular.ttf" id="7_j355g"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_755mo"] content_margin_left = 8.0 content_margin_top = 8.0 content_margin_right = 8.0 content_margin_bottom = 8.0 -bg_color = Color(0.878843, 0.866621, 0.866621, 1) +bg_color = Color(0.878431, 0.866667, 0.866667, 1) corner_radius_top_left = 3 corner_radius_top_right = 3 corner_radius_bottom_right = 3 @@ -25,15 +25,28 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.611612, 0.686366, 0.729351, 1) -border_color = Color(0.0784314, 0.0784314, 0.0784314, 1) +bg_color = Color(0.4, 0.470588, 0.513726, 1) +border_color = Color(1, 1, 1, 1) + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_kpwev"] +content_margin_left = 6.0 +content_margin_top = 4.0 +content_margin_right = 6.0 +content_margin_bottom = 4.0 +bg_color = Color(0.0901961, 0.0901961, 0.0901961, 1) +draw_center = false +border_width_left = 1 +border_width_top = 1 +border_width_right = 1 +border_width_bottom = 1 +border_color = Color(0.2, 0.2, 0.2, 1) [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_t0f5f"] content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.611612, 0.686366, 0.729351, 1) +bg_color = Color(0.4, 0.470588, 0.513726, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -140,7 +153,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.400092, 0.470436, 0.513909, 1) +bg_color = Color(0.611765, 0.686275, 0.729412, 1) corner_radius_top_left = 10 corner_radius_top_right = 10 corner_radius_bottom_right = 10 @@ -152,7 +165,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.580064, 0.629305, 0.659736, 1) +bg_color = Color(0.728235, 0.780392, 0.810588, 1) corner_radius_top_left = 10 corner_radius_top_right = 10 corner_radius_bottom_right = 10 @@ -164,7 +177,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.520073, 0.576349, 0.611127, 1) +bg_color = Color(0.689412, 0.74902, 0.783529, 1) corner_radius_top_left = 10 corner_radius_top_right = 10 corner_radius_bottom_right = 10 @@ -241,12 +254,12 @@ border_width_right = 1 border_width_bottom = 1 border_color = Color(1, 1, 1, 0.2) -[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_16uvh"] +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_4ngk1"] content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.611612, 0.686366, 0.729351, 1) +bg_color = Color(0.4, 0.470588, 0.513726, 1) draw_center = false border_width_left = 2 border_width_top = 2 @@ -259,7 +272,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.400092, 0.470436, 0.513909, 1) +bg_color = Color(0.611765, 0.686275, 0.729412, 1) border_color = Color(0.113281, 0.113281, 0.113281, 1) [sub_resource type="StyleBoxFlat" id="96"] @@ -267,7 +280,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.400092, 0.470436, 0.513909, 1) +bg_color = Color(0.611765, 0.686275, 0.729412, 1) border_color = Color(0.113281, 0.113281, 0.113281, 1) [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_u871w"] @@ -279,7 +292,7 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.611612, 0.686366, 0.729351, 1) +bg_color = Color(0.4, 0.470588, 0.513726, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -295,7 +308,7 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.611612, 0.686366, 0.729351, 1) +bg_color = Color(0.4, 0.470588, 0.513726, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -311,7 +324,7 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.611612, 0.686366, 0.729351, 1) +bg_color = Color(0.4, 0.470588, 0.513726, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -349,14 +362,14 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.611612, 0.686366, 0.729351, 1) +bg_color = Color(0.4, 0.470588, 0.513726, 1) [sub_resource type="StyleBoxFlat" id="104"] content_margin_left = 2.0 content_margin_top = 2.0 content_margin_right = 2.0 content_margin_bottom = 2.0 -bg_color = Color(0.878843, 0.866621, 0.866621, 1) +bg_color = Color(0.878431, 0.866667, 0.866667, 1) corner_radius_top_left = 2 corner_radius_top_right = 2 corner_radius_bottom_right = 2 @@ -383,7 +396,7 @@ content_margin_left = 8.0 content_margin_top = 8.0 content_margin_right = 8.0 content_margin_bottom = 8.0 -bg_color = Color(0.611612, 0.686366, 0.729351, 1) +bg_color = Color(0.4, 0.470588, 0.513726, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -402,7 +415,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.611612, 0.686366, 0.729351, 1) +bg_color = Color(0.4, 0.470588, 0.513726, 1) corner_radius_top_left = 3 corner_radius_top_right = 3 corner_radius_bottom_right = 3 @@ -428,7 +441,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.400092, 0.470436, 0.513909, 1) +bg_color = Color(0.611765, 0.686275, 0.729412, 1) draw_center = false border_width_left = 2 border_width_top = 2 @@ -437,7 +450,7 @@ border_width_bottom = 2 corner_detail = 1 [sub_resource type="StyleBoxFlat" id="1"] -bg_color = Color(0.400092, 0.470436, 0.513909, 1) +bg_color = Color(0.611765, 0.686275, 0.729412, 1) [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_fewc7"] content_margin_left = 10.0 @@ -455,7 +468,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.611612, 0.686366, 0.729351, 1) +bg_color = Color(0.4, 0.470588, 0.513726, 1) draw_center = false border_width_left = 2 border_width_top = 2 @@ -488,7 +501,7 @@ content_margin_left = 10.0 content_margin_top = 4.0 content_margin_right = 10.0 content_margin_bottom = 4.0 -bg_color = Color(0.611612, 0.686366, 0.729351, 1) +bg_color = Color(0.4, 0.470588, 0.513726, 1) border_width_top = 2 border_color = Color(0, 0, 0, 1) corner_detail = 1 @@ -498,14 +511,14 @@ content_margin_left = 10.0 content_margin_top = 4.0 content_margin_right = 10.0 content_margin_bottom = 4.0 -bg_color = Color(0.428128, 0.480456, 0.510545, 1) +bg_color = Color(0.28, 0.329412, 0.359608, 1) border_width_left = 1 border_width_right = 1 border_color = Color(0.175, 0.175, 0.175, 1) corner_detail = 1 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jssey"] -bg_color = Color(0.878843, 0.866621, 0.866621, 1) +bg_color = Color(0.878431, 0.866667, 0.866667, 1) [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_o56ri"] content_margin_left = 0.0 @@ -518,7 +531,7 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.611612, 0.686366, 0.729351, 1) +bg_color = Color(0.4, 0.470588, 0.513726, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -534,7 +547,7 @@ content_margin_left = 1.0 content_margin_top = 1.0 content_margin_right = 1.0 content_margin_bottom = 1.0 -bg_color = Color(0.599908, 0.529564, 0.486091, 1) +bg_color = Color(0.388235, 0.313725, 0.270588, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -569,7 +582,7 @@ border_color = Color(0.334961, 0.334961, 0.334961, 1) [sub_resource type="StyleBoxEmpty" id="159"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tcenw"] -bg_color = Color(0.878843, 0.866621, 0.866621, 1) +bg_color = Color(0.878431, 0.866667, 0.866667, 1) [sub_resource type="StyleBoxFlat" id="161"] content_margin_left = 4.0 @@ -623,7 +636,7 @@ content_margin_left = 10.0 content_margin_top = 28.0 content_margin_right = 10.0 content_margin_bottom = 8.0 -bg_color = Color(0.68, 0.68, 0.68, 1) +bg_color = Color(0.678431, 0.678431, 0.678431, 1) corner_radius_top_left = 3 corner_radius_top_right = 3 corner_radius_bottom_right = 3 @@ -652,31 +665,31 @@ expand_margin_bottom = 4.0 [resource] resource_name = "Light" -default_font = ExtResource("7_n0chh") +default_font = ExtResource("7_j355g") default_font_size = 16 AcceptDialog/styles/panel = SubResource("StyleBoxFlat_755mo") BoxContainer/constants/separation = 4 -Button/colors/font_color = Color(0.286259, 0.294087, 0.3019, 1) -Button/colors/font_disabled_color = Color(0.286259, 0.294087, 0.3019, 0.5) +Button/colors/font_color = Color(0.286275, 0.294118, 0.301961, 1) +Button/colors/font_disabled_color = Color(0.286275, 0.294118, 0.301961, 0.5) Button/colors/font_focus_color = Color(0, 0, 0, 1) Button/colors/font_hover_color = Color(0, 0, 0, 1) Button/colors/font_hover_pressed_color = Color(0, 0, 0, 1) Button/colors/font_pressed_color = Color(0, 0, 0, 1) Button/colors/icon_color_pressed = Color(1, 1, 1, 1) -Button/colors/icon_disabled_color = Color(0.286259, 0.294087, 0.3019, 0.5) +Button/colors/icon_disabled_color = Color(0.286275, 0.294118, 0.301961, 0.5) Button/colors/icon_hover_color = Color(0.3, 0.3, 0.3, 1) Button/colors/icon_hover_pressed_color = Color(0.2, 0.2, 0.2, 1) Button/colors/icon_normal_color = Color(0, 0, 0, 1) Button/colors/icon_pressed_color = Color(0.2, 0.2, 0.2, 1) Button/styles/disabled = SubResource("23") -Button/styles/focus = SubResource("23") +Button/styles/focus = SubResource("StyleBoxFlat_kpwev") Button/styles/hover = SubResource("23") Button/styles/normal = SubResource("23") Button/styles/pressed = SubResource("StyleBoxFlat_t0f5f") -CheckBox/icons/radio_unchecked = ExtResource("1_k8s3o") -CheckBox/icons/radio_unchecked_disabled = ExtResource("1_k8s3o") -CheckBox/icons/unchecked = ExtResource("2_y17hc") -CheckBox/icons/unchecked_disabled = ExtResource("2_y17hc") +CheckBox/icons/radio_unchecked = ExtResource("1_xme5o") +CheckBox/icons/radio_unchecked_disabled = ExtResource("1_xme5o") +CheckBox/icons/unchecked = ExtResource("2_hjv6j") +CheckBox/icons/unchecked_disabled = ExtResource("2_hjv6j") CheckBox/styles/disabled = SubResource("StyleBoxFlat_lbyuh") CheckBox/styles/focus = SubResource("StyleBoxFlat_4dymj") CheckBox/styles/hover = SubResource("StyleBoxFlat_4jbvl") @@ -690,7 +703,7 @@ CheckButton/styles/hover_pressed = SubResource("StyleBoxFlat_viauy") CheckButton/styles/normal = SubResource("StyleBoxFlat_ygru1") CheckButton/styles/pressed = SubResource("StyleBoxFlat_h750t") CollapsibleContainer/base_type = &"VBoxContainer" -CollapsibleContainer/icons/arrow_normal = ExtResource("3_lnjrw") +CollapsibleContainer/icons/arrow_normal = ExtResource("3_a7h0n") ColorPicker/constants/h_width = 28 ColorPicker/constants/margin = 8 ColorPickerButton/styles/disabled = null @@ -716,19 +729,19 @@ HSlider/styles/slider = SubResource("88") HSplitContainer/constants/separation = 8 HeaderSmall/font_sizes/font_size = 18 Icons/colors/modulate_color = Color(0, 0, 0, 1) -ItemList/colors/font_color = Color(0.286259, 0.294087, 0.3019, 1) +ItemList/colors/font_color = Color(0.286275, 0.294118, 0.301961, 1) ItemList/colors/guide_color = Color(1, 1, 1, 0.05) ItemList/styles/cursor = SubResource("94") ItemList/styles/cursor_unfocused = SubResource("94") -ItemList/styles/panel = SubResource("StyleBoxFlat_16uvh") +ItemList/styles/panel = SubResource("StyleBoxFlat_4ngk1") ItemList/styles/selected = SubResource("95") ItemList/styles/selected_focus = SubResource("96") -Label/colors/font_color = Color(0.286259, 0.294087, 0.3019, 1) +Label/colors/font_color = Color(0.286275, 0.294118, 0.301961, 1) Label/styles/normal = SubResource("StyleBoxEmpty_u871w") LineEdit/colors/clear_button_color = Color(0.77832, 0.77832, 0.77832, 1) LineEdit/colors/clear_button_color_pressed = Color(0.184314, 0.396078, 0.533333, 1) -LineEdit/colors/font_color = Color(0.286259, 0.294087, 0.3019, 1) -LineEdit/colors/font_uneditable_color = Color(0.286259, 0.294087, 0.3019, 0.5) +LineEdit/colors/font_color = Color(0.286275, 0.294118, 0.301961, 1) +LineEdit/colors/font_uneditable_color = Color(0.286275, 0.294118, 0.301961, 0.5) LineEdit/colors/selection_color = Color(0.184314, 0.396078, 0.533333, 0.4) LineEdit/styles/focus = SubResource("3") LineEdit/styles/normal = SubResource("5") @@ -738,33 +751,33 @@ MarginContainer/constants/margin_bottom = 2 MarginContainer/constants/margin_left = 8 MarginContainer/constants/margin_right = 8 MarginContainer/constants/margin_top = 2 -MenuButton/colors/font_color = Color(0.286259, 0.294087, 0.3019, 1) -MenuButton/colors/font_disabled_color = Color(0.286259, 0.294087, 0.3019, 0.5) +MenuButton/colors/font_color = Color(0.286275, 0.294118, 0.301961, 1) +MenuButton/colors/font_disabled_color = Color(0.286275, 0.294118, 0.301961, 0.5) MenuButton/styles/disabled = SubResource("23") MenuButton/styles/focus = SubResource("23") MenuButton/styles/hover = SubResource("23") MenuButton/styles/normal = SubResource("23") MenuButton/styles/pressed = SubResource("23") -Misc/colors/clear_color = Color(0.878843, 0.866621, 0.866621, 1) -OptionButton/colors/font_color = Color(0.286259, 0.294087, 0.3019, 1) -OptionButton/colors/font_disabled_color = Color(0.286259, 0.294087, 0.3019, 0.5) +Misc/colors/clear_color = Color(0.878431, 0.866667, 0.866667, 1) +OptionButton/colors/font_color = Color(0.286275, 0.294118, 0.301961, 1) +OptionButton/colors/font_disabled_color = Color(0.286275, 0.294118, 0.301961, 0.5) OptionButton/styles/disabled = SubResource("2") OptionButton/styles/pressed = SubResource("6") Panel/styles/panel = SubResource("103") PanelContainer/styles/panel = SubResource("104") -PopupMenu/colors/font_color = Color(0.286259, 0.294087, 0.3019, 1) -PopupMenu/colors/font_disabled_color = Color(0.286259, 0.294087, 0.3019, 0.5) -PopupMenu/icons/radio_unchecked = ExtResource("1_k8s3o") -PopupMenu/icons/radio_unchecked_disabled = ExtResource("1_k8s3o") -PopupMenu/icons/unchecked = ExtResource("2_y17hc") -PopupMenu/icons/unchecked_disabled = ExtResource("2_y17hc") +PopupMenu/colors/font_color = Color(0.286275, 0.294118, 0.301961, 1) +PopupMenu/colors/font_disabled_color = Color(0.286275, 0.294118, 0.301961, 0.5) +PopupMenu/icons/radio_unchecked = ExtResource("1_xme5o") +PopupMenu/icons/radio_unchecked_disabled = ExtResource("1_xme5o") +PopupMenu/icons/unchecked = ExtResource("2_hjv6j") +PopupMenu/icons/unchecked_disabled = ExtResource("2_hjv6j") PopupMenu/styles/hover = SubResource("112") PopupMenu/styles/labeled_separator_left = SubResource("113") PopupMenu/styles/labeled_separator_right = SubResource("114") PopupMenu/styles/panel = SubResource("105") PopupMenu/styles/separator = SubResource("115") PopupPanel/styles/panel = SubResource("StyleBoxFlat_fc11h") -ProgressBar/colors/font_color = Color(0.286259, 0.294087, 0.3019, 1) +ProgressBar/colors/font_color = Color(0.286275, 0.294118, 0.301961, 1) RichTextLabel/colors/default_color = Color(0.77832, 0.77832, 0.77832, 1) RichTextLabel/styles/focus = SubResource("123") RichTextLabel/styles/normal = SubResource("52") @@ -774,17 +787,17 @@ RulerButton/styles/focus = SubResource("1") RulerButton/styles/hover = SubResource("1") RulerButton/styles/normal = SubResource("1") RulerButton/styles/pressed = SubResource("1") -TabBar/colors/font_disabled_color = Color(0.286259, 0.294087, 0.3019, 0.5) -TabBar/colors/font_selected_color = Color(0.286259, 0.294087, 0.3019, 1) -TabBar/colors/font_unselected_color = Color(0.286259, 0.294087, 0.3019, 1) +TabBar/colors/font_disabled_color = Color(0.286275, 0.294118, 0.301961, 0.5) +TabBar/colors/font_selected_color = Color(0.286275, 0.294118, 0.301961, 1) +TabBar/colors/font_unselected_color = Color(0.286275, 0.294118, 0.301961, 1) TabBar/styles/tab_disabled = SubResource("StyleBoxFlat_fewc7") TabBar/styles/tab_focus = SubResource("StyleBoxFlat_bxstr") TabBar/styles/tab_hovered = SubResource("StyleBoxFlat_dfms8") TabBar/styles/tab_selected = SubResource("StyleBoxFlat_msbem") TabBar/styles/tab_unselected = SubResource("StyleBoxFlat_n4ubj") -TabContainer/colors/font_disabled_color = Color(0.286259, 0.294087, 0.3019, 0.5) -TabContainer/colors/font_selected_color = Color(0.286259, 0.294087, 0.3019, 1) -TabContainer/colors/font_unselected_color = Color(0.286259, 0.294087, 0.3019, 1) +TabContainer/colors/font_disabled_color = Color(0.286275, 0.294118, 0.301961, 0.5) +TabContainer/colors/font_selected_color = Color(0.286275, 0.294118, 0.301961, 1) +TabContainer/colors/font_unselected_color = Color(0.286275, 0.294118, 0.301961, 1) TabContainer/constants/side_margin = 0 TabContainer/styles/panel = SubResource("StyleBoxFlat_jssey") TabContainer/styles/tab_disabled = SubResource("StyleBoxFlat_fewc7") @@ -797,23 +810,23 @@ TextEdit/colors/background_color = Color(0, 0, 0, 0) TextEdit/colors/caret_background_color = Color(0, 0, 0, 1) TextEdit/colors/caret_color = Color(0.77832, 0.77832, 0.77832, 1) TextEdit/colors/current_line_color = Color(0.25, 0.25, 0.26, 0.8) -TextEdit/colors/font_color = Color(0.286259, 0.294087, 0.3019, 1) -TextEdit/colors/font_uneditable_color = Color(0.286259, 0.294087, 0.3019, 0.5) +TextEdit/colors/font_color = Color(0.286275, 0.294118, 0.301961, 1) +TextEdit/colors/font_uneditable_color = Color(0.286275, 0.294118, 0.301961, 0.5) TextEdit/colors/selection_color = Color(0.184314, 0.396078, 0.533333, 0.4) TextEdit/colors/word_highlighted_color = Color(0.8, 0.9, 0.9, 0.15) TextEdit/styles/focus = SubResource("4") TextEdit/styles/normal = SubResource("5") TextEdit/styles/read_only = SubResource("2") -TooltipLabel/colors/font_color = Color(0.713741, 0.705913, 0.6981, 1) +TooltipLabel/colors/font_color = Color(0.713725, 0.705882, 0.698039, 1) TooltipPanel/styles/panel = SubResource("151") Tree/colors/custom_button_font_highlight = Color(0.866992, 0.866992, 0.866992, 1) Tree/colors/drop_position_color = Color(0.184314, 0.396078, 0.533333, 1) -Tree/colors/font_color = Color(0.286259, 0.294087, 0.3019, 1) +Tree/colors/font_color = Color(0.286275, 0.294118, 0.301961, 1) Tree/colors/guide_color = Color(1, 1, 1, 0.05) Tree/colors/relationship_line_color = Color(1, 1, 1, 0.1) Tree/colors/title_button_color = Color(0.77832, 0.77832, 0.77832, 1) Tree/constants/scroll_border = 40 -Tree/icons/unchecked = ExtResource("2_y17hc") +Tree/icons/unchecked = ExtResource("2_hjv6j") Tree/styles/button_pressed = SubResource("156") Tree/styles/cursor = SubResource("157") Tree/styles/cursor_unfocused = SubResource("157") @@ -837,15 +850,15 @@ VSlider/styles/grabber_area_highlight = SubResource("169") VSlider/styles/slider = SubResource("170") VSplitContainer/constants/separation = 8 ValueSlider/base_type = &"TextureProgressBar" -ValueSlider/colors/progress_color = Color(0.400092, 0.470436, 0.513909, 1) -ValueSlider/colors/under_color = Color(0.611612, 0.686366, 0.729351, 1) -ValueSlider/icons/arrow_hover = ExtResource("4_pg80n") -ValueSlider/icons/arrow_normal = ExtResource("3_lnjrw") -ValueSlider/icons/arrow_pressed = ExtResource("5_jso4k") +ValueSlider/colors/progress_color = Color(0.611765, 0.686275, 0.729412, 1) +ValueSlider/colors/under_color = Color(0.4, 0.470588, 0.513726, 1) +ValueSlider/icons/arrow_hover = ExtResource("4_lvo3d") +ValueSlider/icons/arrow_normal = ExtResource("3_a7h0n") +ValueSlider/icons/arrow_pressed = ExtResource("5_o3s4v") ValueSlider/icons/texture_over = null -ValueSlider/icons/texture_progress = ExtResource("6_ub5oj") -ValueSlider/icons/texture_under = ExtResource("6_ub5oj") -Window/colors/title_color = Color(0.286259, 0.294087, 0.3019, 1) +ValueSlider/icons/texture_progress = ExtResource("6_rpq74") +ValueSlider/icons/texture_under = ExtResource("6_rpq74") +Window/colors/title_color = Color(0.286275, 0.294118, 0.301961, 1) Window/constants/title_height = 24 Window/styles/embedded_border = SubResource("StyleBoxFlat_pgljm") Window/styles/embedded_unfocused_border = SubResource("StyleBoxFlat_wmfk1") diff --git a/assets/themes/purple/theme.tres b/assets/themes/purple/theme.tres index 990ba217a..1ecd9bcaf 100644 --- a/assets/themes/purple/theme.tres +++ b/assets/themes/purple/theme.tres @@ -1,12 +1,12 @@ -[gd_resource type="Theme" load_steps=79 format=3 uid="uid://ckl3tycfj62pb"] +[gd_resource type="Theme" load_steps=80 format=3 uid="uid://ckl3tycfj62pb"] -[ext_resource type="Texture2D" uid="uid://brdgp0y4tarar" path="res://assets/graphics/misc/radio_unpressed.png" id="1_k8s3o"] -[ext_resource type="Texture2D" uid="uid://ybfsxkc2qap7" path="res://assets/graphics/misc/checkbox_unpressed.png" id="2_y17hc"] -[ext_resource type="Texture2D" uid="uid://ct8wn8m6x4m54" path="res://assets/graphics/misc/value_arrow.svg" id="3_lnjrw"] -[ext_resource type="Texture2D" uid="uid://bq8h66v4ie8xl" path="res://assets/graphics/misc/value_arrow_hover.svg" id="4_pg80n"] -[ext_resource type="Texture2D" uid="uid://hhxenhteahv6" path="res://assets/graphics/misc/value_arrow_press.svg" id="5_jso4k"] -[ext_resource type="Texture2D" uid="uid://c7u0yofrpm50a" path="res://assets/graphics/misc/value_slider.png" id="6_ub5oj"] -[ext_resource type="FontFile" uid="uid://cvc4lelf6hl7x" path="res://assets/fonts/Roboto-Regular.ttf" id="7_n0chh"] +[ext_resource type="Texture2D" uid="uid://brdgp0y4tarar" path="res://assets/graphics/misc/radio_unpressed.png" id="1_xme5o"] +[ext_resource type="Texture2D" uid="uid://ybfsxkc2qap7" path="res://assets/graphics/misc/checkbox_unpressed.png" id="2_hjv6j"] +[ext_resource type="Texture2D" uid="uid://ct8wn8m6x4m54" path="res://assets/graphics/misc/value_arrow.svg" id="3_a7h0n"] +[ext_resource type="Texture2D" uid="uid://bq8h66v4ie8xl" path="res://assets/graphics/misc/value_arrow_hover.svg" id="4_lvo3d"] +[ext_resource type="Texture2D" uid="uid://hhxenhteahv6" path="res://assets/graphics/misc/value_arrow_press.svg" id="5_o3s4v"] +[ext_resource type="Texture2D" uid="uid://c7u0yofrpm50a" path="res://assets/graphics/misc/value_slider.png" id="6_rpq74"] +[ext_resource type="FontFile" uid="uid://cvc4lelf6hl7x" path="res://assets/fonts/Roboto-Regular.ttf" id="7_j355g"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_755mo"] content_margin_left = 8.0 @@ -25,15 +25,27 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.148989, 0.0898756, 0.211521, 1) -border_color = Color(0.0784314, 0.0784314, 0.0784314, 1) +bg_color = Color(0.14902, 0.0901961, 0.211765, 1) +border_color = Color(1, 1, 1, 1) + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_kpwev"] +content_margin_left = 6.0 +content_margin_top = 4.0 +content_margin_right = 6.0 +content_margin_bottom = 4.0 +bg_color = Color(0.0901961, 0.0901961, 0.0901961, 1) +draw_center = false +border_width_left = 1 +border_width_top = 1 +border_width_right = 1 +border_width_bottom = 1 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_t0f5f"] content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.148989, 0.0898756, 0.211521, 1) +bg_color = Color(0.14902, 0.0901961, 0.211765, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -241,12 +253,12 @@ border_width_right = 1 border_width_bottom = 1 border_color = Color(1, 1, 1, 0.2) -[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_16uvh"] +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_4ngk1"] content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.148989, 0.0898756, 0.211521, 1) +bg_color = Color(0.14902, 0.0901961, 0.211765, 1) draw_center = false border_width_left = 2 border_width_top = 2 @@ -279,7 +291,7 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.148989, 0.0898756, 0.211521, 1) +bg_color = Color(0.14902, 0.0901961, 0.211765, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -295,7 +307,7 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.148989, 0.0898756, 0.211521, 1) +bg_color = Color(0.14902, 0.0901961, 0.211765, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -311,7 +323,7 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.148989, 0.0898756, 0.211521, 1) +bg_color = Color(0.14902, 0.0901961, 0.211765, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -349,7 +361,7 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.148989, 0.0898756, 0.211521, 1) +bg_color = Color(0.14902, 0.0901961, 0.211765, 1) [sub_resource type="StyleBoxFlat" id="104"] content_margin_left = 2.0 @@ -383,7 +395,7 @@ content_margin_left = 8.0 content_margin_top = 8.0 content_margin_right = 8.0 content_margin_bottom = 8.0 -bg_color = Color(0.148989, 0.0898756, 0.211521, 1) +bg_color = Color(0.14902, 0.0901961, 0.211765, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -402,7 +414,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.148989, 0.0898756, 0.211521, 1) +bg_color = Color(0.14902, 0.0901961, 0.211765, 1) corner_radius_top_left = 3 corner_radius_top_right = 3 corner_radius_bottom_right = 3 @@ -455,7 +467,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.148989, 0.0898756, 0.211521, 1) +bg_color = Color(0.14902, 0.0901961, 0.211765, 1) draw_center = false border_width_left = 2 border_width_top = 2 @@ -488,7 +500,7 @@ content_margin_left = 10.0 content_margin_top = 4.0 content_margin_right = 10.0 content_margin_bottom = 4.0 -bg_color = Color(0.148989, 0.0898756, 0.211521, 1) +bg_color = Color(0.14902, 0.0901961, 0.211765, 1) border_width_top = 2 border_color = Color(1, 1, 1, 1) corner_detail = 1 @@ -498,7 +510,7 @@ content_margin_left = 10.0 content_margin_top = 4.0 content_margin_right = 10.0 content_margin_bottom = 4.0 -bg_color = Color(0.104292, 0.0629129, 0.148064, 1) +bg_color = Color(0.104314, 0.0631373, 0.148235, 1) border_width_left = 1 border_width_right = 1 border_color = Color(0.175, 0.175, 0.175, 1) @@ -518,7 +530,7 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(0.148989, 0.0898756, 0.211521, 1) +bg_color = Color(0.14902, 0.0901961, 0.211765, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -652,31 +664,31 @@ expand_margin_bottom = 4.0 [resource] resource_name = "Purple" -default_font = ExtResource("7_n0chh") +default_font = ExtResource("7_j355g") default_font_size = 16 AcceptDialog/styles/panel = SubResource("StyleBoxFlat_755mo") BoxContainer/constants/separation = 4 -Button/colors/font_color = Color(0.800183, 0.780652, 0.81973, 1) -Button/colors/font_disabled_color = Color(0.800183, 0.780652, 0.81973, 0.5) +Button/colors/font_color = Color(0.8, 0.780392, 0.819608, 1) +Button/colors/font_disabled_color = Color(0.8, 0.780392, 0.819608, 0.5) Button/colors/font_focus_color = Color(1, 1, 1, 1) Button/colors/font_hover_color = Color(1, 1, 1, 1) Button/colors/font_hover_pressed_color = Color(1, 1, 1, 1) Button/colors/font_pressed_color = Color(1, 1, 1, 1) Button/colors/icon_color_pressed = Color(1, 1, 1, 1) -Button/colors/icon_disabled_color = Color(0.800183, 0.780652, 0.81973, 0.5) +Button/colors/icon_disabled_color = Color(0.8, 0.780392, 0.819608, 0.5) Button/colors/icon_hover_color = Color(1, 1, 1, 1) Button/colors/icon_hover_pressed_color = Color(1, 1, 1, 1) Button/colors/icon_normal_color = Color(1, 1, 1, 1) Button/colors/icon_pressed_color = Color(1, 1, 1, 1) Button/styles/disabled = SubResource("23") -Button/styles/focus = SubResource("23") +Button/styles/focus = SubResource("StyleBoxFlat_kpwev") Button/styles/hover = SubResource("23") Button/styles/normal = SubResource("23") Button/styles/pressed = SubResource("StyleBoxFlat_t0f5f") -CheckBox/icons/radio_unchecked = ExtResource("1_k8s3o") -CheckBox/icons/radio_unchecked_disabled = ExtResource("1_k8s3o") -CheckBox/icons/unchecked = ExtResource("2_y17hc") -CheckBox/icons/unchecked_disabled = ExtResource("2_y17hc") +CheckBox/icons/radio_unchecked = ExtResource("1_xme5o") +CheckBox/icons/radio_unchecked_disabled = ExtResource("1_xme5o") +CheckBox/icons/unchecked = ExtResource("2_hjv6j") +CheckBox/icons/unchecked_disabled = ExtResource("2_hjv6j") CheckBox/styles/disabled = SubResource("StyleBoxFlat_lbyuh") CheckBox/styles/focus = SubResource("StyleBoxFlat_4dymj") CheckBox/styles/hover = SubResource("StyleBoxFlat_4jbvl") @@ -690,7 +702,7 @@ CheckButton/styles/hover_pressed = SubResource("StyleBoxFlat_viauy") CheckButton/styles/normal = SubResource("StyleBoxFlat_ygru1") CheckButton/styles/pressed = SubResource("StyleBoxFlat_h750t") CollapsibleContainer/base_type = &"VBoxContainer" -CollapsibleContainer/icons/arrow_normal = ExtResource("3_lnjrw") +CollapsibleContainer/icons/arrow_normal = ExtResource("3_a7h0n") ColorPicker/constants/h_width = 28 ColorPicker/constants/margin = 8 ColorPickerButton/styles/disabled = null @@ -716,19 +728,19 @@ HSlider/styles/slider = SubResource("88") HSplitContainer/constants/separation = 8 HeaderSmall/font_sizes/font_size = 18 Icons/colors/modulate_color = Color(1, 1, 1, 1) -ItemList/colors/font_color = Color(0.800183, 0.780652, 0.81973, 1) +ItemList/colors/font_color = Color(0.8, 0.780392, 0.819608, 1) ItemList/colors/guide_color = Color(1, 1, 1, 0.05) ItemList/styles/cursor = SubResource("94") ItemList/styles/cursor_unfocused = SubResource("94") -ItemList/styles/panel = SubResource("StyleBoxFlat_16uvh") +ItemList/styles/panel = SubResource("StyleBoxFlat_4ngk1") ItemList/styles/selected = SubResource("95") ItemList/styles/selected_focus = SubResource("96") -Label/colors/font_color = Color(0.800183, 0.780652, 0.81973, 1) +Label/colors/font_color = Color(0.8, 0.780392, 0.819608, 1) Label/styles/normal = SubResource("StyleBoxEmpty_u871w") LineEdit/colors/clear_button_color = Color(0.77832, 0.77832, 0.77832, 1) LineEdit/colors/clear_button_color_pressed = Color(0.184314, 0.396078, 0.533333, 1) -LineEdit/colors/font_color = Color(0.800183, 0.780652, 0.81973, 1) -LineEdit/colors/font_uneditable_color = Color(0.800183, 0.780652, 0.81973, 0.5) +LineEdit/colors/font_color = Color(0.8, 0.780392, 0.819608, 1) +LineEdit/colors/font_uneditable_color = Color(0.8, 0.780392, 0.819608, 0.5) LineEdit/colors/selection_color = Color(0.184314, 0.396078, 0.533333, 0.4) LineEdit/styles/focus = SubResource("3") LineEdit/styles/normal = SubResource("5") @@ -738,33 +750,33 @@ MarginContainer/constants/margin_bottom = 2 MarginContainer/constants/margin_left = 8 MarginContainer/constants/margin_right = 8 MarginContainer/constants/margin_top = 2 -MenuButton/colors/font_color = Color(0.800183, 0.780652, 0.81973, 1) -MenuButton/colors/font_disabled_color = Color(0.800183, 0.780652, 0.81973, 0.5) +MenuButton/colors/font_color = Color(0.8, 0.780392, 0.819608, 1) +MenuButton/colors/font_disabled_color = Color(0.8, 0.780392, 0.819608, 0.5) MenuButton/styles/disabled = SubResource("23") MenuButton/styles/focus = SubResource("23") MenuButton/styles/hover = SubResource("23") MenuButton/styles/normal = SubResource("23") MenuButton/styles/pressed = SubResource("23") Misc/colors/clear_color = Color(0.196078, 0.121569, 0.282353, 1) -OptionButton/colors/font_color = Color(0.800183, 0.780652, 0.81973, 1) -OptionButton/colors/font_disabled_color = Color(0.800183, 0.780652, 0.81973, 0.5) +OptionButton/colors/font_color = Color(0.8, 0.780392, 0.819608, 1) +OptionButton/colors/font_disabled_color = Color(0.8, 0.780392, 0.819608, 0.5) OptionButton/styles/disabled = SubResource("2") OptionButton/styles/pressed = SubResource("6") Panel/styles/panel = SubResource("103") PanelContainer/styles/panel = SubResource("104") -PopupMenu/colors/font_color = Color(0.800183, 0.780652, 0.81973, 1) -PopupMenu/colors/font_disabled_color = Color(0.800183, 0.780652, 0.81973, 0.5) -PopupMenu/icons/radio_unchecked = ExtResource("1_k8s3o") -PopupMenu/icons/radio_unchecked_disabled = ExtResource("1_k8s3o") -PopupMenu/icons/unchecked = ExtResource("2_y17hc") -PopupMenu/icons/unchecked_disabled = ExtResource("2_y17hc") +PopupMenu/colors/font_color = Color(0.8, 0.780392, 0.819608, 1) +PopupMenu/colors/font_disabled_color = Color(0.8, 0.780392, 0.819608, 0.5) +PopupMenu/icons/radio_unchecked = ExtResource("1_xme5o") +PopupMenu/icons/radio_unchecked_disabled = ExtResource("1_xme5o") +PopupMenu/icons/unchecked = ExtResource("2_hjv6j") +PopupMenu/icons/unchecked_disabled = ExtResource("2_hjv6j") PopupMenu/styles/hover = SubResource("112") PopupMenu/styles/labeled_separator_left = SubResource("113") PopupMenu/styles/labeled_separator_right = SubResource("114") PopupMenu/styles/panel = SubResource("105") PopupMenu/styles/separator = SubResource("115") PopupPanel/styles/panel = SubResource("StyleBoxFlat_fc11h") -ProgressBar/colors/font_color = Color(0.800183, 0.780652, 0.81973, 1) +ProgressBar/colors/font_color = Color(0.8, 0.780392, 0.819608, 1) RichTextLabel/colors/default_color = Color(0.77832, 0.77832, 0.77832, 1) RichTextLabel/styles/focus = SubResource("123") RichTextLabel/styles/normal = SubResource("52") @@ -774,17 +786,17 @@ RulerButton/styles/focus = SubResource("1") RulerButton/styles/hover = SubResource("1") RulerButton/styles/normal = SubResource("1") RulerButton/styles/pressed = SubResource("1") -TabBar/colors/font_disabled_color = Color(0.800183, 0.780652, 0.81973, 0.5) -TabBar/colors/font_selected_color = Color(0.800183, 0.780652, 0.81973, 1) -TabBar/colors/font_unselected_color = Color(0.800183, 0.780652, 0.81973, 1) +TabBar/colors/font_disabled_color = Color(0.8, 0.780392, 0.819608, 0.5) +TabBar/colors/font_selected_color = Color(0.8, 0.780392, 0.819608, 1) +TabBar/colors/font_unselected_color = Color(0.8, 0.780392, 0.819608, 1) TabBar/styles/tab_disabled = SubResource("StyleBoxFlat_fewc7") TabBar/styles/tab_focus = SubResource("StyleBoxFlat_bxstr") TabBar/styles/tab_hovered = SubResource("StyleBoxFlat_dfms8") TabBar/styles/tab_selected = SubResource("StyleBoxFlat_msbem") TabBar/styles/tab_unselected = SubResource("StyleBoxFlat_n4ubj") -TabContainer/colors/font_disabled_color = Color(0.800183, 0.780652, 0.81973, 0.5) -TabContainer/colors/font_selected_color = Color(0.800183, 0.780652, 0.81973, 1) -TabContainer/colors/font_unselected_color = Color(0.800183, 0.780652, 0.81973, 1) +TabContainer/colors/font_disabled_color = Color(0.8, 0.780392, 0.819608, 0.5) +TabContainer/colors/font_selected_color = Color(0.8, 0.780392, 0.819608, 1) +TabContainer/colors/font_unselected_color = Color(0.8, 0.780392, 0.819608, 1) TabContainer/constants/side_margin = 0 TabContainer/styles/panel = SubResource("StyleBoxFlat_jssey") TabContainer/styles/tab_disabled = SubResource("StyleBoxFlat_fewc7") @@ -797,23 +809,23 @@ TextEdit/colors/background_color = Color(0, 0, 0, 0) TextEdit/colors/caret_background_color = Color(0, 0, 0, 1) TextEdit/colors/caret_color = Color(0.77832, 0.77832, 0.77832, 1) TextEdit/colors/current_line_color = Color(0.25, 0.25, 0.26, 0.8) -TextEdit/colors/font_color = Color(0.800183, 0.780652, 0.81973, 1) -TextEdit/colors/font_uneditable_color = Color(0.800183, 0.780652, 0.81973, 0.5) +TextEdit/colors/font_color = Color(0.8, 0.780392, 0.819608, 1) +TextEdit/colors/font_uneditable_color = Color(0.8, 0.780392, 0.819608, 0.5) TextEdit/colors/selection_color = Color(0.184314, 0.396078, 0.533333, 0.4) TextEdit/colors/word_highlighted_color = Color(0.8, 0.9, 0.9, 0.15) TextEdit/styles/focus = SubResource("4") TextEdit/styles/normal = SubResource("5") TextEdit/styles/read_only = SubResource("2") -TooltipLabel/colors/font_color = Color(0.199817, 0.219348, 0.18027, 1) +TooltipLabel/colors/font_color = Color(0.2, 0.219608, 0.180392, 1) TooltipPanel/styles/panel = SubResource("151") Tree/colors/custom_button_font_highlight = Color(0.866992, 0.866992, 0.866992, 1) Tree/colors/drop_position_color = Color(0.184314, 0.396078, 0.533333, 1) -Tree/colors/font_color = Color(0.800183, 0.780652, 0.81973, 1) +Tree/colors/font_color = Color(0.8, 0.780392, 0.819608, 1) Tree/colors/guide_color = Color(1, 1, 1, 0.05) Tree/colors/relationship_line_color = Color(1, 1, 1, 0.1) Tree/colors/title_button_color = Color(0.77832, 0.77832, 0.77832, 1) Tree/constants/scroll_border = 40 -Tree/icons/unchecked = ExtResource("2_y17hc") +Tree/icons/unchecked = ExtResource("2_hjv6j") Tree/styles/button_pressed = SubResource("156") Tree/styles/cursor = SubResource("157") Tree/styles/cursor_unfocused = SubResource("157") @@ -838,14 +850,14 @@ VSlider/styles/slider = SubResource("170") VSplitContainer/constants/separation = 8 ValueSlider/base_type = &"TextureProgressBar" ValueSlider/colors/progress_color = Color(0.309804, 0.266667, 0.360784, 1) -ValueSlider/colors/under_color = Color(0.148989, 0.0898756, 0.211521, 1) -ValueSlider/icons/arrow_hover = ExtResource("4_pg80n") -ValueSlider/icons/arrow_normal = ExtResource("3_lnjrw") -ValueSlider/icons/arrow_pressed = ExtResource("5_jso4k") +ValueSlider/colors/under_color = Color(0.14902, 0.0901961, 0.211765, 1) +ValueSlider/icons/arrow_hover = ExtResource("4_lvo3d") +ValueSlider/icons/arrow_normal = ExtResource("3_a7h0n") +ValueSlider/icons/arrow_pressed = ExtResource("5_o3s4v") ValueSlider/icons/texture_over = null -ValueSlider/icons/texture_progress = ExtResource("6_ub5oj") -ValueSlider/icons/texture_under = ExtResource("6_ub5oj") -Window/colors/title_color = Color(0.800183, 0.780652, 0.81973, 1) +ValueSlider/icons/texture_progress = ExtResource("6_rpq74") +ValueSlider/icons/texture_under = ExtResource("6_rpq74") +Window/colors/title_color = Color(0.8, 0.780392, 0.819608, 1) Window/constants/title_height = 24 Window/styles/embedded_border = SubResource("StyleBoxFlat_pgljm") Window/styles/embedded_unfocused_border = SubResource("StyleBoxFlat_wmfk1")