If you are using sublime package control, you can install directly from the Package Control: Install Package
menu item.
The theme is listed as Theme - itg.flat
in the packages list.
To enable the theme and adjust theme settings edit your Preferences.sublime-settings
file:
// for a dark theme use:
"theme": "itg.flat.dark.sublime-theme"
// for a light theme use:
"theme": "itg.flat.light.sublime-theme"
Select itg.dark
or itg.light
from Preferences > Color Scheme > Theme - itg.flat
:
or add this to your Preferences.sublime-settings
file:
// for a dark theme use:
"color_scheme": "Packages/Theme - itg.flat/itg.dark.tmTheme",
// for a light theme use:
"color_scheme": "Packages/Theme - itg.flat/itg.light.tmTheme",
// 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