Skip to content

Instantly share code, notes, and snippets.

@premist
Created October 8, 2013 06:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save premist/6880634 to your computer and use it in GitHub Desktop.
Save premist/6880634 to your computer and use it in GitHub Desktop.
Tomorrow Night Eighties colorset on Chrome Secure Shell
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