Skip to content

Instantly share code, notes, and snippets.

@BretFisher
Forked from anhari/gist:23ae031e93e2f465258439cb6802acad
Last active May 17, 2020 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BretFisher/764a2df8d7e4ca7211ebcf19e084eb7f to your computer and use it in GitHub Desktop.
Save BretFisher/764a2df8d7e4ca7211ebcf19e084eb7f to your computer and use it in GitHub Desktop.
gruvbox *light* blink shell theme
black = '#fbf1c7';
red = '#cc241d'; // red
green = '#98971a'; // green
yellow = '#d79921'; // yellow
blue = '#458588'; // blue
magenta = '#b16286'; // pink
cyan = '#689d6a'; // cyan
white = '#7c6f64'; // light gray
lightBlack = '#928374'; // medium gray
lightRed = '#9d0006'; // red
lightGreen = '#79740e'; // green
lightYellow = '#b57614'; // yellow
lightBlue = '#076678'; // blue
lightMagenta= '#8f3f71'; // pink
lightCyan = '#427b58'; // cyan
lightWhite = '#3c3836'; // 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', lightBlack);
t.prefs_.set('foreground-color', lightWhite);
t.prefs_.set('background-color', black);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment