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

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

diff --git a/context-coloring.el b/context-coloring.el
index f83b5b0..a549b9d 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -710,6 +710,18 @@ faces for custom themes that might not exist yet."
            "#235c5c"))
 
 (context-coloring-define-theme
+ 'grandshell
+ :recede t
+ :colors '("#bebebe"
+           "#5af2ee"
+           "#b2baf6"
+           "#f09fff"
+           "#efc334"
+           "#f6df92"
+           "#acfb5a"
+           "#888888"))
+
+(context-coloring-define-theme
  'leuven
  :recede t
  :colors '("#333333"

Reply via email to