emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 39d97de 05/10: Add leuven theme.


From: Jackson Ray Hamilton
Subject: [elpa] master 39d97de 05/10: Add leuven theme.
Date: Sat, 07 Feb 2015 09:02:44 +0000

branch: master
commit 39d97de0fcadd1bf0ef2f8af0c48df7c696b6079
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    Add leuven theme.
---
 README.md           |    2 +-
 context-coloring.el |   12 ++++++++++++
 2 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/README.md b/README.md
index bf037a5..288ee54 100644
--- 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
diff --git a/context-coloring.el b/context-coloring.el
index b0213d0..2a8b8f9 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -499,6 +499,18 @@ coloring."
     (funcall function)))
 
 (context-coloring-define-theme
+ 'leuven
+ :colors '("#333333"
+           "#0000FF"
+           "#6434A3"
+           "#BA36A5"
+           "#D0372D"
+           "#036A07"
+           "#006699"
+           "#006FE0"
+           "#808080"))
+
+(context-coloring-define-theme
  'monokai
  :colors '("#F8F8F2"
            "#66D9EF"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]