Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willsoto/material-color-scheme
Sublime Text syntax theme based off the Material Design color palette
https://github.com/willsoto/material-color-scheme
Last synced: 2 months ago
JSON representation
Sublime Text syntax theme based off the Material Design color palette
- Host: GitHub
- URL: https://github.com/willsoto/material-color-scheme
- Owner: willsoto
- License: mit
- Archived: true
- Created: 2014-07-29T16:52:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-07T23:50:41.000Z (about 9 years ago)
- Last Synced: 2024-06-13T08:46:21.079Z (7 months ago)
- Language: CSS
- Size: 4.57 MB
- Stars: 70
- Watchers: 5
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-material - material-color-scheme
README
# Material Color Scheme
[![License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/paradox41/material-color-scheme)
[![Tag](https://img.shields.io/github/tag/paradox41/material-color-scheme.svg?style=flat)](https://github.com/paradox41/material-color-scheme)Syntax theme based off of the [Material Design color palette](http://www.google.com/design/spec/style/color.html)
## Sublime Text 2/3
### Install using Package Control
If you are using [Package Control](https://sublime.wbond.net/), you can
install Material Color Scheme via **Package Control: Install Package**. Search for `Material Color Scheme` once the list appears. Select Material Color Scheme by going to **Preferences -> Color Scheme -> Material Color Scheme**### Manual install
1. Clone `[email protected]:paradox41/material-color-scheme.git` and then copy the **Material.tmTheme** file
2. Open Sublime text and click on **Preferences -> Browse Packages**
3. Then put the **Material.tmTheme** there
4. Select Material Color Scheme by going to **Preferences -> Color Scheme -> Material Color Scheme**### Settings
Ensure you have `"highlight_line": true` in your `Preferences.sublime-settings` file if you are using ST3.
### Migrating from 1.x to 2.x (Sublime only)
When upgrading from 1.x, you will need to reactivate the Material scheme from your preferences menu.
Preferences -> Color Scheme...
As part of a refactor, the location of the *.tmTheme files changed.
### Atom
Install using `apm install material` or get it [here](https://atom.io/themes/material).
### Theme
The theme being used in the screenshots is [Preap](https://packagecontrol.io/packages/Preap)
### HTML and JavaScript
![HTML and JavaScript](https://raw.githubusercontent.com/paradox41/material-color-scheme/master/screenshots/material-dark-html-js.jpg)
![HTML and JavaScript](https://raw.githubusercontent.com/paradox41/material-color-scheme/master/screenshots/material-light-html-js.jpg)### Python
![Python](https://raw.githubusercontent.com/paradox41/material-color-scheme/master/screenshots/material-dark-python.jpg)
![Python](https://raw.githubusercontent.com/paradox41/material-color-scheme/master/screenshots/material-light-python.jpg)### Sass and Less
![Sass and Less](https://raw.githubusercontent.com/paradox41/material-color-scheme/master/screenshots/material-dark-scss-less.jpg)
![Sass and Less](https://raw.githubusercontent.com/paradox41/material-color-scheme/master/screenshots/material-light-scss-less.jpg)