Last active
December 31, 2015 11:19
-
-
Save itsthatguy/7979262 to your computer and use it in GitHub Desktop.
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
// for a dark theme use: | |
"theme": "itg.flat.dark.sublime-theme" | |
// for a light theme use: | |
"theme": "itg.flat.light.sublime-theme" | |
// additional (dark) color options | |
"theme": "itg.flat.dark.aqua.sublime-theme" | |
"theme": "itg.flat.dark.blue.sublime-theme" | |
"theme": "itg.flat.dark.green.sublime-theme" | |
"theme": "itg.flat.dark.orange.sublime-theme" | |
"theme": "itg.flat.dark.yellow.sublime-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
// small tabs | |
"itg_small_tabs": true | |
// Sidebar padding options | |
"itg_sidebar_tree_xsmall": true | |
"itg_sidebar_tree_small": true | |
"itg_sidebar_tree_medium": true | |
"itg_sidebar_tree_large": true | |
"itg_sidebar_tree_xlarge": true | |
// Scrollbar size options | |
"itg_scrollbar_small": true | |
"itg_scrollbar_medium": true | |
// if the scrollbar options aren't working, try setting the following | |
"overlay_scroll_bars": "disabled" |
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
"color_scheme": "Packages/User/itg.dark (SL).tmTheme", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment