Emacs Theme based on the colors proposed by the Google Material Design.
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)