Skip to content

Instantly share code, notes, and snippets.

@gonsie
Last active October 5, 2017 22:57
Show Gist options
  • Select an option

  • Save gonsie/78d3bb00220f6534ca6cd9967ed29b68 to your computer and use it in GitHub Desktop.

Select an option

Save gonsie/78d3bb00220f6534ca6cd9967ed29b68 to your computer and use it in GitHub Desktop.
// Base16 XCode Dusk
// Scheme: Elsa Gonsiorowski (https://github.com/gonsie)
base00 = '#282B35';
base01 = '#3D4048';
base02 = '#53555D';
base03 = '#52BE5B';
base04 = '#7E8086';
base05 = '#FFFFFF';
base06 = '#FFFFFF';
base07 = '#FFFFFF';
base08 = '#94c76f';
base09 = '#786DC5';
base0A = '#438288';
base0B = '#DF0002';
base0C = '#C77C48';
base0D = '#69878F';
base0E = '#B21889';
base0F = '#04AFC8';
t.prefs_.set('color-palette-overrides',
[base00,
base08,
base0B,
base0A,
base0D,
base0E,
base0C,
base05,
base03,
base08,
base0B,
base0A,
base0D,
base0E,
base0C,
base07,
base09,
base0F,
base01,
base02,
base04,
base06]);
t.prefs_.set('cursor-color', "white");
t.prefs_.set('foreground-color', color_scheme.base05);
t.prefs_.set('background-color', color_scheme.base00);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment