Skip to content

Instantly share code, notes, and snippets.

@zetavg
Last active November 12, 2016 19:40
Show Gist options
  • Select an option

  • Save zetavg/b048b4c7e6f2f38a4289183e5cdfdf99 to your computer and use it in GitHub Desktop.

Select an option

Save zetavg/b048b4c7e6f2f38a4289183e5cdfdf99 to your computer and use it in GitHub Desktop.
bg = "#001C22";
base03 = "#002832";
base02 = "#073642";
base01 = "#586e75";
base00 = "#657b83";
base0 = "#839496";
base1 = "#93a1a1";
base2 = "#eee8d5";
base3 = "#fdf6e3";
yellow = "#a57706";
orange = "#bd3613";
red = "#d11c24";
magenta = "#c61c6f";
violet = "#5956ba";
blue = "#2176c7";
cyan = "#259286";
green = "#738a05";
t.prefs_.set('foreground-color', base0);
t.prefs_.set('background-color', bg);
t.prefs_.set('color-palette-overrides',
[ base03 , red , green , yellow, blue , magenta , cyan , base2,
base02 , orange , base01 , bg , base0 , violet , base1 , base3 ]);
t.prefs_.set('cursor-color', 'rgba(112,130,132,0.5)');
t.prefs_.set('cursor-blink', true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment