Skip to content

Instantly share code, notes, and snippets.

@jgallen23
Created April 5, 2015 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgallen23/6ad08cae9e5506d26fb0 to your computer and use it in GitHub Desktop.
Save jgallen23/6ad08cae9e5506d26fb0 to your computer and use it in GitHub Desktop.
base16-ocean secure shell prefs
// prefs.js Template
// Petr Hosek(http://petrhosek.name)
term_.prefs_.set('background-color', '#2b303b');
term_.prefs_.set('foreground-color', '#c0c5ce');
term_.prefs_.set('cursor-color', '#c0c5ce');
term_.prefs_.set('color-palette-overrides', [
'#2b303b',
'#bf616a',
'#a3be8c',
'#ebcb8b',
'#8fa1b3',
'#b48ead',
'#96b5b4',
'#c0c5ce',
'#65737e',
'#d08770',
'#343d46',
'#4f5b66',
'#a7adba',
'#dfe1e8',
'#ab7967',
'#eff1f5',
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment