https://github.com/miksago/jade-tmbundle
https://github.com/LearnBoost/stylus/tree/master/editors
~/Downloads/
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
| /* | |
| ColorBox Core Style: | |
| The following CSS is consistent between example themes and should not be altered. | |
| */ | |
| #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:10001; overflow:hidden;} | |
| #cboxOverlay{position:fixed; width:100%; height:100%;} | |
| #cboxMiddleLeft, #cboxBottomLeft{clear:left;} | |
| #cboxContent{position:relative;} | |
| #cboxLoadedContent{overflow:auto;} | |
| #cboxTitle{margin:0;} |
| RED="\[\033[0;31m\]" | |
| YELLOW="\[\033[0;33m\]" | |
| GREEN="\[\033[0;32m\]" | |
| BLUE="\[\033[0;34m\]" | |
| LIGHT_RED="\[\033[1;31m\]" | |
| LIGHT_GREEN="\[\033[1;32m\]" | |
| WHITE="\[\033[1;37m\]" | |
| LIGHT_GRAY="\[\033[0;37m\]" | |
| COLOR_NONE="\[\e[0m\]" |