Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cpaulik/emacs-material-theme
Color Theme for emacs based on material design colors
https://github.com/cpaulik/emacs-material-theme
Last synced: 4 days ago
JSON representation
Color Theme for emacs based on material design colors
- Host: GitHub
- URL: https://github.com/cpaulik/emacs-material-theme
- Owner: cpaulik
- License: mit
- Created: 2015-03-14T15:42:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-04T12:26:50.000Z (about 3 years ago)
- Last Synced: 2024-08-02T01:26:14.538Z (3 months ago)
- Language: Emacs Lisp
- Size: 2.98 MB
- Stars: 416
- Watchers: 9
- Forks: 48
- Open Issues: 7
-
Metadata Files:
- Readme: Readme.org
- Changelog: changes.org
- License: LICENSE.txt
Awesome Lists containing this project
README
* Material Theme for Emacs
[[https://github.com/cpaulik/emacs-material-theme/blob/master/LICENSE.txt][file:https://img.shields.io/badge/license-MIT-green.svg]]
[[http://melpa.org/#/material-theme][file:http://melpa.org/packages/material-theme-badge.svg]]
[[http://stable.melpa.org/#/material-theme][file:http://stable.melpa.org/packages/material-theme-badge.svg]]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]]