branch: elpa/material-theme
commit 3f6303fe8bb1a7751c9ca6e1c62480dff95c9d15
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
update readme and screenshots
---
Readme.org | 16 +++++++++++++++-
ace-window.png | Bin 274196 -> 255425 bytes
material-light-theme.el | 2 +-
material-theme.png | Bin 366699 -> 678531 bytes
org-mode-demo.png | Bin 200399 -> 356360 bytes
5 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/Readme.org b/Readme.org
index 14ab696..a7e5c68 100644
--- a/Readme.org
+++ b/Readme.org
@@ -2,7 +2,21 @@
[[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]]
-Emacs Theme based on the colors proposed by the
[[http://www.google.com/design/spec/style/color.html#color-color-palette][Google
Material Design]]
+Emacs Theme based on the colors proposed by the
[[http://www.google.com/design/spec/style/color.html#color-color-palette][Google
Material Design]].
+
+There are two variants
+
+- 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
diff --git a/ace-window.png b/ace-window.png
index 330d097..cb19fd2 100644
Binary files a/ace-window.png and b/ace-window.png differ
diff --git a/material-light-theme.el b/material-light-theme.el
index 4cd47e9..d1e0788 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -195,7 +195,7 @@
;; Emacs interface
`(cursor ((,class (:background ,orange))))
`(fringe ((,class (:background ,current-line))))
- `(linum ((,class (:background ,background :foreground ,subtle))))
+ `(linum ((,class (:background ,current-line :foreground ,foreground))))
`(linum-highlight-face ((,class (:background ,current-line :foreground
,foreground))))
`(border ((,class (:background ,current-line))))
`(border-glyph ((,class (nil))))
diff --git a/material-theme.png b/material-theme.png
index 3a1973c..7f90364 100644
Binary files a/material-theme.png and b/material-theme.png differ
diff --git a/org-mode-demo.png b/org-mode-demo.png
index be84643..7f0044a 100644
Binary files a/org-mode-demo.png and b/org-mode-demo.png differ