Skip to content

Instantly share code, notes, and snippets.

@jamiedumont
Last active February 1, 2017 09:09
Show Gist options
  • Save jamiedumont/f5efe597895b7fd12d51d496acba61b3 to your computer and use it in GitHub Desktop.
Save jamiedumont/f5efe597895b7fd12d51d496acba61b3 to your computer and use it in GitHub Desktop.
Gotham theme for Blink SH
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');
t.prefs_.set('background-color', '#0a0f14');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment