Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
Temporarily fix folder icons in build 3062.
Browse files Browse the repository at this point in the history
  • Loading branch information
nilium committed May 6, 2014
1 parent 7fb3305 commit f155b42
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Freesia.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,12 @@


/** SIDEBAR DISCLOSURE CONTROLS (FOLDERS / GROUPS) **/
{
"class": "icon_file_type",
"layer0.opacity": 1.0,
"content_margin": [8, 8]
},

{
"class": "disclosure_button_control",
"layer0.texture": "Theme - Freesia/assets/folder/closed.png",
Expand All @@ -348,6 +354,11 @@
"layer0.texture": "Theme - Freesia/assets/folder/open.png"
},

{
"class": "icon_folder",
"content_margin": [0, 0]
},


/** TABLE ROWS (SIDEBAR / PANEL) **/
// table_row
Expand Down
11 changes: 11 additions & 0 deletions Higuchi.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,12 @@


/** SIDEBAR DISCLOSURE CONTROLS (FOLDERS / GROUPS) **/
{
"class": "icon_file_type",
"layer0.opacity": 1.0,
"content_margin": [8, 8]
},

{
"class": "disclosure_button_control",
"layer0.texture": "Theme - Freesia/assets/folder/closed.png",
Expand All @@ -355,6 +361,11 @@
"layer0.texture": "Theme - Freesia/assets/folder/open.png"
},

{
"class": "icon_folder",
"content_margin": [0, 0]
},


/** TABLE ROWS (SIDEBAR / PANEL) **/
// table_row
Expand Down
11 changes: 11 additions & 0 deletions Kano.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,12 @@


/** SIDEBAR DISCLOSURE CONTROLS (FOLDERS / GROUPS) **/
{
"class": "icon_file_type",
"layer0.opacity": 1.0,
"content_margin": [8, 8]
},

{
"class": "disclosure_button_control",
"layer0.texture": "Theme - Freesia/assets/folder/closed.png",
Expand All @@ -350,6 +356,11 @@
"layer0.texture": "Theme - Freesia/assets/folder/open.png"
},

{
"class": "icon_folder",
"content_margin": [0, 0]
},


/** TABLE ROWS (SIDEBAR / PANEL) **/
// table_row
Expand Down
11 changes: 11 additions & 0 deletions Void.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,12 @@


/** SIDEBAR DISCLOSURE CONTROLS (FOLDERS / GROUPS) **/
{
"class": "icon_file_type",
"layer0.opacity": 1.0,
"content_margin": [8, 8]
},

{
"class": "disclosure_button_control",
"layer0.texture": "Theme - Freesia/assets/folder/closed.png",
Expand All @@ -354,6 +360,11 @@
"layer0.texture": "Theme - Freesia/assets/folder/open.png"
},

{
"class": "icon_folder",
"content_margin": [0, 0]
},


/** TABLE ROWS (SIDEBAR / PANEL) **/
// table_row
Expand Down

0 comments on commit f155b42

Please sign in to comment.