Last active
August 9, 2019 00:57
-
-
Save jvns/0935d10a55e466fbd34bc8af8af234de to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// fairyfloss theme for blink shell | |
black = '#5A5475'; | |
red = '#F92672'; // x red | |
green = '#C2FFDF'; // x green | |
yellow = '#E6C000'; // x yellow | |
blue = '#C5A3FF'; // x blue | |
magenta = '#C5A3FF'; // x pink | |
cyan = '#C2FFDF'; // x cyan | |
white = '#F8F8F0'; // x light gray | |
lightBlack = '#716799'; // x medium gray | |
lightRed = '#F92672'; // red | |
lightGreen = '#C2FFDF'; // green | |
lightYellow = '#FFEA00'; // x yellow | |
lightBlue = '#C5A3FF'; // blue | |
lightMagenta= '#FFB8D1'; // x pink | |
lightCyan = '#C2FFDF'; // x cyan | |
lightWhite = '#F8F8F0'; // x 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', '#F8F8F0'); | |
t.prefs_.set('foreground-color', '#F8F8F2'); | |
t.prefs_.set('background-color', black); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment