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

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

[elpa] master d8c682c 04/10: Add more placeholder faces.


From: Jackson Ray Hamilton
Subject: [elpa] master d8c682c 04/10: Add more placeholder faces.
Date: Sat, 07 Feb 2015 09:02:43 +0000

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

    Add more placeholder faces.
---
 context-coloring.el |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/context-coloring.el b/context-coloring.el
index 5a33eff..b0213d0 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -143,6 +143,11 @@ used.")
 
 (context-coloring-set-colors-default)
 
+;; Color 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-face-count)))
+
 
 ;;; Face functions
 



reply via email to

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