Skip to content

Instantly share code, notes, and snippets.

@vifino
Created January 3, 2023 23:36
Show Gist options
  • Save vifino/35da29b80614c4e0212c2dccda2cbb39 to your computer and use it in GitHub Desktop.
Save vifino/35da29b80614c4e0212c2dccda2cbb39 to your computer and use it in GitHub Desktop.
Blink.sh Theme
black = '#000000';
red = '#FF6878';
green = '#B4FB73';
yellow = '#FFF090';
blue = '#6095FF';
magenta = '#FF90FE';
cyan = '#45E1F8';
white = '#F1F1F1';
brightBlack = '#6F6F6F';
brightRed = '#FF778B';
brightGreen = '#D0FFA0';
brightYellow = '#FFFEB0';
brightBlue = '#80C0FF';
brightMagenta= '#F0A9FF';
brightCyan = '#90E9FF';
brightWhite = '#FFFFFF';
t.prefs_.set('color-palette-overrides', [
black, red, green, yellow,
blue, magenta, cyan, white,
brightBlack, brightRed, brightGreen, brightYellow,
brightBlue, brightMagenta, brightCyan, brightWhite
]);
t.prefs_.set('cursor-color', 'rgba(213, 213, 213, 0.5)');
t.prefs_.set('foreground-color', '#D5D5D5');
t.prefs_.set('background-color', '#000000');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment