Skip to content

Instantly share code, notes, and snippets.

@itsthatguy
Last active December 31, 2015 11:19
Show Gist options
  • Save itsthatguy/7979262 to your computer and use it in GitHub Desktop.
Save itsthatguy/7979262 to your computer and use it in GitHub Desktop.
// 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"
// 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"
"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