Skip to content

Instantly share code, notes, and snippets.

@aesophor
Forked from ggamel/palenight.js
Last active August 31, 2021 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save aesophor/7d510733e74af73c0b2a9e81260dfdca to your computer and use it in GitHub Desktop.
Save aesophor/7d510733e74af73c0b2a9e81260dfdca 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 = '#959dcb'; // 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