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.
Please read the Known Issues section before reporting a new one.
More screenshots here
You can install this awesome theme through the Package Control.
-
Press "ctrl + shift + p" (Windows, Linux) or "cmd + shift + p" (OS X) to access Package Control
-
Type "install" press enter
-
Search for "Material Theme"
--
-
Download the latest release, extract and rename the directory to "Material Theme".
-
Move the directory inside your sublime Packages directory. (Preferences > Browse packages...)
Activate the theme with the following preferences at (Preferences > Setting - User):
"theme": "Material-Theme.sublime-theme",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
Note : Remember to restart Sublime Text after activating the theme.
This theme provides 2 alternative styles:
"theme": "Material-Theme-Darker.sublime-theme",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"theme": "Material-Theme-Lighter.sublime-theme",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Lighter.tmTheme",
If you don't like material theme color schemes you can use Oceanic Next that is provided with package by using:
default
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-OceanicNext.tmTheme",
Darker
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker-OceanicNext.tmTheme",
You can still use the oldest and unsupported color schemes (with red variables)
"color_scheme": "Packages/Material Theme/schemes/OLD/Material-Theme.tmTheme",
"color_scheme": "Packages/Material Theme/schemes/OLD/Material-Theme-Darker.tmTheme",
"color_scheme": "Packages/Material Theme/schemes/OLD/Material-Theme-Lighter.tmTheme",
Please see the issue #67 if you can't see the bottom panel (find/replace, rename, move, can't see the box inputs in SidebarEnhancement, etc..). here the quick fix:
Material Theme White Panels
If you want to enable the white panels and inputs you can install the addon package through Package Control, search for "Material theme white panels". You have to disable it if you want to use the Lighter
theme style.
Material Theme Appbar This official addon enable a beautiful colored tab bar to your Material Theme. The color tint fits automagically the material theme accent color you choosed.
"material_theme_small_tab" : true , // Set small tabs
"material_theme_disable_fileicons" : true , // Hide sidebar file type icons
"material_theme_disable_folder_animation" : true , // Disable folder animation
"material_theme_small_statusbar" : true , // Set small status bar
"material_theme_compact_sidebar" : true , // Set compact side bar
"material_theme_compact_panel" : true , // Set minimal padding for the search panel
"material_theme_disable_tree_indicator" : true , // Disable sidebar file indicator
"material_theme_bold_tab" : true , // Make the tab labels bolder
"material_theme_tabs_separator" : true , // Show tabs separator, this disables tab hover animation
"material_theme_accent_lime" : true , // set green lime accent color
"material_theme_accent_purple" : true , // set purple accent color
"material_theme_accent_red" : true , // set pale red accent color
"material_theme_accent_orange" : true , // set orange accent color
"material_theme_accent_yellow" : true , // set yellow accent color
"material_theme_accent_indigo" : true , // set indigo accent color
"material_theme_accent_pink" : true , // set pink accent color
"material_theme_accent_blue" : true , // set blue accent color
"material_theme_accent_cyan" : true , // set cyan accent color
"material_theme_panel_separator" : true , // show bottom panel separator
"material_theme_tabs_autowidth" : true , // Enable autowidth for tabs
"material_theme_contrast_mode" : true , // Enable sidebar and panels contrast mode
// If you use Material Theme - Appbar addon you can use additional settings:
"material_theme_tree_headings" : true , // Show sidebar headings
"overlay_scroll_bars" : "enabled",
"line_padding_top" : 3,
"line_padding_bottom" : 3,
"always_show_minimap_viewport" : true,
"bold_folder_labels" : true,
"indent_guide_options" : [ "draw_normal", "draw_active" ], // Highlight active indent
"font_options" : [ "gray_antialias", "subpixel_antialias" ], // On retina Mac & Windows
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"
This UI theme use a custom compiler build on Gulp and JS. If you want to edit the UI you must first install the compiler:
$ npm install
then run compiler and watcher by run:
$ gulp
You can now edit the source files under /src
folder that will be compiled inside the root folder (don't edit compiled files.)
App icon
Download the official Material Theme icon.
Material Theme was also ported to:
- Atom Editor: atom-material-ui and material-ui
- IntelliJ IDEA (thanks to @ChrisRM).
- Vim (thanks to @kristijanhusak).
- Terminal OSX (thanks to @mvaneijgen).
- ConEmu (thanks to @rajadain).
- Slack App ( #263238,#2e3a40,#80CBC4,#FFFFFF,#13191C,#ffffff,#50fa7b,#FF5555 )
Palette | Hex | RGB |
---|---|---|
Blue Grey 900 | #263238 |
38 50 56 |
Current Line 800 | #37474F |
55 71 79 |
Selection 600 | #546E7A |
84 110 122 |
Comment 500 | #607D8B |
96 125 139 |
Teal | #80CBC4 |
128 203 196 |
Thanks for all the contributors.
Check the video review by LevelUpTuts