Skip to content

Instantly share code, notes, and snippets.

@willhbr
Last active March 28, 2020 04:08
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 willhbr/e83d8321dda0641c67c4d9f8c1f16faa to your computer and use it in GitHub Desktop.
Save willhbr/e83d8321dda0641c67c4d9f8c1f16faa to your computer and use it in GitHub Desktop.
var theme = {
color: [
'#292c36',
'#dc3c3c',
'#95c76f',
'#d28e5d',
'#8485ce',
'#b73999',
'#00aba5',
'#a9acb6',
'#434650',
'#ff7c7c',
'#d5ffaf',
'#ffce9d',
'#c4c5ff',
'#f779d9',
'#40ebe5',
'#ffffff',
],
foreground: '#d0d0d0',
background: '#212121',
};
term_applySexyTheme(theme);
term_set('cursor-color', 'rgba(208,208,208,0.5)');
term_set('cursor-blink', false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment