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

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