ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Materialize

by zyphlar ST3 Top 100

🎨 Elegant themes for Sublime Text 3

Details

  • 2.7.2
  • packagecontrol.​io
  • 2 months ago
  • 1 hour ago
  • 9 years ago

Installs

  • Total 265K
  • Win 144K
  • Mac 61K
  • Linux 60K
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11
Windows 14 10 14 23 12 8 12 10 9 11 13 11 2 10 17 15 14 9 9 1 6 12 12 10 16 15 12 9 17 12 15 9 19 4 9 12 7 8 14 11 10 13 19 16 21 7
Mac 4 2 6 3 6 5 3 7 4 9 4 5 3 0 0 4 3 7 7 4 1 4 4 0 3 3 2 0 1 3 10 10 4 4 2 4 1 6 5 5 2 2 3 4 4 7
Linux 2 6 5 10 5 9 0 3 4 6 5 8 3 3 7 1 2 4 5 7 4 2 2 1 4 3 0 1 3 6 2 2 4 4 4 4 5 5 7 9 9 6 4 7 3 3

Readme

Source
raw.​githubusercontent.​com

Materialize

Fork of Materialize to add colored title bars.


Packagecontrol total downloads GitHub license GitHub issues GitHub watchers GitHub stars GitHub forks

Bringing Material theme to the some of the most popular color schemes for Sublime Text 3 and Sublime Text 3 dev. Click here to see some more screenshots.

Material Spacegray

Materialize is based upon the Material theme created by @equinusocio and the following themes / color schemes:

Installation

Via Package Control

The easiest way to install is using Will Bond's Sublime Package Control, just search for Materialize.

  1. Open Command Palette using menu item Tools -> Command Palette... (or P on Mac, CtrlShift ⇧P on Windows)
  2. Choose Package Control: Install Package
  3. Find Materialize and hit Enter

Manually

You can also install the theme manually:

  1. Download the latest release, extract and rename the folder to “Materialize”.
  2. Move the folder inside your sublime Packages directory. (Preferences > Browse packages…)

Activation

Activate the theme with the following preferences at (Preferences > Setting - User), based on the theme you want to use. If you wanted to use Brogrammer for example, you would need to do:

"color_scheme": "Packages/Materialize/schemes/Material Brogrammer.tmTheme",
    "theme": "Material Brogrammer.sublime-theme"

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

Theme Addons

Be sure to check out Materialize-Appbar and Materialize-White-Panels to add even more customization to your theme!

Theme options

"material_theme_tabs_autowidth" : true,
    "material_theme_contrast_mode": true,
    "material_theme_compact_sidebar": true,
    "material_theme_compact_panel": true,
    "material_theme_small_tab": true,
    "material_theme_disable_fileicons": true,
    "material_theme_disable_folder_animation": true,
    "material_theme_small_statusbar": true,
    "material_theme_disable_tree_indicator": true,
    "material_theme_bold_tab": true,
    "material_theme_accent_lime": true,
    "material_theme_accent_purple": true,
    "material_theme_accent_red": true,
    "material_theme_accent_orange": true,
    "material_theme_accent_yellow": true,
    "material_theme_accent_indigo": true

Recommended UI and font settings

Here are some recommendations for your user settings to make a better experience with the theme:

"always_show_minimap_viewport": true,
    "bold_folder_labels": true,
    "caret_extra_bottom": 2,
    "caret_extra_top": 2,
    "caret_extra_width": 2,
    "caret_style": "phase",
    "drag_text": false,
    "line_padding_bottom": 1,
    "line_padding_top": 1,
    "overlay_scroll_bars": "enabled"

Additionally, if you are on a Mac with Retina try:

"font_options": [ "gray_antialias" ]

or on a Windows PC with high resolution try:

"font_options": [ "directwrite" ]

Known issues

Please see the issue equinusocio/material-theme#67 if you cannot see the bottom panel (find/replace, rename, move, cannot see the box inputs in SidebarEnhancement, etc..). The quick fix is to just grab the border of the panel and move it like so:

Drag the top edge

Custom requests

If you have a color scheme that you would like me to create a Material theme for, I'd be happy to oblige. Simply create a new issue and use the theme request template provided, and I'll try to get to it as soon as possible.