alexsystemf / material-theme

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

Home Page:http://equinusocio.github.io/material-theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Material Theme for Sublime Text 3

This theme brings the Material Design visual language to your Sublime Text 3. If you have problems first search for a similiar issue and then report with new one.

Buy me a beer.

Click here to lend your support to: Material Theme donations and make a donation at pledgie.com !

Screenshots

image

image

image

Easy installation

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

--

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.

Known issues

Please see the issue #67 if you can't see the bottom panel (find/replace, rename, move, etc..). here the quick fix:

Drag the top edge

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",

Theme options

"material_theme_small_tab": true,  // Set small tabs

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
"indent_guide_options": [ "draw_normal", "draw_active" ], // Highlight active indent

The font used for the code is "Fira Code" with code ligatures (not supported in Sublime Text).

You can also use the official Material Design monospace font, "Roboto Mono"

Official resources

You can download the official Material Theme icon.

Thanks

  • All donators!
  • All contributors

About

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

http://equinusocio.github.io/material-theme

License:MIT License


Languages

Language:JavaScript 100.0%