branch: master
commit 35b3e713f319bcba66963a9abf4df1a2d54beb9d
Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>

    Add ample theme.
---
 context-coloring.el |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/context-coloring.el b/context-coloring.el
index a09ee19..f83b5b0 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -683,6 +683,18 @@ faces for custom themes that might not exist yet."
         (context-coloring-set-colors-default)))))
 
 (context-coloring-define-theme
+ 'ample
+ :recede t
+ :colors '("#bdbdb3"
+           "#baba36"
+           "#6aaf50"
+           "#5180b3"
+           "#ab75c3"
+           "#cd7542"
+           "#dF9522"
+           "#454545"))
+
+(context-coloring-define-theme
  'anti-zenburn
  :recede t
  :colors '("#232333"

Reply via email to