Compare commits

...

14 Commits

Author SHA1 Message Date
passivestar
4530a7ea67 Fix checkbox styles 2024-11-17 02:54:58 +04:00
passivestar
9145657fb8 Fix the mismatch between the regular and high ppi theme 2024-11-17 01:23:38 +04:00
passivestar
c624b34a1d Fix progress bar backgroun 2024-11-17 01:16:34 +04:00
passivestar
a6995caf33 Fix option button arrow margin 2024-11-17 01:09:46 +04:00
passivestar
1362d39360 Tweak tree inner item margin 2024-11-17 00:53:57 +04:00
passivestar
e51a24ed4e Tweak property colors 2024-11-16 16:07:13 +04:00
passivestar
9ccf4fc67a Tweak the warning text color 2024-11-16 02:34:32 +04:00
passivestar
033462d923 Add corner radius to recommended settings 2024-11-16 02:27:24 +04:00
passivestar
216076b7b4 Cleanup: remove some unnecessary values 2024-11-15 19:51:54 +04:00
passivestar
100d16b7b4 Remove track editor timeline separation until the gap bug is fixed 2024-11-15 19:44:02 +04:00
passivestar
0c4b0ae933 Fix editor property warning color 2024-11-15 07:59:10 +04:00
passivestar
6c38c583ce Increase tree inner item margin 2024-11-15 07:42:27 +04:00
passivestar
e1a80452b2 Don't use rounded corners in tree headers 2024-11-15 07:19:54 +04:00
passivestar
67ff2af7f0 Add panels for secondary trees and item lists 2024-11-15 07:02:32 +04:00
3 changed files with 101 additions and 40 deletions

View File

@ -26,6 +26,7 @@ To match the look of the theme in the screenshot use the following settings:
- Accent Color: `#569eff`
- Contrast: `0.2`
- Icon Saturation: `2`
- Corner Radius: `4`
`Editor Settings -> Interface -> Editor`:

View File

