branch: master commit 39d97de0fcadd1bf0ef2f8af0c48df7c696b6079 Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com> Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
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"