Skip to content

Commit

Permalink
fix: Fix folder icon background color
Browse files Browse the repository at this point in the history
Close #1144
  • Loading branch information
equinusocio committed Jun 23, 2017
1 parent ba501fd commit 49460b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Material-Theme-Darker.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@
{
"class": "icon_folder",
"content_margin": [11, 7],
"layer0.tint": [38, 50, 56],
"layer0.tint": [33, 33, 33],
"layer0.opacity": 0,
"layer1.texture": "Material Theme/assets/darker/folder.png",
"layer1.opacity": 1,
Expand Down
2 changes: 1 addition & 1 deletion sources/themes/darker/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
{
"class": "icon_folder",
"content_margin": [11, 7],
"layer0.tint": [38, 50, 56],
"layer0.tint": [33, 33, 33],
"layer0.opacity": 0,
"layer1.texture": "Material Theme/assets/darker/folder.png",
"layer1.opacity": 1,
Expand Down

0 comments on commit 49460b9

Please sign in to comment.