Theme - Darkmatter
This is a custom made Sublime Text 2 Theme inspired in Gray Space Theme and Tron Light Color Scheme
Details
Installs
- Total 68K
- Win 43K
- Mac 11K
- Linux 14K
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 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 6 | 6 | 11 | 9 | 10 | 20 | 15 | 7 | 12 | 12 | 13 | 17 | 13 | 8 | 12 | 16 | 13 | 6 | 9 | 13 | 13 | 8 | 5 | 9 | 12 | 10 | 11 | 12 | 7 | 9 | 13 | 10 | 14 | 14 | 9 | 7 | 5 | 12 | 16 | 10 | 21 | 11 | 9 | 12 | 9 | 9 |
Mac | 1 | 2 | 2 | 2 | 5 | 5 | 2 | 1 | 2 | 1 | 3 | 2 | 5 | 1 | 1 | 0 | 3 | 4 | 5 | 4 | 3 | 2 | 2 | 3 | 7 | 5 | 1 | 4 | 2 | 4 | 1 | 3 | 4 | 6 | 2 | 5 | 0 | 4 | 4 | 1 | 0 | 1 | 3 | 0 | 3 | 1 |
Linux | 1 | 4 | 3 | 9 | 2 | 4 | 2 | 2 | 1 | 3 | 2 | 5 | 2 | 5 | 4 | 6 | 7 | 1 | 4 | 7 | 1 | 6 | 1 | 2 | 2 | 4 | 4 | 4 | 2 | 1 | 2 | 3 | 5 | 8 | 5 | 7 | 7 | 2 | 5 | 3 | 0 | 4 | 6 | 2 | 4 | 6 |
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.