Update: Sublime text 2 and 3 now supported.
My flat, retina friendly, sublime-theme. It comes in two flavors, Dark and Light. I'll be adding more color variations over the coming weeks, so stay tuned. Read more about it
Installation is a snap. Once you have Package Control installed, you just need to follow the instructions below.
I hope you enjoy it. I'd love to hear your thoughts.
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