Skip to content

Instantly share code, notes, and snippets.

@jamiedumont
Created November 19, 2018 14:18
Show Gist options
  • Save jamiedumont/b25be352479a64052c69349286578936 to your computer and use it in GitHub Desktop.
Save jamiedumont/b25be352479a64052c69349286578936 to your computer and use it in GitHub Desktop.
system_blink.js
black = '#0a0f14';
red = '#c23127'; // red
green = '#2aa889'; // green
yellow = '#edb442'; // yellow
blue = '#195466'; // blue
magenta = '#4e5166'; // pink
cyan = '#33859e'; // cyan
white = '#99d1ce'; // light gray
lightBlack = '#10151b'; // medium gray
lightRed = '#d26936'; // red
lightGreen = '#99d1ce'; // green
lightYellow = '#245361'; // yellow
lightBlue = '#093749'; // blue
lightMagenta= '#888ca6'; // pink
lightCyan = '#599cab'; // cyan
lightWhite = '#d3ebe9'; // white
t.prefs_.set('color-palette-overrides',
[ black , red , green , yellow,
blue , magenta , cyan , white,
lightBlack , lightRed , lightGreen , lightYellow,
lightBlue , lightMagenta , lightCyan , lightWhite ]);
t.prefs_.set('cursor-color', 'rgba(255, 255, 255, 0.4)');
t.prefs_.set('foreground-color', '#99d1ce');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment