mirror of
https://github.com/passivestar/godot-minimal-theme.git
synced 2025-01-22 08:09:13 -05:00
Reduce box selection opacity
This commit is contained in:
parent
0ed31ec5bf
commit
97af133307
@ -608,8 +608,8 @@ 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")
|
||||
Editor/colors/box_selection_fill_color = Color(1, 1, 1, 0.301961)
|
||||
Editor/colors/box_selection_stroke_color = Color(1, 1, 1, 0.8)
|
||||
Editor/colors/box_selection_fill_color = Color(1, 1, 1, 0.117647)
|
||||
Editor/colors/box_selection_stroke_color = Color(1, 1, 1, 0.352941)
|
||||
Editor/colors/warning_color = Color(1, 0.854902, 0.458824, 1)
|
||||
Editor/constants/top_bar_separation = 3
|
||||
Editor/constants/window_border_margin = 3
|
||||
|
@ -608,8 +608,8 @@ 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")
|
||||
Editor/colors/box_selection_fill_color = Color(1, 1, 1, 0.301961)
|
||||
Editor/colors/box_selection_stroke_color = Color(1, 1, 1, 0.8)
|
||||
Editor/colors/box_selection_fill_color = Color(1, 1, 1, 0.117647)
|
||||
Editor/colors/box_selection_stroke_color = Color(1, 1, 1, 0.352941)
|
||||
Editor/colors/warning_color = Color(1, 0.854902, 0.458824, 1)
|
||||
Editor/constants/top_bar_separation = 6
|
||||
Editor/constants/window_border_margin = 6
|
||||
|
Loading…
Reference in New Issue
Block a user