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

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

[elpa] master 6eef78b 21/31: Add spacegray theme.


From: Jackson Ray Hamilton
Subject: [elpa] master 6eef78b 21/31: Add spacegray theme.
Date: Mon, 09 Feb 2015 01:09:37 +0000

branch: master
commit 6eef78b0e631c42e53bbf2845ab9c70fce998ff9
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

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

diff --git a/context-coloring.el b/context-coloring.el
index 7267d78..c1a8bc6 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -734,6 +734,18 @@ faces for custom themes that might not exist yet."
            "#9EA0E5"))
 
 (context-coloring-define-theme
+ 'spacegray
+ :recede t
+ :colors '("#ffffff"
+           "#89AAEB"
+           "#C189EB"
+           "#bf616a"
+           "#DCA432"
+           "#ebcb8b"
+           "#B4EB89"
+           "#89EBCA"))
+
+(context-coloring-define-theme
  'tango
  :recede t
  :colors '("#2e3436"



reply via email to

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