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

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

[elpa] master a1b7f3e 08/26: Define extra faces in `context-coloring-set


From: Jackson Ray Hamilton
Subject: [elpa] master a1b7f3e 08/26: Define extra faces in `context-coloring-set-colors-default'.
Date: Sat, 14 Feb 2015 08:19:34 +0000

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

    Define extra faces in `context-coloring-set-colors-default'.
---
 context-coloring.el |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/context-coloring.el b/context-coloring.el
index 076575c..6658411 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -139,14 +139,14 @@ and DARK backgrounds."
   (context-coloring-defface-default 7)
   (setq context-coloring-maximum-face 7)
   (setq context-coloring-original-maximum-face
-        context-coloring-maximum-face))
+        context-coloring-maximum-face)
 
-(context-coloring-set-colors-default)
+  ;; Theme authors can have up to 26 levels: 1 (0th) for globals, 24 (1st-24th)
+  ;; for in-betweens, and 1 (25th) for infinity.
+  (dotimes (number 18)
+    (context-coloring-defface-default (+ number context-coloring-maximum-face 
1))))
 
-;; Theme authors can have up to 26 levels: 1 (0th) for globals, 24 (1st-24th)
-;; for in-betweens, and 1 (25th) for infinity.
-(dotimes (number 18)
-  (context-coloring-defface-default (+ number context-coloring-maximum-face 
1)))
+(context-coloring-set-colors-default)
 
 
 ;;; Face functions



reply via email to

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