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

  • 1.0.0
  • github.​com
  • github.​com
  • 10 years ago
  • 52 minutes ago
  • 10 years ago

Installs

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

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.