hyper-folder-icon
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "hyper-folder-icon", | ||
"version": "1.1.0", | ||
"description": "Use folder icons in MacOS with Hyper", | ||
"version": "1.1.1", | ||
"description": "Use folder icons in MacOS and Windows with Hyper", | ||
"main": "./index.js", | ||
@@ -9,3 +9,4 @@ "files": [ | ||
"defaultIcon.js", | ||
"iconfinder.js" | ||
"iconfinder.js", | ||
"folder.png" | ||
], | ||
@@ -12,0 +13,0 @@ "scripts": {}, |
@@ -16,6 +16,6 @@ hyper-folder-icon | ||
tabIconSize: default 24 -> Integer (Note: This is a pixel value) | ||
tabIconAlpha: default 1.0 -> Float | ||
tabIconTopMargin: default -30 -> Integer (Note: This is a pixel value) | ||
tabIconLeftMargin: defatul 10 -> Integer (Note: This is a percentage value) | ||
- tabIconSize: default 24 -> Integer (Note: This is a pixel value) | ||
- tabIconAlpha: default 1.0 -> Float | ||
- tabIconTopMargin: default -30 -> Integer (Note: This is a pixel value) | ||
- tabIconLeftMargin: defatul 10 -> Integer (Note: This is a percentage value) | ||
@@ -22,0 +22,0 @@ ## Notes |
15704
7