Skip to content

Instantly share code, notes, and snippets.

@pmrt
Created February 17, 2022 20:09
Show Gist options
  • Save pmrt/556ec1d9c9f9d67c32226c2e35e39953 to your computer and use it in GitHub Desktop.
Save pmrt/556ec1d9c9f9d67c32226c2e35e39953 to your computer and use it in GitHub Desktop.
Blinksh catpuccino
black = '#6E6C7E';
red = '#F28FAD'; // red
green = '#ABE9B3'; // green
yellow = '#FAE3B0'; // yellow
blue = '#96CDFB'; // blue
magenta = '#F5C2E7'; // pink
cyan = '#89DCEB'; // cyan
white = '#D9E0EE'; // light gray
lightBlack = '#988BA2'; // medium gray
lightRed = '#F28FAD'; // red
lightGreen = '#ABE9B3'; // green
lightYellow = '#FAE3B0'; // yellow
lightBlue = '#96CDFB'; // blue
lightMagenta= '#F5C2E7'; // pink
lightCyan = '#89DCEB'; // cyan
lightWhite = '#D9E0EE'; // 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(253, 235, 195, 0.5)');
t.prefs_.set('foreground-color', '#D9E0EE');
t.prefs_.set('background-color', '#1E1E2E');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment