ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Numix Theme

by nauzethc ALL

Numix themes for Sublime Text

Labels numix, theme

Details

Installs

  • Total 59K
  • Win 28K
  • Mac 14K
  • Linux 17K
Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13
Windows 0 1 0 0 1 0 0 0 0 0 2 0 0 1 0 0 0 0 0 0 0 0 0 0 0 3 0 2 0 1 0 1 0 0 0 0 0 0 0 0 5 0 1 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 1 2 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 2 0

Readme

Source
raw.​githubusercontent.​com

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 item Preferences -> 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 to Numix 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.