mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +00:00
Changed PopupMenu accel font color for gold theme, separation for light & blue themes
This commit is contained in:
parent
5645b2591e
commit
03683cc157
|
@ -9554,7 +9554,7 @@ shadow_size = 3
|
|||
|
||||
[resource]
|
||||
default_font = ExtResource( 1 )
|
||||
BoxContainer/constants/separation = 3
|
||||
BoxContainer/constants/separation = 4
|
||||
Button/colors/font_color = Color( 0.8, 0.8075, 0.8275, 1 )
|
||||
Button/colors/font_color_disabled = Color( 1, 1, 1, 0.3 )
|
||||
Button/colors/font_color_hover = Color( 0.88, 0.8845, 0.8965, 1 )
|
||||
|
@ -10393,7 +10393,7 @@ GraphNode/styles/state_machine_frame = SubResource( 1395 )
|
|||
GraphNode/styles/state_machine_selectedframe = SubResource( 1396 )
|
||||
GridContainer/constants/hseparation = 3
|
||||
GridContainer/constants/vseparation = 3
|
||||
HBoxContainer/constants/separation = 3
|
||||
HBoxContainer/constants/separation = 4
|
||||
HScrollBar/icons/decrement = SubResource( 1397 )
|
||||
HScrollBar/icons/decrement_highlight = SubResource( 1397 )
|
||||
HScrollBar/icons/increment = SubResource( 1397 )
|
||||
|
@ -10602,7 +10602,7 @@ Tree/styles/selected_focus = SubResource( 1410 )
|
|||
Tree/styles/title_button_hover = SubResource( 1428 )
|
||||
Tree/styles/title_button_normal = SubResource( 1428 )
|
||||
Tree/styles/title_button_pressed = SubResource( 1428 )
|
||||
VBoxContainer/constants/separation = 3
|
||||
VBoxContainer/constants/separation = 4
|
||||
VScrollBar/icons/decrement = SubResource( 1397 )
|
||||
VScrollBar/icons/decrement_highlight = SubResource( 1397 )
|
||||
VScrollBar/icons/increment = SubResource( 1397 )
|
||||
|
|
|
@ -417,7 +417,7 @@ Panel/styles/panelf = null
|
|||
Panel/styles/panelnc = null
|
||||
PanelContainer/styles/panel = SubResource( 19 )
|
||||
PopupMenu/colors/font_color = Color( 0, 0, 0, 1 )
|
||||
PopupMenu/colors/font_color_accel = Color( 0.701961, 0.701961, 0.701961, 0.8 )
|
||||
PopupMenu/colors/font_color_accel = Color( 0.270588, 0.270588, 0.270588, 0.8 )
|
||||
PopupMenu/colors/font_color_disabled = Color( 0.4, 0.4, 0.4, 0.8 )
|
||||
PopupMenu/colors/font_color_hover = Color( 0, 0, 0, 1 )
|
||||
PopupMenu/constants/hseparation = 4
|
||||
|
|
|
@ -45,7 +45,7 @@ corner_radius_bottom_right = 4
|
|||
corner_radius_bottom_left = 4
|
||||
anti_aliasing = false
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=32]
|
||||
[sub_resource type="StyleBoxFlat" id=4]
|
||||
content_margin_left = 5.0
|
||||
content_margin_right = 5.0
|
||||
content_margin_top = 3.0
|
||||
|
@ -58,9 +58,6 @@ corner_radius_bottom_right = 4
|
|||
corner_radius_bottom_left = 4
|
||||
anti_aliasing = false
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=4]
|
||||
bg_color = Color( 0.6, 0.6, 0.6, 0 )
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=5]
|
||||
bg_color = Color( 0.6, 0.6, 0.6, 0 )
|
||||
|
||||
|
@ -71,6 +68,9 @@ bg_color = Color( 0.6, 0.6, 0.6, 0 )
|
|||
bg_color = Color( 0.6, 0.6, 0.6, 0 )
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=8]
|
||||
bg_color = Color( 0.6, 0.6, 0.6, 0 )
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=9]
|
||||
bg_color = Color( 0.768627, 0.768627, 0.768627, 1 )
|
||||
border_width_left = 2
|
||||
border_width_top = 2
|
||||
|
@ -82,19 +82,7 @@ corner_radius_top_right = 2
|
|||
corner_radius_bottom_right = 2
|
||||
corner_radius_bottom_left = 2
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=9]
|
||||
border_width_left = 2
|
||||
border_width_top = 2
|
||||
border_width_right = 2
|
||||
border_width_bottom = 2
|
||||
border_color = Color( 0.686275, 0.686275, 0.686275, 1 )
|
||||
corner_radius_top_left = 2
|
||||
corner_radius_top_right = 2
|
||||
corner_radius_bottom_right = 2
|
||||
corner_radius_bottom_left = 2
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=10]
|
||||
bg_color = Color( 0.2, 0.2, 0.2, 1 )
|
||||
border_width_left = 2
|
||||
border_width_top = 2
|
||||
border_width_right = 2
|
||||
|
@ -106,20 +94,19 @@ corner_radius_bottom_right = 2
|
|||
corner_radius_bottom_left = 2
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=11]
|
||||
bg_color = Color( 0.627451, 0.627451, 0.627451, 1 )
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
border_width_bottom = 1
|
||||
border_color = Color( 0.180392, 0.180392, 0.180392, 1 )
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
||||
anti_aliasing = false
|
||||
bg_color = Color( 0.2, 0.2, 0.2, 1 )
|
||||
border_width_left = 2
|
||||
border_width_top = 2
|
||||
border_width_right = 2
|
||||
border_width_bottom = 2
|
||||
border_color = Color( 0.686275, 0.686275, 0.686275, 1 )
|
||||
corner_radius_top_left = 2
|
||||
corner_radius_top_right = 2
|
||||
corner_radius_bottom_right = 2
|
||||
corner_radius_bottom_left = 2
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=12]
|
||||
bg_color = Color( 0.803922, 0.803922, 0.803922, 1 )
|
||||
bg_color = Color( 0.627451, 0.627451, 0.627451, 1 )
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
|
@ -132,7 +119,7 @@ corner_radius_bottom_left = 4
|
|||
anti_aliasing = false
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=13]
|
||||
bg_color = Color( 0.478431, 0.478431, 0.478431, 1 )
|
||||
bg_color = Color( 0.803922, 0.803922, 0.803922, 1 )
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
|
@ -145,6 +132,19 @@ corner_radius_bottom_left = 4
|
|||
anti_aliasing = false
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=14]
|
||||
bg_color = Color( 0.478431, 0.478431, 0.478431, 1 )
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
border_width_bottom = 1
|
||||
border_color = Color( 0.180392, 0.180392, 0.180392, 1 )
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
||||
anti_aliasing = false
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=15]
|
||||
bg_color = Color( 0.529412, 0.529412, 0.529412, 1 )
|
||||
border_width_top = 5
|
||||
border_width_bottom = 5
|
||||
|
@ -154,12 +154,12 @@ corner_radius_top_right = 2
|
|||
corner_radius_bottom_right = 2
|
||||
corner_radius_bottom_left = 2
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=15]
|
||||
[sub_resource type="StyleBoxFlat" id=16]
|
||||
border_width_top = 2
|
||||
border_width_bottom = 2
|
||||
border_color = Color( 0.627451, 0.627451, 0.627451, 1 )
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=16]
|
||||
[sub_resource type="StyleBoxFlat" id=17]
|
||||
bg_color = Color( 0.627451, 0.627451, 0.627451, 1 )
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
|
@ -168,13 +168,13 @@ corner_radius_bottom_left = 4
|
|||
expand_margin_top = 2.0
|
||||
expand_margin_bottom = 2.0
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=17]
|
||||
[sub_resource type="StyleBoxFlat" id=18]
|
||||
bg_color = Color( 0.858824, 0.858824, 0.858824, 1 )
|
||||
border_color = Color( 0.321569, 0.321569, 0.321569, 1 )
|
||||
expand_margin_top = 2.0
|
||||
expand_margin_bottom = 2.0
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=18]
|
||||
[sub_resource type="StyleBoxFlat" id=19]
|
||||
bg_color = Color( 0.109804, 0.0862745, 0.0862745, 0 )
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
|
@ -187,10 +187,10 @@ corner_radius_bottom_right = 4
|
|||
corner_radius_bottom_left = 4
|
||||
anti_aliasing = false
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=19]
|
||||
[sub_resource type="StyleBoxFlat" id=20]
|
||||
bg_color = Color( 0.772549, 0.772549, 0.772549, 1 )
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=20]
|
||||
[sub_resource type="StyleBoxFlat" id=21]
|
||||
content_margin_left = 4.5
|
||||
content_margin_right = 4.5
|
||||
content_margin_top = 3.0
|
||||
|
@ -201,7 +201,7 @@ corner_radius_top_right = 5
|
|||
corner_radius_bottom_right = 5
|
||||
corner_radius_bottom_left = 5
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=21]
|
||||
[sub_resource type="StyleBoxFlat" id=22]
|
||||
bg_color = Color( 0.627451, 0.627451, 0.627451, 1 )
|
||||
border_width_left = 6
|
||||
border_width_top = 10
|
||||
|
@ -214,10 +214,10 @@ corner_radius_bottom_right = 4
|
|||
corner_radius_bottom_left = 4
|
||||
anti_aliasing = false
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=22]
|
||||
[sub_resource type="StyleBoxFlat" id=23]
|
||||
bg_color = Color( 0.764706, 0.764706, 0.764706, 1 )
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=23]
|
||||
[sub_resource type="StyleBoxFlat" id=24]
|
||||
bg_color = Color( 0.627451, 0.627451, 0.627451, 1 )
|
||||
border_width_left = 5
|
||||
border_width_top = 10
|
||||
|
@ -230,7 +230,7 @@ corner_radius_bottom_right = 4
|
|||
corner_radius_bottom_left = 4
|
||||
anti_aliasing = false
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=24]
|
||||
[sub_resource type="StyleBoxFlat" id=25]
|
||||
bg_color = Color( 0.352941, 0.352941, 0.352941, 1 )
|
||||
border_width_left = 10
|
||||
border_width_top = 6
|
||||
|
@ -238,7 +238,7 @@ border_width_right = 10
|
|||
border_width_bottom = 8
|
||||
border_color = Color( 0.352941, 0.352941, 0.352941, 1 )
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=25]
|
||||
[sub_resource type="StyleBoxFlat" id=26]
|
||||
bg_color = Color( 0.239216, 0.239216, 0.239216, 1 )
|
||||
border_width_left = 10
|
||||
border_width_top = 6
|
||||
|
@ -246,7 +246,7 @@ border_width_right = 10
|
|||
border_width_bottom = 8
|
||||
border_color = Color( 0.239216, 0.239216, 0.239216, 1 )
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=26]
|
||||
[sub_resource type="StyleBoxFlat" id=27]
|
||||
bg_color = Color( 0.627451, 0.627451, 0.627451, 1 )
|
||||
border_width_left = 10
|
||||
border_width_top = 6
|
||||
|
@ -254,19 +254,6 @@ border_width_right = 10
|
|||
border_width_bottom = 8
|
||||
border_color = Color( 0.627451, 0.627451, 0.627451, 1 )
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=27]
|
||||
bg_color = Color( 0.627451, 0.627451, 0.627451, 1 )
|
||||
border_width_left = 4
|
||||
border_width_top = 4
|
||||
border_width_right = 4
|
||||
border_width_bottom = 4
|
||||
border_color = Color( 0.627451, 0.627451, 0.627451, 1 )
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
||||
anti_aliasing = false
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=28]
|
||||
bg_color = Color( 0.627451, 0.627451, 0.627451, 1 )
|
||||
border_width_left = 4
|
||||
|
@ -278,8 +265,21 @@ corner_radius_top_left = 4
|
|||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
||||
anti_aliasing = false
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=29]
|
||||
bg_color = Color( 0.627451, 0.627451, 0.627451, 1 )
|
||||
border_width_left = 4
|
||||
border_width_top = 4
|
||||
border_width_right = 4
|
||||
border_width_bottom = 4
|
||||
border_color = Color( 0.627451, 0.627451, 0.627451, 1 )
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=30]
|
||||
bg_color = Color( 0.529412, 0.529412, 0.529412, 1 )
|
||||
border_width_left = 5
|
||||
border_width_right = 5
|
||||
|
@ -289,13 +289,13 @@ corner_radius_top_right = 2
|
|||
corner_radius_bottom_right = 2
|
||||
corner_radius_bottom_left = 2
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=30]
|
||||
[sub_resource type="StyleBoxFlat" id=31]
|
||||
bg_color = Color( 0.627451, 0.627451, 0.627451, 1 )
|
||||
border_width_left = 2
|
||||
border_width_right = 2
|
||||
border_color = Color( 0.627451, 0.627451, 0.627451, 1 )
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=31]
|
||||
[sub_resource type="StyleBoxFlat" id=32]
|
||||
bg_color = Color( 0.835294, 0.835294, 0.835294, 1 )
|
||||
border_width_left = 2
|
||||
border_width_top = 20
|
||||
|
@ -316,7 +316,7 @@ Button/styles/disabled = SubResource( 1 )
|
|||
Button/styles/focus = null
|
||||
Button/styles/hover = SubResource( 2 )
|
||||
Button/styles/normal = SubResource( 3 )
|
||||
Button/styles/pressed = SubResource( 32 )
|
||||
Button/styles/pressed = SubResource( 4 )
|
||||
CheckBox/colors/font_color = Color( 0, 0, 0, 1 )
|
||||
CheckBox/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
|
||||
CheckBox/colors/font_color_hover = Color( 0, 0, 0, 1 )
|
||||
|
@ -331,10 +331,10 @@ CheckBox/icons/radio_unchecked = null
|
|||
CheckBox/icons/unchecked = null
|
||||
CheckBox/styles/disabled = null
|
||||
CheckBox/styles/focus = null
|
||||
CheckBox/styles/hover = SubResource( 4 )
|
||||
CheckBox/styles/hover_pressed = SubResource( 5 )
|
||||
CheckBox/styles/normal = SubResource( 6 )
|
||||
CheckBox/styles/pressed = SubResource( 7 )
|
||||
CheckBox/styles/hover = SubResource( 5 )
|
||||
CheckBox/styles/hover_pressed = SubResource( 6 )
|
||||
CheckBox/styles/normal = SubResource( 7 )
|
||||
CheckBox/styles/pressed = SubResource( 8 )
|
||||
ColorPicker/constants/h_width = 30
|
||||
ColorPicker/constants/label_width = 10
|
||||
ColorPicker/constants/margin = 4
|
||||
|
@ -354,9 +354,9 @@ ColorPickerButton/fonts/font = null
|
|||
ColorPickerButton/icons/bg = null
|
||||
ColorPickerButton/styles/disabled = null
|
||||
ColorPickerButton/styles/focus = null
|
||||
ColorPickerButton/styles/hover = SubResource( 8 )
|
||||
ColorPickerButton/styles/normal = SubResource( 9 )
|
||||
ColorPickerButton/styles/pressed = SubResource( 10 )
|
||||
ColorPickerButton/styles/hover = SubResource( 9 )
|
||||
ColorPickerButton/styles/normal = SubResource( 10 )
|
||||
ColorPickerButton/styles/pressed = SubResource( 11 )
|
||||
Dialogs/constants/button_margin = 32
|
||||
Dialogs/constants/margin = 8
|
||||
FileDialog/colors/files_disabled = Color( 0, 0, 0, 0.7 )
|
||||
|
@ -369,22 +369,22 @@ HScrollBar/icons/decrement = null
|
|||
HScrollBar/icons/decrement_highlight = null
|
||||
HScrollBar/icons/increment = null
|
||||
HScrollBar/icons/increment_highlight = null
|
||||
HScrollBar/styles/grabber = SubResource( 11 )
|
||||
HScrollBar/styles/grabber_highlight = SubResource( 12 )
|
||||
HScrollBar/styles/grabber_pressed = SubResource( 13 )
|
||||
HScrollBar/styles/scroll = SubResource( 14 )
|
||||
HScrollBar/styles/grabber = SubResource( 12 )
|
||||
HScrollBar/styles/grabber_highlight = SubResource( 13 )
|
||||
HScrollBar/styles/grabber_pressed = SubResource( 14 )
|
||||
HScrollBar/styles/scroll = SubResource( 15 )
|
||||
HScrollBar/styles/scroll_focus = null
|
||||
HSeparator/constants/separation = 4
|
||||
HSeparator/styles/separator = SubResource( 15 )
|
||||
HSeparator/styles/separator = SubResource( 16 )
|
||||
HSlider/icons/grabber = ExtResource( 2 )
|
||||
HSlider/icons/grabber_disabled = null
|
||||
HSlider/icons/grabber_highlight = ExtResource( 3 )
|
||||
HSlider/icons/tick = null
|
||||
HSlider/styles/focus = null
|
||||
HSlider/styles/grabber_area = SubResource( 16 )
|
||||
HSlider/styles/grabber_area = SubResource( 17 )
|
||||
HSlider/styles/grabber_disabled = null
|
||||
HSlider/styles/grabber_highlight = null
|
||||
HSlider/styles/slider = SubResource( 17 )
|
||||
HSlider/styles/slider = SubResource( 18 )
|
||||
HSplitContainer/constants/autohide = 1
|
||||
HSplitContainer/constants/separation = 6
|
||||
HSplitContainer/icons/grabber = ExtResource( 1 )
|
||||
|
@ -409,7 +409,7 @@ LineEdit/constants/minimum_spaces = 12
|
|||
LineEdit/fonts/font = null
|
||||
LineEdit/icons/clear = null
|
||||
LineEdit/styles/focus = null
|
||||
LineEdit/styles/normal = SubResource( 18 )
|
||||
LineEdit/styles/normal = SubResource( 19 )
|
||||
LineEdit/styles/read_only = null
|
||||
MenuButton/colors/font_color = Color( 0, 0, 0, 1 )
|
||||
MenuButton/colors/font_color_disabled = Color( 1, 1, 1, 0.3 )
|
||||
|
@ -435,10 +435,10 @@ OptionButton/styles/focus = null
|
|||
OptionButton/styles/hover = null
|
||||
OptionButton/styles/normal = null
|
||||
OptionButton/styles/pressed = null
|
||||
Panel/styles/panel = SubResource( 19 )
|
||||
Panel/styles/panel = SubResource( 20 )
|
||||
Panel/styles/panelf = null
|
||||
Panel/styles/panelnc = null
|
||||
PanelContainer/styles/panel = SubResource( 20 )
|
||||
PanelContainer/styles/panel = SubResource( 21 )
|
||||
PopupMenu/colors/font_color = Color( 0, 0, 0, 1 )
|
||||
PopupMenu/colors/font_color_accel = Color( 0.164706, 0.164706, 0.164706, 0.8 )
|
||||
PopupMenu/colors/font_color_disabled = Color( 0.4, 0.4, 0.4, 0.8 )
|
||||
|
@ -454,10 +454,10 @@ PopupMenu/icons/unchecked = null
|
|||
PopupMenu/styles/hover = null
|
||||
PopupMenu/styles/labeled_separator_left = null
|
||||
PopupMenu/styles/labeled_separator_right = null
|
||||
PopupMenu/styles/panel = SubResource( 21 )
|
||||
PopupMenu/styles/panel = SubResource( 22 )
|
||||
PopupMenu/styles/panel_disabled = null
|
||||
PopupMenu/styles/separator = null
|
||||
PopupPanel/styles/panel = SubResource( 22 )
|
||||
PopupPanel/styles/panel = SubResource( 23 )
|
||||
SpinBox/icons/updown = null
|
||||
TabContainer/colors/font_color_bg = Color( 0, 0, 0, 1 )
|
||||
TabContainer/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
|
||||
|
@ -474,10 +474,10 @@ TabContainer/icons/increment = null
|
|||
TabContainer/icons/increment_highlight = null
|
||||
TabContainer/icons/menu = null
|
||||
TabContainer/icons/menu_highlight = null
|
||||
TabContainer/styles/panel = SubResource( 23 )
|
||||
TabContainer/styles/tab_bg = SubResource( 24 )
|
||||
TabContainer/styles/tab_disabled = SubResource( 25 )
|
||||
TabContainer/styles/tab_fg = SubResource( 26 )
|
||||
TabContainer/styles/panel = SubResource( 24 )
|
||||
TabContainer/styles/tab_bg = SubResource( 25 )
|
||||
TabContainer/styles/tab_disabled = SubResource( 26 )
|
||||
TabContainer/styles/tab_fg = SubResource( 27 )
|
||||
Tabs/colors/font_color_bg = Color( 0.69, 0.69, 0.69, 1 )
|
||||
Tabs/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
|
||||
Tabs/colors/font_color_fg = Color( 0.94, 0.94, 0.94, 1 )
|
||||
|
@ -493,10 +493,10 @@ Tabs/icons/increment = null
|
|||
Tabs/icons/increment_highlight = null
|
||||
Tabs/styles/button = null
|
||||
Tabs/styles/button_pressed = null
|
||||
Tabs/styles/panel = SubResource( 23 )
|
||||
Tabs/styles/tab_bg = SubResource( 24 )
|
||||
Tabs/styles/tab_disabled = SubResource( 25 )
|
||||
Tabs/styles/tab_fg = SubResource( 26 )
|
||||
Tabs/styles/panel = SubResource( 24 )
|
||||
Tabs/styles/tab_bg = SubResource( 25 )
|
||||
Tabs/styles/tab_disabled = SubResource( 26 )
|
||||
Tabs/styles/tab_fg = SubResource( 27 )
|
||||
TextEdit/colors/background_color = Color( 0, 0, 0, 0 )
|
||||
TextEdit/colors/brace_mismatch_color = Color( 1, 0.2, 0.2, 1 )
|
||||
TextEdit/colors/breakpoint_color = Color( 0.8, 0.8, 0.4, 0.2 )
|
||||
|
@ -528,7 +528,7 @@ TextEdit/fonts/font = null
|
|||
TextEdit/icons/tab = null
|
||||
TextEdit/styles/completion = null
|
||||
TextEdit/styles/focus = null
|
||||
TextEdit/styles/normal = SubResource( 27 )
|
||||
TextEdit/styles/normal = SubResource( 28 )
|
||||
TextEdit/styles/read_only = null
|
||||
ToolButton/colors/font_color = Color( 0, 0, 0, 1 )
|
||||
ToolButton/colors/font_color_disabled = Color( 0.9, 0.95, 1, 0.3 )
|
||||
|
@ -567,7 +567,7 @@ Tree/icons/checked = null
|
|||
Tree/icons/select_arrow = null
|
||||
Tree/icons/unchecked = null
|
||||
Tree/icons/updown = null
|
||||
Tree/styles/bg = SubResource( 28 )
|
||||
Tree/styles/bg = SubResource( 29 )
|
||||
Tree/styles/bg_focus = null
|
||||
Tree/styles/button_pressed = null
|
||||
Tree/styles/cursor = null
|
||||
|
@ -580,18 +580,18 @@ Tree/styles/selected_focus = null
|
|||
Tree/styles/title_button_hover = null
|
||||
Tree/styles/title_button_normal = null
|
||||
Tree/styles/title_button_pressed = null
|
||||
VBoxContainer/constants/separation = 3
|
||||
VBoxContainer/constants/separation = 4
|
||||
VScrollBar/icons/decrement = null
|
||||
VScrollBar/icons/decrement_highlight = null
|
||||
VScrollBar/icons/increment = null
|
||||
VScrollBar/icons/increment_highlight = null
|
||||
VScrollBar/styles/grabber = SubResource( 11 )
|
||||
VScrollBar/styles/grabber_highlight = SubResource( 12 )
|
||||
VScrollBar/styles/grabber_pressed = SubResource( 13 )
|
||||
VScrollBar/styles/scroll = SubResource( 29 )
|
||||
VScrollBar/styles/grabber = SubResource( 12 )
|
||||
VScrollBar/styles/grabber_highlight = SubResource( 13 )
|
||||
VScrollBar/styles/grabber_pressed = SubResource( 14 )
|
||||
VScrollBar/styles/scroll = SubResource( 30 )
|
||||
VScrollBar/styles/scroll_focus = null
|
||||
VSeparator/constants/separation = 4
|
||||
VSeparator/styles/separator = SubResource( 30 )
|
||||
VSeparator/styles/separator = SubResource( 31 )
|
||||
VSplitContainer/constants/autohide = 1
|
||||
VSplitContainer/constants/separation = 6
|
||||
VSplitContainer/icons/grabber = ExtResource( 4 )
|
||||
|
@ -604,4 +604,4 @@ WindowDialog/constants/title_height = 20
|
|||
WindowDialog/fonts/title_font = null
|
||||
WindowDialog/icons/close = null
|
||||
WindowDialog/icons/close_highlight = null
|
||||
WindowDialog/styles/panel = SubResource( 31 )
|
||||
WindowDialog/styles/panel = SubResource( 32 )
|
||||
|
|
Loading…
Reference in a new issue