Skip to content

Instantly share code, notes, and snippets.

@nicholasjackson
Created February 9, 2017 15:48
Show Gist options
  • Save nicholasjackson/eebeacbc7482c248163acb0c2dff2b40 to your computer and use it in GitHub Desktop.
Save nicholasjackson/eebeacbc7482c248163acb0c2dff2b40 to your computer and use it in GitHub Desktop.
black = '#3b4252';
red = '#bf616a'; // red
green = '#a3be8c'; // green
yellow = '#ebcb8b'; // yellow
blue = '#81a1c1'; // blue
magenta = '#b48ead'; // pink
cyan = '#88c0d0'; // cyan
white = '#e5e9f0'; // light gray
lightBlack = '#4c566a'; // medium gray
lightRed = '#bf616a'; // red
lightGreen = '#a3be8c'; // green
lightYellow = '#ebcb8b'; // yellow
lightBlue = '#81a1c1'; // blue
lightMagenta= '#b48ead'; // pink
lightCyan = '#8fbcbb'; // cyan
lightWhite = '#eceff4'; // 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(216, 222, 233, 1)');
t.prefs_.set('foreground-color', '#d8dee9');
t.prefs_.set('background-color', '#2e3440');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment