Skip to content

Instantly share code, notes, and snippets.

@loadedsith
Created July 5, 2013 02:19
Show Gist options
  • Save loadedsith/5931257 to your computer and use it in GitHub Desktop.
Save loadedsith/5931257 to your computer and use it in GitHub Desktop.
fold guides theme
{ name = 'Alternating Tabs';
scope = 'meta.even-tab';
settings = {
fontStyle = 'foldGuide';
foreground = '#353535';
};
},
{ name = 'Alternating Tabs';
scope = 'meta.odd-tab';
settings = {
fontStyle = 'foldGuide';
foreground = '#000000';
};
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment