A Numix theme for Sublime Text 2/3
If you are using Package Control
you just have to search it and install it. It's listed as Numix Theme
.
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"
- 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.
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.
To view sidebar icons as folders add the next line to your preferences file on Preferences -> Settings - User
:
"numix_folder_icons": true
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
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.
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
The theme is compatible with overlay scrollbars. To activate them add the next line to your preferences file:
"overlay_scroll_bars": "enabled"
Color schemes used on the screenshots are part of Soda Theme project. You can download them on this link.
This is a early release o work that needs to be improving.
This theme is a fork of Brogrammer theme.