Sublime text theme based on "Theme - Numix". Icons from "SetiUI Icons"
In menu ([ctrl] + [shift] + p) select Package Control: Install Package, then find and install Theme - Numix Light package.
Locate your Sublime Text 3 Packages directory by using the menu item Preferences -> Browse Packages....
While inside the Packages directory, clone the theme repository using the command below:
git clone https://github.com/ikenfin/Sublime-Numix-light-theme.git
- Download the files using the GitHub .zip download option
- Unzip the files
- Copy the folder to your Sublime Text 3
Packagesdirectory
Open config file Preferences -> Settings - User
Add option "theme" : "Numix Light.sublime-theme"
If you using old version of Sublime Text, that doesnt support sidebar icons, you can use fallback option in user settings file:
'numix_light_sidebar_fallback' : true
Other options:
By default Numix Light uses 32px for tabs height, you can customize it like this:
'numix_light_tabs_small' : true // Tab height = 24
'numix_light_tabs_med' : true // Tab height = 42
'numix_light_tabs_big' : true // Tab height = 52

