Skip to content

Instantly share code, notes, and snippets.

@xab13r
Created July 8, 2017 08:21
Show Gist options
  • Save xab13r/94e4fd9bc94f3b7a2c80b3140624cb8c to your computer and use it in GitHub Desktop.
Save xab13r/94e4fd9bc94f3b7a2c80b3140624cb8c to your computer and use it in GitHub Desktop.
Port of the Gotham theme for Blink Shell
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', '#99d1ce');
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