feat(ST2.UtilPackages): bump up all packages
- Refresh PackageCache with latest versions of everything
This commit is contained in:
@@ -487,6 +487,13 @@
|
||||
"shadow_color": [249, 250, 252],
|
||||
"shadow_offset": [0, 1]
|
||||
},
|
||||
// Sidebar heading selected
|
||||
{
|
||||
"class": "sidebar_heading",
|
||||
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
|
||||
"color": [255, 255, 255],
|
||||
"shadow_color": [34, 94, 145]
|
||||
},
|
||||
// Sidebar entry
|
||||
{
|
||||
"class": "sidebar_label",
|
||||
@@ -597,6 +604,24 @@
|
||||
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
|
||||
"layer0.texture": "Theme - Soda/Soda Light/group-closed-selected.png"
|
||||
},
|
||||
// Sidebar folder closed
|
||||
{
|
||||
"class": "disclosure_button_control",
|
||||
"settings": ["soda_folder_icons"],
|
||||
"layer0.texture": "Theme - Soda/Soda Light/folder-closed.png"
|
||||
},
|
||||
{
|
||||
"class": "disclosure_button_control",
|
||||
"settings": ["soda_folder_icons"],
|
||||
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
|
||||
"layer0.texture": "Theme - Soda/Soda Light/folder-closed-hover.png"
|
||||
},
|
||||
{
|
||||
"class": "disclosure_button_control",
|
||||
"settings": ["soda_folder_icons"],
|
||||
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
|
||||
"layer0.texture": "Theme - Soda/Soda Light/folder-closed-selected.png"
|
||||
},
|
||||
// Sidebar group open
|
||||
{
|
||||
"class": "disclosure_button_control",
|
||||
@@ -615,6 +640,27 @@
|
||||
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
|
||||
"layer0.texture": "Theme - Soda/Soda Light/group-open-selected.png"
|
||||
},
|
||||
// Sidebar folder open
|
||||
{
|
||||
"class": "disclosure_button_control",
|
||||
"settings": ["soda_folder_icons"],
|
||||
"attributes": ["expanded"],
|
||||
"layer0.texture": "Theme - Soda/Soda Light/folder-open.png"
|
||||
},
|
||||
{
|
||||
"class": "disclosure_button_control",
|
||||
"settings": ["soda_folder_icons"],
|
||||
"attributes": ["expanded"],
|
||||
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
|
||||
"layer0.texture": "Theme - Soda/Soda Light/folder-open-hover.png"
|
||||
},
|
||||
{
|
||||
"class": "disclosure_button_control",
|
||||
"settings": ["soda_folder_icons"],
|
||||
"attributes": ["expanded"],
|
||||
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
|
||||
"layer0.texture": "Theme - Soda/Soda Light/folder-open-selected.png"
|
||||
},
|
||||
|
||||
//
|
||||
// STANDARD TEXT BUTTONS
|
||||
|
Reference in New Issue
Block a user