Skip to content

Instantly share code, notes, and snippets.

@ggamel
Last active May 3, 2022 16:32
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ggamel/ba03703fcaa548e27dcb409b1920ffb4 to your computer and use it in GitHub Desktop.
Save ggamel/ba03703fcaa548e27dcb409b1920ffb4 to your computer and use it in GitHub Desktop.
Material Palenight Color Scheme for Blink Shell
// Material Palenight Color Scheme for Blink Shell
// by Greg Gamel (https://github.com/ggamel) (https://greg.is)
black = '#292d3e';
red = '#f07178'; // red
green = '#c3e88d'; // green
yellow = '#ffcb6b'; // yellow
blue = '#82aaff'; // blue
magenta = '#c792ea'; // pink
cyan = '#89ddff'; // cyan
white = '#d0d0d0'; // light gray
lightBlack = '#434758'; // medium gray
lightRed = '#ff8b92'; // red
lightGreen = '#ddffa7'; // green
lightYellow = '#ffe585'; // yellow
lightBlue = '#9cc4ff'; // blue
lightMagenta= '#e1acff'; // pink
lightCyan = '#a3f7ff'; // cyan
lightWhite = '#ffffff'; // 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(0, 0, 0, 0.5)');
t.prefs_.set('foreground-color', '#d0d0d0');
t.prefs_.set('background-color', '#292d3e');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment