Skip to content

Instantly share code, notes, and snippets.

@jake284773
Last active April 20, 2018 05:29
Show Gist options
  • Save jake284773/6498207 to your computer and use it in GitHub Desktop.
Save jake284773/6498207 to your computer and use it in GitHub Desktop.
Monokai Colour Scheme for Chrome Secure Shell.

Monokai Colour Scheme for Chrome Secure Shell

To apply this colour scheme, paste the prefs.js file into the JavaScript Console.

term_.prefs_.set('background-color', "#101010");
term_.prefs_.set('foreground-color', "#d0d0d0");
term_.prefs_.set('color-palette-overrides', [
'#101010',
'#960050',
'#66aa11',
'#c47f2c',
'#30309b',
'#7e40a5',
'#3579a8',
'#9999aa',
'#303030',
'#ff0090',
'#80ff00',
'#ffba68',
'#5f5fee',
'#bb88dd',
'#4eb4fa',
'#d0d0d0'
]);
@mcjohnalds
Copy link

I'd recommend adding

term_.prefs_.set('cursor-color', '#d0d0d0');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment