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

Theme - Numix Light

by ikenfin ALL

Numix light theme for Sublime Text 3

Labels theme

Details

Installs

  • Total 20K
  • Win 11K
  • Mac 4K
  • Linux 5K
Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 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
Windows 1 0 2 1 1 1 0 3 3 0 0 2 4 1 0 2 0 0 1 0 1 0 1 0 0 0 2 0 0 0 0 1 1 1 0 0 2 0 0 0 0 0 0 0 1 1
Mac 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0
Linux 0 0 0 2 0 0 2 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0

Readme

Source
raw.​githubusercontent.​com

Theme - Numix Light

Sublime text theme based on “Theme - Numix”. Icons from “SetiUI Icons”

Installation

Using Package Control

In menu ([ctrl] + [shift] + p) select Package Control: Install Package, then find and install Theme - Numix Light package.

Using Git

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 Manually

  • Download the files using the GitHub .zip download option
  • Unzip the files
  • Copy the folder to your Sublime Text 3 Packages directory

Activate

Activating theme

Open config file Preferences -> Settings - User

Add option "theme" : "Numix Light.sublime-theme"

Theme options

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

Screenshots