Skip to content

Instantly share code, notes, and snippets.

@delvedor
Created July 5, 2021 12:33
Show Gist options
  • Save delvedor/5a16409404379c129dc8bbec772ce5ac to your computer and use it in GitHub Desktop.
Save delvedor/5a16409404379c129dc8bbec772ce5ac to your computer and use it in GitHub Desktop.
A snazzy theme from Sindresorhus for Blink.sh
black = '#97979b';
red = '#ff5c57';
green = '#5af78e';
yellow = '#f3f99d';
blue = '#57c7ff';
magenta = '#ff6ac1';
cyan = '#9aedfe';
white = '#f1f1f0';
lightBlack = '#686868';
lightRed = red;
lightGreen = green;
lightYellow = yellow;
lightBlue = blue;
lightMagenta= magenta;
lightCyan = cyan;
lightWhite = '#eff0eb';
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', '#97979b');
t.prefs_.set('foreground-color', '#eff0eb');
t.prefs_.set('background-color', '#282a36')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment