Skip to content

Commit

Permalink
fix: Fix symlinked folder icon
Browse files Browse the repository at this point in the history
Close #1147
  • Loading branch information
equinusocio committed Jul 5, 2017
1 parent d043c2b commit cc29580
Show file tree
Hide file tree
Showing 5 changed files with 1,037 additions and 0 deletions.
255 changes: 255 additions & 0 deletions Material-Theme-Darker.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -1910,6 +1910,23 @@
"layer1.opacity": 0.8
},

// Symlink folder icon

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_lime"],
"parents":
[{ "class": "tree_row", "attributes": ["hover"] }],
"layer0.texture": "Material Theme/assets/accent-lime/folder_dup--hover.png"
},

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_lime"],
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"layer0.texture": "Material Theme/assets/accent-lime/folder_dup--hover.png"
},

// Purple Accent Color
// ===========================================================================

Expand Down Expand Up @@ -2310,6 +2327,23 @@
"layer1.opacity": 0.8
},

// Symlink folder icon

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_purple"],
"parents":
[{ "class": "tree_row", "attributes": ["hover"] }],
"layer0.texture": "Material Theme/assets/accent-purple/folder_dup--hover.png"
},

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_purple"],
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"layer0.texture": "Material Theme/assets/accent-purple/folder_dup--hover.png"
},

// Red Accent Color
// ===========================================================================

Expand Down Expand Up @@ -2710,6 +2744,23 @@
"layer1.opacity": 0.8
},

// Symlink folder icon

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_red"],
"parents":
[{ "class": "tree_row", "attributes": ["hover"] }],
"layer0.texture": "Material Theme/assets/accent-red/folder_dup--hover.png"
},

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_red"],
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"layer0.texture": "Material Theme/assets/accent-red/folder_dup--hover.png"
},

// Orange Accent Color
// ===========================================================================

Expand Down Expand Up @@ -3110,6 +3161,23 @@
"layer1.opacity": 0.8
},

// Symlink folder icon

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_orange"],
"parents":
[{ "class": "tree_row", "attributes": ["hover"] }],
"layer0.texture": "Material Theme/assets/accent-orange/folder_dup--hover.png"
},

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_orange"],
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"layer0.texture": "Material Theme/assets/accent-orange/folder_dup--hover.png"
},

// Yellow Accent Color
// ===========================================================================

Expand Down Expand Up @@ -3510,6 +3578,23 @@
"layer1.opacity": 0.8
},

// Symlink folder icon

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_yellow"],
"parents":
[{ "class": "tree_row", "attributes": ["hover"] }],
"layer0.texture": "Material Theme/assets/accent-yellow/folder_dup--hover.png"
},

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_yellow"],
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"layer0.texture": "Material Theme/assets/accent-yellow/folder_dup--hover.png"
},

// Indigo Accent Color
// ===========================================================================

Expand Down Expand Up @@ -3910,6 +3995,23 @@
"layer1.opacity": 0.8
},

// Symlink folder icon

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_indigo"],
"parents":
[{ "class": "tree_row", "attributes": ["hover"] }],
"layer0.texture": "Material Theme/assets/accent-indigo/folder_dup--hover.png"
},

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_indigo"],
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"layer0.texture": "Material Theme/assets/accent-indigo/folder_dup--hover.png"
},

// Pink Accent Color
// ===========================================================================

Expand Down Expand Up @@ -4310,6 +4412,23 @@
"layer1.opacity": 0.8
},

// Symlink folder icon

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_pink"],
"parents":
[{ "class": "tree_row", "attributes": ["hover"] }],
"layer0.texture": "Material Theme/assets/accent-pink/folder_dup--hover.png"
},

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_pink"],
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"layer0.texture": "Material Theme/assets/accent-pink/folder_dup--hover.png"
},

// Blue Accent Color
// ===========================================================================

Expand Down Expand Up @@ -4710,6 +4829,23 @@
"layer1.opacity": 0.8
},

// Symlink folder icon

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_blue"],
"parents":
[{ "class": "tree_row", "attributes": ["hover"] }],
"layer0.texture": "Material Theme/assets/accent-blue/folder_dup--hover.png"
},

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_blue"],
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"layer0.texture": "Material Theme/assets/accent-blue/folder_dup--hover.png"
},

// Cyan Accent Color
// ===========================================================================

Expand Down Expand Up @@ -5110,6 +5246,23 @@
"layer1.opacity": 0.8
},

// Symlink folder icon

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_cyan"],
"parents":
[{ "class": "tree_row", "attributes": ["hover"] }],
"layer0.texture": "Material Theme/assets/accent-cyan/folder_dup--hover.png"
},

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_cyan"],
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"layer0.texture": "Material Theme/assets/accent-cyan/folder_dup--hover.png"
},

// Bright Teal Accent Color
// ===========================================================================

Expand Down Expand Up @@ -5510,6 +5663,23 @@
"layer1.opacity": 0.8
},

// Symlink folder icon

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_bright-teal"],
"parents":
[{ "class": "tree_row", "attributes": ["hover"] }],
"layer0.texture": "Material Theme/assets/accent-bright-teal/folder_dup--hover.png"
},

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_bright-teal"],
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"layer0.texture": "Material Theme/assets/accent-bright-teal/folder_dup--hover.png"
},

// Acid Lime Accent Color
// ===========================================================================

Expand Down Expand Up @@ -5910,6 +6080,23 @@
"layer1.opacity": 0.8
},

// Symlink folder icon

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_acid-lime"],
"parents":
[{ "class": "tree_row", "attributes": ["hover"] }],
"layer0.texture": "Material Theme/assets/accent-acid-lime/folder_dup--hover.png"
},

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_acid-lime"],
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"layer0.texture": "Material Theme/assets/accent-acid-lime/folder_dup--hover.png"
},

// Graphite Accent Color
// ===========================================================================

Expand Down Expand Up @@ -6310,6 +6497,23 @@
"layer1.opacity": 0.8
},

// Symlink folder icon

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_graphite"],
"parents":
[{ "class": "tree_row", "attributes": ["hover"] }],
"layer0.texture": "Material Theme/assets/accent-graphite/folder_dup--hover.png"
},

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_graphite"],
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"layer0.texture": "Material Theme/assets/accent-graphite/folder_dup--hover.png"
},

// Breaking Bad Accent Color
// ===========================================================================

Expand Down Expand Up @@ -6710,6 +6914,23 @@
"layer1.opacity": 0.8
},

// Symlink folder icon

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_brba"],
"parents":
[{ "class": "tree_row", "attributes": ["hover"] }],
"layer0.texture": "Material Theme/assets/accent-brba/folder_dup--hover.png"
},

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_brba"],
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"layer0.texture": "Material Theme/assets/accent-brba/folder_dup--hover.png"
},

// Sky Accent Color
// ===========================================================================

Expand Down Expand Up @@ -7110,6 +7331,23 @@
"layer1.opacity": 0.8
},

// Symlink folder icon

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_sky"],
"parents":
[{ "class": "tree_row", "attributes": ["hover"] }],
"layer0.texture": "Material Theme/assets/accent-sky/folder_dup--hover.png"
},

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_sky"],
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"layer0.texture": "Material Theme/assets/accent-sky/folder_dup--hover.png"
},

// Tomato Accent Color
// ===========================================================================

Expand Down Expand Up @@ -7510,6 +7748,23 @@
"layer1.opacity": 0.8
},

// Symlink folder icon

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_tomato"],
"parents":
[{ "class": "tree_row", "attributes": ["hover"] }],
"layer0.texture": "Material Theme/assets/accent-tomato/folder_dup--hover.png"
},

{
"class": "icon_folder_dup",
"settings": ["material_theme_accent_tomato"],
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"layer0.texture": "Material Theme/assets/accent-tomato/folder_dup--hover.png"
},



// @ THEME OPTIONS
Expand Down
Loading

0 comments on commit cc29580

Please sign in to comment.