]> code.delx.au - gnu-emacs-elpa/commitdiff
Add leuven theme.
authorJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Fri, 6 Feb 2015 09:55:52 +0000 (01:55 -0800)
committerJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Fri, 6 Feb 2015 09:55:52 +0000 (01:55 -0800)
README.md
context-coloring.el

index bf037a59ab3594e3bb239a12929d27507ee8b659..288ee54d7f4694a8b2326778f9197aab20a07a19 100644 (file)
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ You can enable different color schemes via `context-coloring-load-theme`. (The
 screenshot above pairs the [zenburn][] color theme with the similarly-named
 context-coloring theme.)
 
-Built-in available themes are: `monokai`, `solarized`, `tango` and
+Built-in available themes are: `leuven`, `monokai`, `solarized`, `tango` and
 `zenburn`. Contributions are welcome.
 
 ```lisp
index b0213d0560d98b734189d95b7061fafe13d1d429..2a8b8f94b232f62bd2e271859ee03a7cd6f392cf 100644 (file)
@@ -498,6 +498,18 @@ coloring."
       (error (format "No such theme `%s'" theme)))
     (funcall function)))
 
+(context-coloring-define-theme
+ 'leuven
+ :colors '("#333333"
+           "#0000FF"
+           "#6434A3"
+           "#BA36A5"
+           "#D0372D"
+           "#036A07"
+           "#006699"
+           "#006FE0"
+           "#808080"))
+
 (context-coloring-define-theme
  'monokai
  :colors '("#F8F8F2"