• This repository has been archived on 15/Jun/2020
  • Stars
    star
    420
  • Rank 102,598 (Top 3 %)
  • Language
    Python
  • License
    MIT License
  • Created about 9 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐ŸŽจ Elegant themes for Sublime Text 3

Materialize

Deprecation Notice

This project is no longer under active development. Due to the fact that the original Material Theme is no longer being developed and the fact that I switched from Sublime to Atom, Materialize will no longer be maintained. However, the project will continue to accept Pull Requests.

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.

More Repositories

1

resumake.io

๐Ÿ“ A website for automatically generating elegant LaTeX resumes.
TeX
3,255
star
2

lynt

โœจ A zero config JavaScript linter with support for Typescript, Flow, and React.
TypeScript
384
star
3

proposals.es

๐Ÿ“š A website for exploring ECMAScript proposals/champions/specs and more.
TypeScript
184
star
4

node-latex

๐Ÿงพ A utility for running LaTeX subprocesses in Node.
JavaScript
58
star
5

koa-combine-routers

Middleware for composing multiple instances of koa-router.
JavaScript
39
star
6

koa2-skeleton

A simple boilerplate for a Koa v2 web-app.
HTML
33
star
7

hyper-blyss

A port of Bliss for Hyper.
JavaScript
19
star
8

bliss-ui

Ultra minimalist theme optimized for usage with base16-ocean.
CSS
17
star
9

ClearConsole

A hacky way to clear the console in Sublime.
Python
10
star
10

bliss-syntax

The awesome base16-ocean color scheme optimized for ES6+.
CSS
9
star
11

zencuber.com

๐Ÿงฉ A modern Rubik's Cube speedcubing website.
JavaScript
5
star
12

Anagrams

A fun game involving anagrams.
JavaScript
5
star
13

Hex-Color-Clock

Changing the current time to a hexadecimal value.
JavaScript
4
star
14

cc-invoice

Invoice generator for Codecademy advisors.
JavaScript
4
star
15

night-syntax

Dark monochrome Syntax theme.
CSS
3
star
16

reddit-image-scraper

An image scraper for Reddit written in Ruby.
CSS
3
star
17

intercom-code

A chrome extension that embeds a code editor into Intercom.
JavaScript
3
star
18

pretty-latex

LaTeX beautifier for Node.
JavaScript
3
star
19

night-ui

Dark monochrome UI theme.
CSS
3
star
20

hyper-night

A port of the Night theme for Hyper.
JavaScript
2
star
21

misc

Random stuff
JavaScript
2
star
22

bliss-alfred

A port of the Bliss theme for Alfred.
2
star
23

scramby

A scramble generator for twisty puzzles.
JavaScript
2
star
24

ExcuseGenerator

hackRU Spring 2014.
JavaScript
2
star
25

MozillaQuery

Improve your workflow when working in a Mozilla environment.
Python
1
star
26

storybook-issue

TypeScript
1
star
27

instabug-android-issue

Java
1
star
28

nextjs-encoding-issue

TypeScript
1
star
29

latrex

A small library for running LaTeX child processes in Deno.
TypeScript
1
star
30

koa-error-lite

A minimal error-handler middleware for Koa apps
JavaScript
1
star
31

stackline

TypeScript
1
star
32

package-control

An API client for searching Package Control packages.
JavaScript
1
star
33

blyss

[DEPRECATED] Zero config JS linter with builtin support for Flow.
JavaScript
1
star
34

sanitize-latex

A string sanitizer for LaTeX symbols.
JavaScript
1
star