• Stars
    star
    417
  • Rank 103,829 (Top 3 %)
  • Language
    Emacs Lisp
  • License
    MIT License
  • Created over 9 years ago
  • Updated about 3 years ago

Reviews

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

Repository Details

Color Theme for emacs based on material design colors

Material Theme for Emacs

https://img.shields.io/badge/license-MIT-green.svg http://melpa.org/packages/material-theme-badge.svg http://stable.melpa.org/packages/material-theme-badge.svg

Emacs Theme based on the colors proposed by the Google Material Design.

Light and Dark Theme

There are two variants of the theme:

material
To use it put the following in your init.el
(load-theme 'material t)
    
material-light
To use it put the following in your init.el
(load-theme 'material-light t)
    

Screenshots

Overview

./material-theme.png

Org mode

./org-mode-demo.png

Rainbow Delimiters

./rainbow-delimiters.png

Ace-window

./ace-window.png