Skip to content

Instantly share code, notes, and snippets.

@socksy
Created April 8, 2022 11:32
Show Gist options
  • Save socksy/a03d577e612168b0c7e43341c63e67b0 to your computer and use it in GitHub Desktop.
Save socksy/a03d577e612168b0c7e43341c63e67b0 to your computer and use it in GitHub Desktop.
blink.sh theme for shellelectric
t.prefs_.set('color-palette-overrides',
[ '#51595e', '#e47e71', '#90cba6', '#f6c693',
'#8aa9d1', '#bf94c3', '#9edad6', '#94a1a8',
'#7e898e', '#f6819e', '#80b7a0', '#f9997e',
'#97c3d3', '#c5a2c0', '#b5ede6', '#c5c8c6' ]);
t.prefs_.set('foreground-color', '#f5e6c2');
t.prefs_.set('background-color', '#464d51');
t.prefs_.set('cursor-color', 'rgba(255,255,255,0.5)');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment