This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var app; | |
| var clrFilePath; | |
| var colorCnt = 0; | |
| var colorList; | |
| var jsonFilePath; | |
| var nsColorList; | |
| var paletteName; | |
| function hex2rgba(color) { | |
| function ch(pos) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var app; | |
| var clrFilePath; | |
| var colorList = {}; | |
| var jsonFilePath; | |
| var nsColorList; | |
| var nsStringColorList; | |
| var paletteName; | |
| function c2h(colorValue) { | |
| return ('0' + Math.round(colorValue * 255).toString(16)).slice(-2); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| [{ | |
| "keys": ["super+shift+h"], | |
| "command": "eip_beautify", | |
| "args": {"command": "cd \"{dir}\" && js-beautify --js --replace \"{file}\""}, | |
| "context": [{"key": "selector", "operand": "source.js", "operator": "equal"}] | |
| }, { | |
| "keys": ["super+shift+h"], | |
| "command": "eip_beautify", | |
| "args": {"command": "cd \"{dir}\" && js-beautify --css --replace \"{file}\" && csscomb \"{file}\""}, | |
| "context": [{"key": "selector", "operand": "source.css", "operator": "equal" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl --data-binary @README.md --header "Content-Type:text/plain" https://api.github.com/markdown/raw -o index.html |
NewerOlder