Skip to content

Commit

Permalink
reorganized folder structure to follow the standards
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofugaro committed Nov 19, 2016
1 parent 8ee1d05 commit a3cf933
Show file tree
Hide file tree
Showing 72 changed files with 143 additions and 143 deletions.
44 changes: 22 additions & 22 deletions Spacegray Eighties.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
// Tab close button
{
"class": "tab_close_button",
"layer0.texture": "Theme - Spacegray/Spacegray/close.png",
"layer0.texture": "Theme - Spacegray/assets/close.png",
"layer0.opacity": 0,
"layer0.tint": [116, 115, 105] // 03
},
Expand All @@ -79,7 +79,7 @@
{
"class": "tab_close_button",
"parents": [{"class": "tab_control","attributes": ["hover"]}],
"layer0.texture": "Theme - Spacegray/Spacegray/close.png",
"layer0.texture": "Theme - Spacegray/assets/close.png",
"layer0.opacity": 1
},
{
Expand All @@ -98,7 +98,7 @@
{
"class": "tab_close_button",
"parents": [{"class": "tab_control","attributes": ["dirty"]}],
"layer0.texture": "Theme - Spacegray/Spacegray/circle.png",
"layer0.texture": "Theme - Spacegray/assets/circle.png",
"layer0.tint": [254, 204, 102], // 0A
"layer0.opacity": 1
},
Expand All @@ -112,7 +112,7 @@
{
"class": "tab_close_button",
"parents": [{"class": "tab_control","attributes": ["dirty","hover"]}],
"layer0.texture": "Theme - Spacegray/Spacegray/close.png",
"layer0.texture": "Theme - Spacegray/assets/close.png",
"attributes": ["hover"],
"layer0.opacity": 1,
"layer0.tint": [242, 119, 122] // 08
Expand Down Expand Up @@ -199,7 +199,7 @@

{
"class": "fold_button_control",
"layer0.texture": "Theme - Spacegray/Spacegray/folder-closed.png",
"layer0.texture": "Theme - Spacegray/assets/fold-right.png",
"layer0.tint": [160, 159, 147], // 04
"layer0.opacity": 0.5,
"layer0.inner_margin": 0,
Expand All @@ -213,7 +213,7 @@
{
"class": "fold_button_control",
"attributes": ["expanded"],
"layer0.texture": "Theme - Spacegray/Spacegray/folder-open.png"
"layer0.texture": "Theme - Spacegray/assets/fold-down.png"
},
{
"class": "fold_button_control",
Expand Down Expand Up @@ -565,7 +565,7 @@
// Sidebar file close
{
"class": "close_button",
"layer0.texture": "Theme - Spacegray/Spacegray/close.png",
"layer0.texture": "Theme - Spacegray/assets/close.png",
"layer0.opacity": 0,
"layer0.inner_margin": 0,
"layer0.tint": [81, 81, 81], // 02
Expand All @@ -585,15 +585,15 @@
{
"class": "close_button",
"attributes": ["dirty"],
"layer0.texture": "Theme - Spacegray/Spacegray/circle.png",
"layer0.texture": "Theme - Spacegray/assets/circle.png",
"layer0.opacity": 1,
"layer0.tint": [254, 204, 102] // 0A
},
{
"class": "close_button",
"attributes": ["dirty"],
"parents": [{"class": "tree_row","attributes": ["selected"]}],
"layer0.texture": "Theme - Spacegray/Spacegray/circle.png"
"layer0.texture": "Theme - Spacegray/assets/circle.png"
},
// Sidebar file close hover
{
Expand All @@ -605,7 +605,7 @@
"class": "close_button",
"attributes": ["dirty", "hover"],
"parents": [{"class": "tree_row","attributes": ["hover"]}],
"layer0.texture": "Theme - Spacegray/Spacegray/close.png",
"layer0.texture": "Theme - Spacegray/assets/close.png",
"layer0.tint": [242, 119, 122] // 08
},

Expand All @@ -617,7 +617,7 @@
{
"class": "disclosure_button_control",
"content_margin": [8,8],
"layer0.texture": "Theme - Spacegray/Spacegray/folder-closed.png",
"layer0.texture": "Theme - Spacegray/assets/fold-right.png",
"layer0.tint": [81, 81, 81], // 02
"layer0.opacity": 1,
"layer0.inner_margin": 0
Expand All @@ -635,7 +635,7 @@
{
"class": "disclosure_button_control",
"attributes": ["expanded"],
"layer0.texture": "Theme - Spacegray/Spacegray/folder-open.png"
"layer0.texture": "Theme - Spacegray/assets/fold-down.png"
},
{
"class": "disclosure_button_control",
Expand Down Expand Up @@ -988,7 +988,7 @@
// Regex search button
{
"class": "icon_regex",
"layer0.texture": "Theme - Spacegray/Spacegray/regex.png",
"layer0.texture": "Theme - Spacegray/assets/regex.png",
"layer0.tint": [81, 81, 81], // 02
"layer0.opacity": 1,
"content_margin": 8
Expand All @@ -1002,7 +1002,7 @@
// Case sensitive search button
{
"class": "icon_case",
"layer0.texture": "Theme - Spacegray/Spacegray/casesens.png",
"layer0.texture": "Theme - Spacegray/assets/casesens.png",
"layer0.tint": [81, 81, 81], // 02
"layer0.opacity": 1,
"content_margin": 8
Expand All @@ -1015,7 +1015,7 @@
// Match whole word search button
{
"class": "icon_whole_word",
"layer0.texture": "Theme - Spacegray/Spacegray/wholeword.png",
"layer0.texture": "Theme - Spacegray/assets/wholeword.png",
"layer0.tint": [81, 81, 81], // 02
"layer0.opacity": 1,
"content_margin": 8
Expand All @@ -1033,7 +1033,7 @@
// Show search context button
{
"class": "icon_context",
"layer0.texture": "Theme - Spacegray/Spacegray/context.png",
"layer0.texture": "Theme - Spacegray/assets/context.png",
"layer0.tint": [81, 81, 81], // 02
"layer0.opacity": 1,
"content_margin": 8
Expand All @@ -1046,7 +1046,7 @@
// Use search buffer
{
"class": "icon_use_buffer",
"layer0.texture": "Theme - Spacegray/Spacegray/buffer.png",
"layer0.texture": "Theme - Spacegray/assets/buffer.png",
"layer0.tint": [81, 81, 81], // 02
"layer0.opacity": 1,
"content_margin": 8
Expand All @@ -1063,7 +1063,7 @@
// Reverse search direction button (ST2 only)
{
"class": "icon_reverse",
"layer0.texture": "Theme - Spacegray/Spacegray/reverse.png",
"layer0.texture": "Theme - Spacegray/assets/reverse.png",
"layer0.tint": [81, 81, 81], // 02
"layer0.opacity": 1,
"content_margin": 8
Expand All @@ -1076,7 +1076,7 @@
// Search wrap button
{
"class": "icon_wrap",
"layer0.texture": "Theme - Spacegray/Spacegray/wrap.png",
"layer0.texture": "Theme - Spacegray/assets/wrap.png",
"layer0.tint": [81, 81, 81], // 02
"layer0.opacity": 1,
"content_margin": 8
Expand All @@ -1089,7 +1089,7 @@
// Search in selection button
{
"class": "icon_in_selection",
"layer0.texture": "Theme - Spacegray/Spacegray/selection.png",
"layer0.texture": "Theme - Spacegray/assets/selection.png",
"layer0.tint": [81, 81, 81], // 02
"layer0.opacity": 1,
"content_margin": 8
Expand All @@ -1107,7 +1107,7 @@
// Preserve case button
{
"class": "icon_preserve_case",
"layer0.texture": "Theme - Spacegray/Spacegray/lock.png",
"layer0.texture": "Theme - Spacegray/assets/lock.png",
"layer0.tint": [81, 81, 81], // 02
"layer0.opacity": 1,
"content_margin": 8
Expand All @@ -1125,7 +1125,7 @@
// Highlight results button
{
"class": "icon_highlight",
"layer0.texture": "Theme - Spacegray/Spacegray/highlight.png",
"layer0.texture": "Theme - Spacegray/assets/highlight.png",
"layer0.tint": [81, 81, 81], // 02
"layer0.opacity": 1,
"content_margin": 8
Expand Down
44 changes: 22 additions & 22 deletions Spacegray Light.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
// Tab close button
{
"class": "tab_close_button",
"layer0.texture": "Theme - Spacegray/Spacegray/close.png",
"layer0.texture": "Theme - Spacegray/assets/close.png",
"layer0.opacity": 0,
"layer0.tint": [167, 173, 186] // 04
},
Expand All @@ -80,7 +80,7 @@
{
"class": "tab_close_button",
"parents": [{"class": "tab_control","attributes": ["hover"]}],
"layer0.texture": "Theme - Spacegray/Spacegray/close.png",
"layer0.texture": "Theme - Spacegray/assets/close.png",
"layer0.opacity": 1
},
{
Expand All @@ -99,7 +99,7 @@
{
"class": "tab_close_button",
"parents": [{"class": "tab_control","attributes": ["dirty"]}],
"layer0.texture": "Theme - Spacegray/Spacegray/circle.png",
"layer0.texture": "Theme - Spacegray/assets/circle.png",
"layer0.tint": [208, 135, 112], // 09
"layer0.opacity": 1
},
Expand All @@ -113,7 +113,7 @@
{
"class": "tab_close_button",
"parents": [{"class": "tab_control","attributes": ["dirty","hover"]}],
"layer0.texture": "Theme - Spacegray/Spacegray/close.png",
"layer0.texture": "Theme - Spacegray/assets/close.png",
"attributes": ["hover"],
"layer0.opacity": 1,
"layer0.tint": [191, 97, 106] // 08
Expand Down Expand Up @@ -200,7 +200,7 @@

{
"class": "fold_button_control",
"layer0.texture": "Theme - Spacegray/Spacegray/folder-closed.png",
"layer0.texture": "Theme - Spacegray/assets/fold-right.png",
"layer0.tint": [167, 173, 186], // 04
"layer0.opacity": 0.5,
"layer0.inner_margin": 0,
Expand All @@ -214,7 +214,7 @@
{
"class": "fold_button_control",
"attributes": ["expanded"],
"layer0.texture": "Theme - Spacegray/Spacegray/folder-open.png"
"layer0.texture": "Theme - Spacegray/assets/fold-down.png"
},
{
"class": "fold_button_control",
Expand Down Expand Up @@ -567,7 +567,7 @@
// Sidebar file close
{
"class": "close_button",
"layer0.texture": "Theme - Spacegray/Spacegray/close.png",
"layer0.texture": "Theme - Spacegray/assets/close.png",
"layer0.opacity": 0,
"layer0.inner_margin": 0,
"layer0.tint": [167, 173, 186], // 04
Expand All @@ -587,15 +587,15 @@
{
"class": "close_button",
"attributes": ["dirty"],
"layer0.texture": "Theme - Spacegray/Spacegray/circle.png",
"layer0.texture": "Theme - Spacegray/assets/circle.png",
"layer0.opacity": 1,
"layer0.tint": [208, 135, 112] // 09
},
{
"class": "close_button",
"attributes": ["dirty"],
"parents": [{"class": "tree_row","attributes": ["selected"]}],
"layer0.texture": "Theme - Spacegray/Spacegray/circle.png"
"layer0.texture": "Theme - Spacegray/assets/circle.png"
},
// Sidebar file close hover
{
Expand All @@ -607,7 +607,7 @@
"class": "close_button",
"attributes": ["dirty", "hover"],
"parents": [{"class": "tree_row","attributes": ["hover"]}],
"layer0.texture": "Theme - Spacegray/Spacegray/close.png",
"layer0.texture": "Theme - Spacegray/assets/close.png",
"layer0.tint": [191, 97, 106] // 08
},

Expand All @@ -619,7 +619,7 @@
{
"class": "disclosure_button_control",
"content_margin": [8,8],
"layer0.texture": "Theme - Spacegray/Spacegray/folder-closed.png",
"layer0.texture": "Theme - Spacegray/assets/fold-right.png",
"layer0.tint": [167, 173, 186], // 04
"layer0.opacity": 1,
"layer0.inner_margin": 0
Expand All @@ -637,7 +637,7 @@
{
"class": "disclosure_button_control",
"attributes": ["expanded"],
"layer0.texture": "Theme - Spacegray/Spacegray/folder-open.png"
"layer0.texture": "Theme - Spacegray/assets/fold-down.png"
},
{
"class": "disclosure_button_control",
Expand Down Expand Up @@ -990,7 +990,7 @@
// Regex search button
{
"class": "icon_regex",
"layer0.texture": "Theme - Spacegray/Spacegray/regex.png",
"layer0.texture": "Theme - Spacegray/assets/regex.png",
"layer0.tint": [167, 173, 186], // 04
"layer0.opacity": 1,
"content_margin": 8
Expand All @@ -1004,7 +1004,7 @@
// Case sensitive search button
{
"class": "icon_case",
"layer0.texture": "Theme - Spacegray/Spacegray/casesens.png",
"layer0.texture": "Theme - Spacegray/assets/casesens.png",
"layer0.tint": [167, 173, 186], // 04
"layer0.opacity": 1,
"content_margin": 8
Expand All @@ -1017,7 +1017,7 @@
// Match whole word search button
{
"class": "icon_whole_word",
"layer0.texture": "Theme - Spacegray/Spacegray/wholeword.png",
"layer0.texture": "Theme - Spacegray/assets/wholeword.png",
"layer0.tint": [167, 173, 186], // 04
"layer0.opacity": 1,
"content_margin": 8
Expand All @@ -1035,7 +1035,7 @@
// Show search context button
{
"class": "icon_context",
"layer0.texture": "Theme - Spacegray/Spacegray/context.png",
"layer0.texture": "Theme - Spacegray/assets/context.png",
"layer0.tint": [167, 173, 186], // 04
"layer0.opacity": 1,
"content_margin": 8
Expand All @@ -1048,7 +1048,7 @@
// Use search buffer
{
"class": "icon_use_buffer",
"layer0.texture": "Theme - Spacegray/Spacegray/buffer.png",
"layer0.texture": "Theme - Spacegray/assets/buffer.png",
"layer0.tint": [167, 173, 186], // 04
"layer0.opacity": 1,
"content_margin": 8
Expand All @@ -1065,7 +1065,7 @@
// Reverse search direction button (ST2 only)
{
"class": "icon_reverse",
"layer0.texture": "Theme - Spacegray/Spacegray/reverse.png",
"layer0.texture": "Theme - Spacegray/assets/reverse.png",
"layer0.tint": [167, 173, 186], // 04
"layer0.opacity": 1,
"content_margin": 8
Expand All @@ -1078,7 +1078,7 @@
// Search wrap button
{
"class": "icon_wrap",
"layer0.texture": "Theme - Spacegray/Spacegray/wrap.png",
"layer0.texture": "Theme - Spacegray/assets/wrap.png",
"layer0.tint": [167, 173, 186], // 04
"layer0.opacity": 1,
"content_margin": 8
Expand All @@ -1091,7 +1091,7 @@
// Search in selection button
{
"class": "icon_in_selection",
"layer0.texture": "Theme - Spacegray/Spacegray/selection.png",
"layer0.texture": "Theme - Spacegray/assets/selection.png",
"layer0.tint": [167, 173, 186], // 04
"layer0.opacity": 1,
"content_margin": 8
Expand All @@ -1109,7 +1109,7 @@
// Preserve case button
{
"class": "icon_preserve_case",
"layer0.texture": "Theme - Spacegray/Spacegray/lock.png",
"layer0.texture": "Theme - Spacegray/assets/lock.png",
"layer0.tint": [167, 173, 186], // 04
"layer0.opacity": 1,
"content_margin": 8
Expand All @@ -1127,7 +1127,7 @@
// Highlight results button
{
"class": "icon_highlight",
"layer0.texture": "Theme - Spacegray/Spacegray/highlight.png",
"layer0.texture": "Theme - Spacegray/assets/highlight.png",
"layer0.tint": [167, 173, 186], // 04
"layer0.opacity": 1,
"content_margin": 8
Expand Down

0 comments on commit a3cf933

Please sign in to comment.