Skip to content

Commit

Permalink
Merge pull request #7 from chrissphinx/sodarized
Browse files Browse the repository at this point in the history
Use folder icons for ST3
  • Loading branch information
jrolfs committed Jul 16, 2015
2 parents 1aec8dc + 9a64598 commit aaa6aa9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 36 deletions.
30 changes: 12 additions & 18 deletions Sodarized Dark 3.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -714,19 +714,18 @@
},
// Sidebar folder closed
{
"class": "disclosure_button_control",
"settings": ["soda_folder_icons"],
"layer0.texture": "Theme - Sodarized/Soda Dark/folder-closed.png"
"class": "icon_folder",
"layer0.texture": "Theme - Sodarized/Soda Dark/folder-closed.png",
"layer0.opacity": 1.0,
"content_margin": [8, 8]
},
{
"class": "disclosure_button_control",
"settings": ["soda_folder_icons"],
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"layer0.texture": "Theme - Sodarized/Soda Dark/folder-closed-hover.png"
},
{
"class": "disclosure_button_control",
"settings": ["soda_folder_icons"],
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"layer0.texture": "Theme - Sodarized/Soda Dark/folder-closed-selected.png"
},
Expand All @@ -750,23 +749,18 @@
},
// Sidebar folder open
{
"class": "disclosure_button_control",
"settings": ["soda_folder_icons"],
"attributes": ["expanded"],
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"layer0.texture": "Theme - Sodarized/Soda Dark/folder-open.png"
},
{
"class": "disclosure_button_control",
"settings": ["soda_folder_icons"],
"attributes": ["expanded"],
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded", "hover"]}],
"layer0.texture": "Theme - Sodarized/Soda Dark/folder-open-hover.png"
},
{
"class": "disclosure_button_control",
"settings": ["soda_folder_icons"],
"attributes": ["expanded"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded", "selected"]}],
"layer0.texture": "Theme - Sodarized/Soda Dark/folder-open-selected.png"
},

Expand Down
30 changes: 12 additions & 18 deletions Sodarized Light 3.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -721,19 +721,18 @@
},
// Sidebar folder closed
{
"class": "disclosure_button_control",
"settings": ["soda_folder_icons"],
"layer0.texture": "Theme - Sodarized/Soda Light/folder-closed.png"
"class": "icon_folder",
"layer0.texture": "Theme - Sodarized/Soda Light/folder-closed.png",
"layer0.opacity": 1.0,
"content_margin": [8, 8]
},
{
"class": "disclosure_button_control",
"settings": ["soda_folder_icons"],
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"layer0.texture": "Theme - Sodarized/Soda Light/folder-closed-hover.png"
},
{
"class": "disclosure_button_control",
"settings": ["soda_folder_icons"],
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"layer0.texture": "Theme - Sodarized/Soda Light/folder-closed-selected.png"
},
Expand All @@ -757,23 +756,18 @@
},
// Sidebar folder open
{
"class": "disclosure_button_control",
"settings": ["soda_folder_icons"],
"attributes": ["expanded"],
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"layer0.texture": "Theme - Sodarized/Soda Light/folder-open.png"
},
{
"class": "disclosure_button_control",
"settings": ["soda_folder_icons"],
"attributes": ["expanded"],
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded", "hover"]}],
"layer0.texture": "Theme - Sodarized/Soda Light/folder-open-hover.png"
},
{
"class": "disclosure_button_control",
"settings": ["soda_folder_icons"],
"attributes": ["expanded"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded", "selected"]}],
"layer0.texture": "Theme - Sodarized/Soda Light/folder-open-selected.png"
},

Expand Down

0 comments on commit aaa6aa9

Please sign in to comment.