Skip to content

Instantly share code, notes, and snippets.

@trws
Created November 20, 2019 15:00
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 trws/1b29f67014a5197be7e6b74f02b53517 to your computer and use it in GitHub Desktop.
Save trws/1b29f67014a5197be7e6b74f02b53517 to your computer and use it in GitHub Desktop.
Blink/hterm compatible version of apprentice.vim
t.prefs_.set('color-palette-overrides', [ "#1C1C1C", "#AF5F5F", "#5F875F", "#87875F", "#5F87AF", "#5F5F87", "#5F8787", "#6C6C6C", "#444444", "#FF8700", "#87AF87", "#FFFFAF", "#8FAFD7", "#8787AF", "#5FAFAF", "#FFFFFF" ]);
t.prefs_.set('foreground-color', "#BCBCBC");
t.prefs_.set('background-color', "#262626");
t.prefs_.set('cursor-color', 'rgba(208,208,208,0.5)');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment