Awesome
Numix Theme
A Numix theme for Sublime Text 2/3
Numix + Monokai
Numix + Espresso
Numix Light + Monokai
Numix Light + Espresso
Numix Dark + Monokai
Installation
Package Control
If you are using Package Control
you just have to search it and install it. It's listed as Numix Theme
.
Git Install
You can install the theme and keep it updated by cloning the repo into your Packages
directory.
To get to your packages directory, go into SublimeText and click on Preferences -> Browse Packages...
.
Now open up a terminal and go into packages folder you opened and run:
git clone https://github.com/nauzethc/sublime-text-numix "Numix Theme"
Manual Install
- Download the Package
- Unzip the files and rename the folder to
Numix Theme
- Find your
Packages
directory using the menu itemPreferences -> Browse Packages...
- Copy the folder into your Sublime Text
Packages
directory.
Activate
Click on Preferences -> Settings - User
and add the next line:
"theme": "Numix.sublime-theme"
or one of the next ones for a Dark version (thanks to @steffex).
"theme": "Numix Dark.sublime-theme"
"theme": "Numix Dark Green.sublime-theme"
"theme": "Numix Dark Blue.sublime-theme"
"theme": "Numix Dark Light Blue.sublime-theme"
Restart Sublime Text after this.
Customization
Folder icons
To view sidebar icons as folders add the next line to your preferences file on Preferences -> Settings - User
:
"numix_folder_icons": true
Seti UI Icons
You can use this theme with Seti UI Icon package (thanks to @dobromir-hristov).
- Download package zip from its repository
- Extract it to your
Packages\User
directory and rename the folder toNumix Theme
- Create the next empty files inside of renamed directory
$ cd "Packages\User\Numix Theme"
$ touch "Numix.sublime-theme" "Numix Dark.sublime-theme" "Numix Dark Green.sublime-theme" "Numix Dark Blue.sublime-theme" "Numix Dark Light Blue.sublime-theme"
- Restart Sublime Text
Tabs size
You can change the size of the tabs for better visibility using the following settings in your preferences file:
- Small:
"tabs_small": true
- Medium:
"tabs_medium": true
- Large:
"tabs_large": true
If no one is used it defaults to medium.
Side Bar size
You can change the size of the sidebar for better visibility using the following settings in your preferences file:
- Xsmall:
"sidebar_tree_xsmall": true
- Small:
"sidebar_tree_small": true
- Medium:
"sidebar_tree_medium": true
- Large:
"sidebar_tree_large": true
- Xlarge:
"sidebar_tree_xlarge": true
Overlay scrollbars
The theme is compatible with overlay scrollbars. To activate them add the next line to your preferences file:
"overlay_scroll_bars": "enabled"
Color scheme
Color schemes used on the screenshots are part of Soda Theme project. You can download them on this link.
Work in progress
This is a early release o work that needs to be improving.
Thanks
This theme is a fork of Brogrammer theme.