To apply this colour scheme, paste the prefs.js
file into the JavaScript Console.
Last active
April 20, 2018 05:29
-
-
Save jake284773/6498207 to your computer and use it in GitHub Desktop.
Monokai Colour Scheme for Chrome Secure Shell.
This file contains 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('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' | |
]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd recommend adding