Readme.org

August 14, 2016 ยท View on GitHub

Emacs Theme based on the colors proposed by the [[http://www.google.com/design/spec/style/color.html#color-color-palette][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 #+begin_src emacs-lisp (load-theme 'material t) #+end_src

  • material-light :: To use it put the following in your init.el #+begin_src emacs-lisp (load-theme 'material-light t) #+end_src

  • Screenshots

** Overview [[./material-theme.png]]

** Org mode [[./org-mode-demo.png]]

** Rainbow Delimiters [[./rainbow-delimiters.png]]

** Ace-window [[./ace-window.png]]