@ -1,4 +1,4 @@
[gd_resource type="Theme" load_steps=68 format=3 uid="uid://bcibt73qths3v"]
[gd_resource type="Theme" load_steps=70 format=3 uid="uid://bcibt73qths3v"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_503jw"]
content_margin_left = 0.0
@ -215,6 +215,21 @@ corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_twyxl"]
content_margin_left = 10.0
content_margin_top = 5.0
content_margin_right = 10.0
content_margin_bottom = 5.0
bg_color = Color(0.101569, 0.101569, 0.101569, 1)
draw_center = false
border_color = Color(0.0798039, 0.0798039, 0.0798039, 1)
corner_radius_top_left = 8
corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8
corner_detail = 5
anti_aliasing = false
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_2305v"]
content_margin_left = 4.0
content_margin_top = 4.0
@ -429,6 +444,20 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_djdm6"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0, 0, 0, 0.156863)
border_color = Color(0.0580392, 0.0580392, 0.0580392, 1)
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
corner_detail = 4
anti_aliasing = false
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_pgp2j"]
content_margin_left = 4.0
content_margin_top = 3.0
@ -448,9 +477,9 @@ corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_0nfa3"]
content_margin_left = 7.0
content_margin_left = 6.0
content_margin_top = 2.0
content_margin_right = 7.0
content_margin_right = 4.0
content_margin_bottom = 2.0
bg_color = Color(0, 0, 0, 0.196078)
border_color = Color(1, 1, 1, 0.117647)
@ -648,7 +677,7 @@ content_margin_left = 2.0
content_margin_top = 2.0
content_margin_right = 2.0
content_margin_bottom = 2.0
bg_color = Color(0.101961, 0.101961, 0.101961, 0.588235)
bg_color = Color(0.07, 0.07, 0.07, 0.588235)
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
@ -786,13 +815,9 @@ content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0, 0, 0, 0.235294)
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
[resource]
AnimationBezierTrackEdit/colors/focus_color = Color(0.91, 0.91, 0.91, 0)
AnimationBezierTrackEdit/colors/focus_color = Color(1, 1, 1, 0)
AnimationBezierTrackEdit/colors/h_line_color = Color(1, 1, 1, 0.117647)
AnimationBezierTrackEdit/colors/track_focus_color = Color(1, 1, 1, 0.0980392)
AnimationBezierTrackEdit/colors/v_line_color = Color(1, 1, 1, 0)
@ -809,18 +834,16 @@ AnimationTimelineEdit/constants/v_line_secondary_margin = 6
AnimationTimelineEdit/constants/v_line_secondary_width = 1
AnimationTimelineEdit/styles/time_available = SubResource("StyleBoxFlat_503jw")
AnimationTimelineEdit/styles/time_unavailable = SubResource("StyleBoxFlat_yu7sd")
AnimationTrackEdit/colors/h_line_color = Color(0.79, 0.79, 0.79, 0)
AnimationTrackEdit/colors/h_line_color = Color(1, 1, 1, 0)
AnimationTrackEdit/constants/h_separation = 6
AnimationTrackEdit/styles/focus = SubResource("StyleBoxFlat_rdfw0")
AnimationTrackEdit/styles/hover = SubResource("StyleBoxFlat_xd1kb")
AnimationTrackEdit/styles/odd = SubResource("StyleBoxFlat_l0xtq")
AnimationTrackEditGroup/colors/bg_color = Color(0, 0, 0, 0.0784314)
AnimationTrackEditGroup/colors/h_line_color = Color(0.79, 0.79, 0.79, 0)
AnimationTrackEditGroup/colors/v_line_color = Color(0.79, 0.79, 0.79, 0)
AnimationTrackEditGroup/colors/h_line_color = Color(1, 1, 1, 0)
AnimationTrackEditGroup/colors/v_line_color = Color(1, 1, 1, 0)
AnimationTrackEditGroup/constants/h_separation = 5
AnimationTrackEditGroup/styles/header = SubResource("StyleBoxFlat_h2xx7")
AnimationTrackEditor/constants/timeline_v_separation = 3
AnimationTrackEditor/constants/track_v_separation = 3
BottomPanelButton/styles/hover = SubResource("StyleBoxFlat_jduyo")
BottomPanelButton/styles/hover_pressed = SubResource("StyleBoxFlat_jduyo")
BottomPanelButton/styles/normal = SubResource("StyleBoxFlat_sxnkh")
@ -845,6 +868,9 @@ Button/styles/normal = SubResource("StyleBoxFlat_ubyga")
Button/styles/normal_mirrored = SubResource("StyleBoxFlat_ubyga")
Button/styles/pressed = SubResource("StyleBoxFlat_dpijl")
Button/styles/pressed_mirrored = SubResource("StyleBoxFlat_dpijl")
CheckBox/colors/font_hover_pressed_color = Color(1, 1, 1, 1)
CheckBox/colors/font_pressed_color = Color(1, 1, 1, 0.705882)
CheckBox/styles/normal = SubResource("StyleBoxFlat_twyxl")
Editor/colors/background = Color(0.1, 0.1, 0.1, 1)
Editor/colors/box_selection_fill_color = Color(1, 1, 1, 0.117647)
Editor/colors/box_selection_stroke_color = Color(1, 1, 1, 0.352941)
@ -853,11 +879,11 @@ Editor/colors/forward_plus_color = Color(0.54902, 0.752941, 0.392157, 1)
Editor/colors/gl_compatibility_color = Color(0.447059, 0.698039, 0.890196, 1)
Editor/colors/mobile_color = Color(0.862745, 0.482353, 0.584314, 1)
Editor/colors/prop_subsection = Color(1, 1, 1, 0)
Editor/colors/property_color_w = Color(0.989803, 0.898963, 0.738366, 1)
Editor/colors/property_color_x = Color(0.98, 0.5586, 0.649903, 1)
Editor/colors/property_color_y = Color(0.5978, 0.98, 0.69972, 1)
Editor/colors/property_color_z = Color(0.5358, 0.79853, 0.94, 1)
Editor/colors/warning_color = Color(0.77, 0.66528, 0.3773, 1)
Editor/colors/property_color_w = Color(0.8, 0.8, 0.8, 1)
Editor/colors/property_color_x = Color(1, 0.5, 0.575, 1)
Editor/colors/property_color_y = Color(0.735, 0.9, 0.45, 1)
Editor/colors/property_color_z = Color(0.48, 0.712, 0.96, 1)
Editor/colors/warning_color = Color(0.95, 0.855, 0.57, 1)
Editor/constants/top_bar_separation = 3
Editor/constants/window_border_margin = 4
EditorHelpBitContent/styles/normal = SubResource("StyleBoxFlat_2305v")
@ -868,6 +894,7 @@ EditorInspectorSection/constants/h_separation = 3
EditorLogFilterButton/styles/hover = SubResource("StyleBoxFlat_jduyo")
EditorLogFilterButton/styles/normal = SubResource("StyleBoxFlat_sxnkh")
EditorLogFilterButton/styles/pressed = SubResource("StyleBoxFlat_1pq5m")
EditorProperty/colors/warning_color = Color(0.95, 0.855, 0.57, 1)
EditorProperty/styles/bg = SubResource("StyleBoxEmpty_ajvab")
EditorProperty/styles/bg_selected = SubResource("StyleBoxFlat_lx8tr")
EditorProperty/styles/child_bg = SubResource("StyleBoxFlat_piki4")
@ -941,6 +968,7 @@ ItemList/styles/hovered = SubResource("StyleBoxFlat_32au3")
ItemList/styles/panel = SubResource("StyleBoxEmpty_8atl4")
ItemList/styles/selected = SubResource("StyleBoxFlat_32au3")
ItemList/styles/selected_focus = SubResource("StyleBoxFlat_32au3")
ItemListSecondary/styles/panel = SubResource("StyleBoxFlat_djdm6")
Label/colors/font_color = Color(1, 1, 1, 0.627451)
Label/styles/normal = SubResource("StyleBoxEmpty_pgp2j")
LineEdit/colors/font_placeholder_color = Color(1, 1, 1, 0.27451)
@ -978,6 +1006,7 @@ OptionButton/colors/font_hover_pressed_color = Color(1, 1, 1, 1)
OptionButton/colors/font_pressed_color = Color(1, 1, 1, 1)
OptionButton/colors/icon_disabled_color = Color(1, 1, 1, 0.313726)
OptionButton/colors/icon_normal_color = Color(1, 1, 1, 0.705882)
OptionButton/constants/arrow_margin = 7
OptionButton/styles/disabled = SubResource("StyleBoxFlat_s11c6")
OptionButton/styles/disabled_mirrored = SubResource("StyleBoxFlat_s11c6")
OptionButton/styles/focus = SubResource("StyleBoxFlat_tj0ge")
@ -1018,8 +1047,8 @@ Tree/colors/parent_hl_line_color = Color(1, 1, 1, 0.0980392)
Tree/constants/children_hl_line_width = 0
Tree/constants/draw_guides = 0
Tree/constants/draw_relationship_lines = 1
Tree/constants/inner_item_margin_left = 1
Tree/constants/inner_item_margin_right = 1
Tree/constants/inner_item_margin_left = 4
Tree/constants/inner_item_margin_right = 4
Tree/constants/parent_hl_line_width = 1
Tree/constants/relationship_line_width = 0
Tree/constants/v_separation = 1
@ -1039,6 +1068,7 @@ Tree/styles/selected_focus = SubResource("StyleBoxFlat_32au3")
Tree/styles/title_button_hover = SubResource("StyleBoxFlat_h3su5")
Tree/styles/title_button_normal = SubResource("StyleBoxFlat_h3su5")
Tree/styles/title_button_pressed = SubResource("StyleBoxFlat_h3su5")
TreeSecondary/styles/panel = SubResource("StyleBoxFlat_djdm6")
VBoxContainer/constants/separation = 2
VSplitContainer/constants/autohide = 1
VSplitContainer/constants/minimum_grab_thickness = 6

