branch: master commit d8c682c72573714e2f630edeb46440584d4a2aa4 Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com> Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
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