From 39d97de0fcadd1bf0ef2f8af0c48df7c696b6079 Mon Sep 17 00:00:00 2001 From: Jackson Ray Hamilton Date: Fri, 6 Feb 2015 01:55:52 -0800 Subject: [PATCH] Add leuven theme. --- README.md | 2 +- context-coloring.el | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf037a59a..288ee54d7 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 b0213d056..2a8b8f94b 100644 --- a/context-coloring.el +++ b/context-coloring.el @@ -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" -- 2.39.2