Skip to content

Instantly share code, notes, and snippets.

@nelsonr
Created January 22, 2015 22:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nelsonr/49be0238259d153c646a to your computer and use it in GitHub Desktop.
Save nelsonr/49be0238259d153c646a to your computer and use it in GitHub Desktop.
[
// Sidebar rows
{
"class": "tree_row",
"layer0.opacity": 0.0,
"layer1.opacity": 0.0,
"layer1.inner_margin": [1,1]
},
// Sidebar row hover
{
"class": "tree_row",
"attributes": ["hover"],
"layer1.tint": [70,70,70],
"layer1.opacity": 0.5,
"layer1.inner_margin": [1,1]
},
// Sidebar row selected
{
"class": "tree_row",
"attributes": ["selected"],
"layer0.opacity": 0,
"layer1.tint": [28,131,235],
"layer1.opacity": 0.5,
},
// Sidebar heading
{
"class": "sidebar_heading",
"color": [148, 149, 151],
"font.bold": true,
"shadow_color": [148, 149, 151],
"shadow_offset": [0, 0]
},
// Sidebar entry
{
"class": "sidebar_label",
"color": [212, 212, 213],
"shadow_offset": [0, 0]
},
// Sidebar folder entry
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["expandable"]}],
"color": [212, 212, 213],
"shadow_color": [0, 0, 0],
"shadow_offset": [0, 0]
},
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"layer0.tint": [123,100,129],
"color": [255, 255, 255]
},
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["expandable"]}],
"settings": ["bold_folder_labels"],
"font.bold": true
},
// Sidebar entry selected
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"color": [255, 255, 255],
"shadow_color": [0, 0, 0],
"shadow_offset": [0, 0]
},
// Sidebar file close
{
"class": "close_button",
"layer0.texture": "Theme - Flatland/Flatland Dark/file-close.png",
"layer0.opacity": 0.0,
"layer0.inner_margin": 0,
"layer1.texture": "Theme - Flatland/Flatland Dark/file-close-selected.png",
"layer1.opacity": 0.0,
"layer1.inner_margin": 0,
"content_margin": [8, 8]
},
{
"class": "close_button",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"layer0.opacity": 1.0,
"layer1.opacity": 0.0
},
{
"class": "close_button",
"parents": [{"class": "tree_row", "attributes": ["hover", "selected"]}],
"layer0.opacity": 0.0,
"layer1.opacity": 1.0
},
// Sidebar file dirty
{
"class": "close_button",
"attributes": ["dirty"],
"layer0.texture": "Theme - Flatland/Flatland Dark/file-dirty.png",
"layer0.opacity": 1.0
},
{
"class": "close_button",
"attributes": ["dirty"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"layer0.texture": "Theme - Flatland/Flatland Dark/file-dirty-selected.png"
},
{
"class": "close_button",
"attributes": ["dirty"],
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"layer0.texture": "Theme - Flatland/Flatland Dark/file-close.png"
},
// Sidebar file close hover
{
"class": "close_button",
"attributes": ["hover"],
"layer0.texture": "Theme - Flatland/Flatland Dark/file-close-hover.png"
},
// Sidebar group closed
{
"class": "disclosure_button_control",
"content_margin": [0, 6, 18, 7],
"layer0.texture": "Theme - Flatland/Flatland Dark/group-closed.png",
"layer0.opacity": 1.0,
"layer0.inner_margin": 0
},
{
"class": "disclosure_button_control",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"layer0.texture": "Theme - Flatland/Flatland Dark/group-closed.png"
},
{
"class": "disclosure_button_control",
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"layer0.texture": "Theme - Flatland/Flatland Dark/group-closed-selected.png"
},
// Sidebar group open
{
"class": "disclosure_button_control",
"attributes": ["expanded"],
"layer0.texture": "Theme - Flatland/Flatland Dark/group-open.png"
},
{
"class": "disclosure_button_control",
"attributes": ["expanded"],
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"layer0.texture": "Theme - Flatland/Flatland Dark/group-open.png"
},
{
"class": "disclosure_button_control",
"attributes": ["expanded"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"layer0.texture": "Theme - Flatland/Flatland Dark/group-open-selected.png"
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment