Skip to content

Commit

Permalink
Use dark & light versions of folder icons
Browse files Browse the repository at this point in the history
  • Loading branch information
pahen committed May 16, 2017
1 parent 39a41e8 commit 46780bc
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions ayu-icons.json
Expand Up @@ -3,11 +3,17 @@
"_file": {
"iconPath": "./icons/file_type_default@2x.png"
},
"_folder": {
"iconPath": "./icons/folder@2x.png"
"_folder_light": {
"iconPath": "./icons/folder_light@2x.png"
},
"_folder_open": {
"iconPath": "./icons/folder_opened@2x.png"
"_folder_open_light": {
"iconPath": "./icons/folder_opened_light@2x.png"
},
"_folder_dark": {
"iconPath": "./icons/folder_dark@2x.png"
},
"_folder_open_dark": {
"iconPath": "./icons/folder_opened_dark@2x.png"
},
"_f_actionscript": {
"iconPath": "./icons/file_type_actionscript@2x.png"
Expand Down Expand Up @@ -269,8 +275,12 @@
}
},
"file": "_file",
"folder": "_folder",
"folderExpanded": "_folder_open",
"folder": "_folder_dark",
"folderExpanded": "_folder_open_dark",
"light": {
"folderExpanded": "_folder_open_light",
"folder": "_folder_light"
},
"fileExtensions": {
"as": "_f_actionscript",
"ai": "_f_ai",
Expand Down
File renamed without changes
Binary file added icons/folder_light@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added icons/folder_opened_light@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 46780bc

Please sign in to comment.