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

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

[elpa] externals/ef-themes 7d149bef1a 8/8: Add support for built-in char


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 7d149bef1a 8/8: Add support for built-in chart
Date: Sat, 20 Aug 2022 00:57:38 -0400 (EDT)

branch: externals/ef-themes
commit 7d149bef1affc3208164ac54f484088f10f4fe3e
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for built-in chart
---
 ef-themes.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index fb5283470e..0574927338 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1336,7 +1336,11 @@ Helper function for `ef-themes-preview-colors'."
   "Face specs for use with `ef-themes-theme'.")
 
 (defconst ef-themes-custom-variables
-  '()
+  '(
+;;;; chart
+    `(chart-face-color-list
+      '( ,red-graph-0-bg ,green-graph-0-bg ,yellow-graph-0-bg ,blue-graph-0-bg 
,magenta-graph-0-bg ,cyan-graph-0-bg
+         ,red-graph-1-bg ,green-graph-1-bg ,yellow-graph-1-bg ,blue-graph-1-bg 
,magenta-graph-1-bg ,cyan-graph-1-bg)))
   "Custom variables for `ef-themes-theme'.")
 
 ;;; Theme macros



reply via email to

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