artifactdev / Theme-Dark-Material

Other
24 stars 5 forks source link

Dark Material Theme for Sublime Text 3

This theme brings flat material similar visual language to your Sublime Text 3. If you have problems report them with an issue.

This theme is a fork of the original Material Theme by equinusocio which I edited to fit better to my needs.

Screenshots

image

image

image

Easy installation

You can install this awesome theme through the Package Control. Search for "Theme - Dark Material", install, restart Sublime Text and enjoy!

Follow Installation instructions in Sublime.

--

Manual installation

  1. Download the latest release, extract and rename the folder to "Theme - Dark Material".

  2. Move the folder inside your sublime Packages directory. (Preferences > Browse packages...)

  3. Activate the theme with the following preferences:

"theme": "Dark-Material.sublime-theme",
"color_scheme": "Packages/Theme - Dark Material/schemes/Dark-Material.tmTheme",

Note : Remember to restart Sublime Text after activating the theme.

Recommended UI and font settings

I suggest you to use this custom settings for a better experience with the theme:

"overlay_scroll_bars": "enabled",
"line_padding_top": 3,
"line_padding_bottom": 3,
"font_options": [ "gray_antialias" ], // On retina Mac
"always_show_minimap_viewport": true,
"bold_folder_labels": true