Skip to content

bluelichen19/material-theme

Repository files navigation

Material Theme for Sublime Text 3

This theme brings the Material Design visual language to your Sublime Text 3. If you have problems report them with an issue.

Manual installation

  1. Download the latest release, extract and rename the folder to "material-theme".

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

  3. Activate the theme with the following preferences:

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

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

Theme styles

This theme provides two style versions. If you don't like the default white panels and field inputs you can set the darker version by using this:

"theme": "Material-Theme-Darker.sublime-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

The font used for the code is "Fira Code" with code ligatures.

Thanks

About

Material Theme, the most epic theme for Sublime Text 3 by Mattia Astorino

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.8%
  • Python 2.2%