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

Theme - Darkmatter

This is a custom made Sublime Text 2 Theme inspired in Gray Space Theme and Tron Light Color Scheme

Labels theme

Details

Installs

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

Readme

Source
raw.​githubusercontent.​com

Darkmatter

A set of custom UI themes for Sublime Text 2/3. It's all about hype and minimal.


Themes

Darkmatter

Based on TronLight Theme and Space Gray Theme.

image


How to Install

Via Package Control

The easiest way to install is using Sublime Package Control, where Darkmatter is listed as Theme - Darkmatter.

  1. Open Command Palette using menu item Tools -> Command Palette... (P on Mac)
  2. Choose Package Control: Install Package
  3. Find Theme - Darkmatter and hit Enter

Manual

You can also install the theme manually:

  1. Download the .zip
  2. Unzip and rename the folder to Theme - Darkmatter
  3. Copy the folder into Packages directory, which you can find using the menu item Sublime Text -> Preferences -> Browse Packages...

How to Activate

Activate the UI theme and color scheme by modifying your user preferences file, which you can find using the menu item Sublime Text -> Preferences -> Settings - User (, on Mac).

You can choose whichever flavor you like, but don't forget to change both color scheme and UI theme so they match.

Note: Don't forget to restart Sublime Text after activating the theme.

Settings for Darkmatter

{
  "theme": "Darkmatter.sublime-theme",
  "color_scheme": "Packages/Theme - Darkmatter/Darkmatter.tmTheme"
}

Settings

Tab labels font size

Copy and paste one of four options in your user preferences file:

"darkmatter_tabs_font_small": true
"darkmatter_tabs_font_normal": true
"darkmatter_tabs_font_large": true
"darkmatter_tabs_font_xlarge": true

Tabs size

Tabs height:

"darkmatter_tabs_small": true
"darkmatter_tabs_normal": true
"darkmatter_tabs_large": true
"darkmatter_tabs_xlarge": true

Tabs width:

"darkmatter_tabs_auto_width": true

Sidebar labels font size

"darkmatter_sidebar_font_small": true
"darkmatter_sidebar_font_normal": true
"darkmatter_sidebar_font_large": true
"darkmatter_sidebar_font_xlarge": true

Sidebar tree rows height

"darkmatter_sidebar_tree_xsmall": true
"darkmatter_sidebar_tree_small": true
"darkmatter_sidebar_tree_normal": true
"darkmatter_sidebar_tree_large": true
"darkmatter_sidebar_tree_xlarge": true

Special Thanks to

Creator of TronLight Theme that's unknown and to Gadzhi Kharkharov for create Space Gray Theme that I used to start this new theme/color-scheme.