Skip to content

Instantly share code, notes, and snippets.

@Nora-Ballard
Forked from aesophor/palenight.js
Last active August 31, 2021 13:36
Show Gist options
  • Save Nora-Ballard/d57ca4cc2d021190c50efd11faf8fda5 to your computer and use it in GitHub Desktop.
Save Nora-Ballard/d57ca4cc2d021190c50efd11faf8fda5 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 = '#000000';
red = '#ff5370'; // red
green = '#c3e88d'; // green
yellow = '#ffcb6b'; // yellow
blue = '#82aaff'; // blue
magenta = '#c792ea'; // pink
cyan = '#89ddff'; // cyan
white = '#959dcb'; // light gray
lightBlack = '#546e7a'; // medium gray
lightRed = '#ff5370'; // red
lightGreen = '#c3e88d'; // green
lightYellow = '#ffcb6b'; // yellow
lightBlue = '#82aaff'; // blue
lightMagenta= '#c792ea'; // pink
lightCyan = '#89ddff'; // 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(255, 204, 0, 0.5)');
t.prefs_.set('foreground-color', '#a6accd');
t.prefs_.set('background-color', '#292d3e');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment