Theme - Darkmatter
This is a custom made Sublime Text 2 Theme inspired in Gray Space Theme and Tron Light Color Scheme
Details
Installs
- Total 73K
- Win 46K
- Mac 12K
- Linux 15K
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 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 7 | 1 | 9 | 5 | 8 | 2 | 0 | 0 | 7 | 7 | 5 | 7 | 8 | 7 | 8 | 7 | 6 | 8 | 7 | 6 | 13 | 5 | 5 | 7 | 6 | 6 | 13 | 13 | 7 | 6 | 10 | 9 | 11 | 5 | 6 | 8 | 6 | 6 | 1 | 10 | 4 | 8 | 5 | 6 | 11 |
Mac | 1 | 0 | 1 | 2 | 1 | 3 | 1 | 0 | 0 | 1 | 1 | 2 | 2 | 2 | 4 | 0 | 2 | 1 | 1 | 1 | 3 | 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 |
Linux | 0 | 2 | 1 | 4 | 1 | 4 | 1 | 0 | 0 | 1 | 0 | 3 | 3 | 5 | 1 | 2 | 0 | 5 | 2 | 7 | 3 | 2 | 2 | 4 | 0 | 1 | 2 | 3 | 4 | 3 | 1 | 2 | 1 | 3 | 1 | 2 | 3 | 2 | 5 | 4 | 4 | 4 | 0 | 3 | 4 | 4 |
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.
How to Install
Via Package Control
The easiest way to install is using Sublime Package Control, where Darkmatter is listed as Theme - Darkmatter
.
- Open Command Palette using menu item
Tools -> Command Palette...
(⇧⌘P on Mac) - Choose
Package Control: Install Package
- Find
Theme - Darkmatter
and hit Enter
Manual
You can also install the theme manually:
- Download the .zip
- Unzip and rename the folder to
Theme - Darkmatter
- Copy the folder into
Packages
directory, which you can find using the menu itemSublime 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.