View File

@ -1,4 +1,4 @@
[gd_resource type="Theme" load_steps=68 format=3 uid="uid://bcibt73qths3v"]
[gd_resource type="Theme" load_steps=70 format=3 uid="uid://bcibt73qths3v"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_503jw"]
content_margin_left = 0.0
@ -215,6 +215,21 @@ corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_twyxl"]
content_margin_left = 10.0
content_margin_top = 5.0
content_margin_right = 10.0
content_margin_bottom = 5.0
bg_color = Color(0.101569, 0.101569, 0.101569, 1)
draw_center = false
border_color = Color(0.0798039, 0.0798039, 0.0798039, 1)
corner_radius_top_left = 8
corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8
corner_detail = 5
anti_aliasing = false
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_2305v"]
content_margin_left = 8.0
content_margin_top = 8.0
@ -429,6 +444,20 @@ content_margin_left = 8.0
content_margin_top = 8.0
content_margin_right = 8.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_djdm6"]
content_margin_left = 8.0
content_margin_top = 8.0
content_margin_right = 8.0
content_margin_bottom = 8.0
bg_color = Color(0, 0, 0, 0.156863)
border_color = Color(0.0580392, 0.0580392, 0.0580392, 1)
corner_radius_top_left = 8
corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8
corner_detail = 4
anti_aliasing = false
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_pgp2j"]
content_margin_left = 8.0
content_margin_top = 6.0
@ -648,7 +677,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.101961, 0.101961, 0.101961, 0.588235)
bg_color = Color(0.07, 0.07, 0.07, 0.588235)
corner_radius_top_left = 8
corner_radius_top_right = 8
corner_radius_bottom_right = 8
@ -786,13 +815,9 @@ content_margin_top = 8.0
content_margin_right = 12.0
content_margin_bottom = 8.0
bg_color = Color(0, 0, 0, 0.235294)
corner_radius_top_left = 8
corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8
[resource]
AnimationBezierTrackEdit/colors/focus_color = Color(0.91, 0.91, 0.91, 0)
AnimationBezierTrackEdit/colors/focus_color = Color(1, 1, 1, 0)
AnimationBezierTrackEdit/colors/h_line_color = Color(1, 1, 1, 0.117647)
AnimationBezierTrackEdit/colors/track_focus_color = Color(1, 1, 1, 0.0980392)
AnimationBezierTrackEdit/colors/v_line_color = Color(1, 1, 1, 0)
@ -809,18 +834,16 @@ AnimationTimelineEdit/constants/v_line_secondary_margin = 12
AnimationTimelineEdit/constants/v_line_secondary_width = 2
AnimationTimelineEdit/styles/time_available = SubResource("StyleBoxFlat_503jw")
AnimationTimelineEdit/styles/time_unavailable = SubResource("StyleBoxFlat_yu7sd")
AnimationTrackEdit/colors/h_line_color = Color(0.79, 0.79, 0.79, 0)
AnimationTrackEdit/colors/h_line_color = Color(1, 1, 1, 0)
AnimationTrackEdit/constants/h_separation = 12
AnimationTrackEdit/styles/focus = SubResource("StyleBoxFlat_rdfw0")
AnimationTrackEdit/styles/hover = SubResource("StyleBoxFlat_xd1kb")
AnimationTrackEdit/styles/odd = SubResource("StyleBoxFlat_l0xtq")
AnimationTrackEditGroup/colors/bg_color = Color(0, 0, 0, 0.0784314)
AnimationTrackEditGroup/colors/h_line_color = Color(0.79, 0.79, 0.79, 0)
AnimationTrackEditGroup/colors/v_line_color = Color(0.79, 0.79, 0.79, 0)
AnimationTrackEditGroup/colors/h_line_color = Color(1, 1, 1, 0)
AnimationTrackEditGroup/colors/v_line_color = Color(1, 1, 1, 0)
AnimationTrackEditGroup/constants/h_separation = 9
AnimationTrackEditGroup/styles/header = SubResource("StyleBoxFlat_h2xx7")
AnimationTrackEditor/constants/timeline_v_separation = 6
AnimationTrackEditor/constants/track_v_separation = 6
BottomPanelButton/styles/hover = SubResource("StyleBoxFlat_jduyo")
BottomPanelButton/styles/hover_pressed = SubResource("StyleBoxFlat_jduyo")
BottomPanelButton/styles/normal = SubResource("StyleBoxFlat_sxnkh")
@ -845,6 +868,9 @@ Button/styles/normal = SubResource("StyleBoxFlat_ubyga")
Button/styles/normal_mirrored = SubResource("StyleBoxFlat_ubyga")
Button/styles/pressed = SubResource("StyleBoxFlat_dpijl")
Button/styles/pressed_mirrored = SubResource("StyleBoxFlat_dpijl")
CheckBox/colors/font_hover_pressed_color = Color(1, 1, 1, 1)
CheckBox/colors/font_pressed_color = Color(1, 1, 1, 0.705882)
CheckBox/styles/normal = SubResource("StyleBoxFlat_twyxl")
Editor/colors/background = Color(0.1, 0.1, 0.1, 1)
Editor/colors/box_selection_fill_color = Color(1, 1, 1, 0.117647)
Editor/colors/box_selection_stroke_color = Color(1, 1, 1, 0.352941)
@ -853,11 +879,11 @@ Editor/colors/forward_plus_color = Color(0.54902, 0.752941, 0.392157, 1)
Editor/colors/gl_compatibility_color = Color(0.447059, 0.698039, 0.890196, 1)
Editor/colors/mobile_color = Color(0.862745, 0.482353, 0.584314, 1)
Editor/colors/prop_subsection = Color(1, 1, 1, 0)
Editor/colors/property_color_w = Color(0.989803, 0.898963, 0.738366, 1)
Editor/colors/property_color_x = Color(0.98, 0.5586, 0.649903, 1)
Editor/colors/property_color_y = Color(0.5978, 0.98, 0.69972, 1)
Editor/colors/property_color_z = Color(0.5358, 0.79853, 0.94, 1)
Editor/colors/warning_color = Color(0.77, 0.66528, 0.3773, 1)
Editor/colors/property_color_w = Color(0.8, 0.8, 0.8, 1)
Editor/colors/property_color_x = Color(1, 0.5, 0.575, 1)
Editor/colors/property_color_y = Color(0.735, 0.9, 0.45, 1)
Editor/colors/property_color_z = Color(0.48, 0.712, 0.96, 1)
Editor/colors/warning_color = Color(0.95, 0.855, 0.57, 1)
Editor/constants/top_bar_separation = 6
Editor/constants/window_border_margin = 8
EditorHelpBitContent/styles/normal = SubResource("StyleBoxFlat_2305v")
@ -868,6 +894,7 @@ EditorInspectorSection/constants/h_separation = 6
EditorLogFilterButton/styles/hover = SubResource("StyleBoxFlat_jduyo")
EditorLogFilterButton/styles/normal = SubResource("StyleBoxFlat_sxnkh")
EditorLogFilterButton/styles/pressed = SubResource("StyleBoxFlat_1pq5m")
EditorProperty/colors/warning_color = Color(0.95, 0.855, 0.57, 1)
EditorProperty/styles/bg = SubResource("StyleBoxEmpty_ajvab")
EditorProperty/styles/bg_selected = SubResource("StyleBoxFlat_lx8tr")
EditorProperty/styles/child_bg = SubResource("StyleBoxFlat_piki4")
@ -941,6 +968,7 @@ ItemList/styles/hovered = SubResource("StyleBoxFlat_32au3")
ItemList/styles/panel = SubResource("StyleBoxEmpty_8atl4")
ItemList/styles/selected = SubResource("StyleBoxFlat_32au3")
ItemList/styles/selected_focus = SubResource("StyleBoxFlat_32au3")
ItemListSecondary/styles/panel = SubResource("StyleBoxFlat_djdm6")
Label/colors/font_color = Color(1, 1, 1, 0.627451)
Label/styles/normal = SubResource("StyleBoxEmpty_pgp2j")
LineEdit/colors/font_placeholder_color = Color(1, 1, 1, 0.27451)
@ -978,6 +1006,7 @@ OptionButton/colors/font_hover_pressed_color = Color(1, 1, 1, 1)
OptionButton/colors/font_pressed_color = Color(1, 1, 1, 1)
OptionButton/colors/icon_disabled_color = Color(1, 1, 1, 0.313726)
OptionButton/colors/icon_normal_color = Color(1, 1, 1, 0.705882)
OptionButton/constants/arrow_margin = 14
OptionButton/styles/disabled = SubResource("StyleBoxFlat_s11c6")
OptionButton/styles/disabled_mirrored = SubResource("StyleBoxFlat_s11c6")
OptionButton/styles/focus = SubResource("StyleBoxFlat_tj0ge")
@ -1018,8 +1047,8 @@ Tree/colors/parent_hl_line_color = Color(1, 1, 1, 0.0980392)
Tree/constants/children_hl_line_width = 0
Tree/constants/draw_guides = 0
Tree/constants/draw_relationship_lines = 1
Tree/constants/inner_item_margin_left = 2
Tree/constants/inner_item_margin_right = 2
Tree/constants/inner_item_margin_left = 8
Tree/constants/inner_item_margin_right = 8
Tree/constants/parent_hl_line_width = 2
Tree/constants/relationship_line_width = 0
Tree/constants/v_separation = 1
@ -1039,6 +1068,7 @@ Tree/styles/selected_focus = SubResource("StyleBoxFlat_32au3")
Tree/styles/title_button_hover = SubResource("StyleBoxFlat_h3su5")
Tree/styles/title_button_normal = SubResource("StyleBoxFlat_h3su5")
Tree/styles/title_button_pressed = SubResource("StyleBoxFlat_h3su5")
TreeSecondary/styles/panel = SubResource("StyleBoxFlat_djdm6")
VBoxContainer/constants/separation = 4
VSplitContainer/constants/autohide = 1
VSplitContainer/constants/minimum_grab_thickness = 12