Created
July 5, 2013 02:19
-
-
Save loadedsith/5931257 to your computer and use it in GitHub Desktop.
fold guides theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ 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