Skip to content

Instantly share code, notes, and snippets.

@gravicle
Last active November 14, 2020 21:52
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 gravicle/650b422f91d6d8ed747d57c51ef20a2c to your computer and use it in GitHub Desktop.
Save gravicle/650b422f91d6d8ed747d57c51ef20a2c to your computer and use it in GitHub Desktop.
black = '#000000';
red = '#F25A00'; // red
green = '#6AAF19'; // green
yellow = '#9F9F8F'; // yellow
blue = '#66D9EF'; // blue
magenta = '#AE81FF'; // pink
cyan = '#28C6E4'; // cyan
white = '#ffffff'; // light gray
lightBlack = '#C2E8FF'; // medium gray
lightRed = '#FD971F'; // red
lightGreen = '#529B2F'; // green
lightYellow = '#9F9F8F'; // yellow
lightBlue = '#66D9EF'; // blue
lightMagenta= '#F92672'; // pink
lightCyan = '#28C6E4'; // cyan
lightWhite = '#E0E0E0'; // 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(102, 217, 239, 0.5)');
t.prefs_.set('foreground-color', '#000000');
t.prefs_.set('background-color', '#f7f7f7');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment