Created
October 8, 2013 06:56
-
-
Save premist/6880634 to your computer and use it in GitHub Desktop.
Tomorrow Night Eighties colorset on Chrome Secure Shell
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
term_.prefs_.set('cursor-blink', true); | |
term_.prefs_.set('background-color', '#2d2d2d'); | |
term_.prefs_.set('foreground-color', '#cccccc'); | |
term_.prefs_.set('cursor-color', '#515151'); | |
term_.prefs_.set('color-palette-overrides', [ | |
'#515151', | |
'#f2777a', | |
'#99cc99', | |
'#ffcc66', | |
'#6699cc', | |
'#cc99cc', | |
'#66cccc', | |
'#cccccc', | |
'#515151', | |
'#f2777a', | |
'#99cc99', | |
'#ffcc66', | |
'#6699cc', | |
'#cc99cc', | |
'#66cccc', | |
'#cccccc' | |
]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment