Skip to content

Instantly share code, notes, and snippets.

@gsf
Forked from petrhosek/pref.js
Last active July 11, 2016 22:37
Show Gist options
  • Save gsf/8d71594d80125df2f5c0 to your computer and use it in GitHub Desktop.
Save gsf/8d71594d80125df2f5c0 to your computer and use it in GitHub Desktop.
// Disable bold.
term_.prefs_.set('enable-bold', false);
// Use this for base16-default.
term_.prefs_.set('background-color', "#151515");
term_.prefs_.set('foreground-color', "rgba(255, 255, 255, 0.8)");
term_.prefs_.set('cursor-color', 'rgba(255, 255, 255, 0.5)');
term_.prefs_.set('color-palette-overrides', [
'#151515',
'#ac4142',
'#90a959',
'#f4bf75',
'#6a9fb5',
'#aa759f',
'#75b5aa',
'#d0d0d0',
'#505050',
'#d28445',
'#202020',
'#303030',
'#b0b0b0',
'#e0e0e0',
'#8f5536',
'#f5f5f5'
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment