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

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

[elpa] externals/engrave-faces 6fa12694e6 7/8: Rename default theme shor


From: ELPA Syncer
Subject: [elpa] externals/engrave-faces 6fa12694e6 7/8: Rename default theme shorts and slugs
Date: Sat, 7 May 2022 13:57:31 -0400 (EDT)

branch: externals/engrave-faces
commit 6fa12694e6de1bb3fa2ce0a137e7b3d567c0a079
Author: TEC <tec@tecosaur.com>
Commit: TEC <tec@tecosaur.com>

    Rename default theme shorts and slugs
---
 engrave-faces.el | 68 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

diff --git a/engrave-faces.el b/engrave-faces.el
index e80c5c3f23..d31167574a 100644
--- a/engrave-faces.el
+++ b/engrave-faces.el
@@ -263,45 +263,45 @@ This function is lifted from htmlize."
 (defcustom engrave-faces-themes
   '((default .
       (;; faces.el --- excluding: bold, italic, bold-italic, underline, and 
some others
-       (default                             :short "default"          :slug 
"D"     :foreground "#000000")
-       (shadow                              :short "shadow"           :slug 
"sh"    :foreground "#7f7f7f")
-       (success                             :short "success"          :slug 
"ss"    :foreground "#228b22" :weight bold)
-       (warning                             :short "warning"          :slug 
"w"     :foreground "#ff8e00" :weight bold)
-       (error                               :short "error"            :slug 
"e"     :foreground "#ff0000" :weight bold)
+       (default                             :short "default"             :slug 
"D"   :foreground "#000000")
+       (shadow                              :short "shadow"              :slug 
"h"   :foreground "#7f7f7f")
+       (success                             :short "success"             :slug 
"sc"  :foreground "#228b22" :weight bold)
+       (warning                             :short "warning"             :slug 
"w"   :foreground "#ff8e00" :weight bold)
+       (error                               :short "error"               :slug 
"e"   :foreground "#ff0000" :weight bold)
        ;; font-lock.el
-       (font-lock-comment-face              :short "comment"          :slug 
"ct"    :foreground "#b22222")
-       (font-lock-comment-delimiter-face    :short "comment-delim"    :slug 
"cd"    :foreground "#b22222")
-       (font-lock-string-face               :short "string"           :slug 
"s"     :foreground "#8b2252")
-       (font-lock-doc-face                  :short "doc"              :slug 
"d"     :foreground "#8b2252")
-       (font-lock-doc-markup-face           :short "doc-markup"       :slug 
"dm"    :foreground "#008b8b")
-       (font-lock-keyword-face              :short "keyword"          :slug 
"k"     :foreground "#9370db")
-       (font-lock-builtin-face              :short "builtin"          :slug 
"b"     :foreground "#483d8b")
-       (font-lock-function-name-face        :short "function"         :slug 
"f"     :foreground "#0000ff")
-       (font-lock-variable-name-face        :short "variable"         :slug 
"v"     :foreground "#a0522d")
-       (font-lock-type-face                 :short "type"             :slug 
"t"     :foreground "#228b22")
-       (font-lock-constant-face             :short "constant"         :slug 
"c"     :foreground "#008b8b")
-       (font-lock-warning-face              :short "fl-warning"       :slug 
"W"     :foreground "#ff0000" :weight bold)
-       (font-lock-negation-char-face        :short "neg-char"         :slug 
"nc")
-       (font-lock-preprocessor-face         :short "preprocessor"     :slug 
"pp"    :foreground "#483d8b")
-       (font-lock-regexp-grouping-construct :short "regexp"           :slug 
"rc"    :weight bold)
-       (font-lock-regexp-grouping-backslash :short "regexp-backslash" :slug 
"rb"    :weight bold)
+       (font-lock-comment-face              :short "fl-comment"          :slug 
"c"   :foreground "#b22222")
+       (font-lock-comment-delimiter-face    :short "fl-comment-delim"    :slug 
"cd"  :foreground "#b22222")
+       (font-lock-string-face               :short "fl-string"           :slug 
"s"   :foreground "#8b2252")
+       (font-lock-doc-face                  :short "fl-doc"              :slug 
"d"   :foreground "#8b2252")
+       (font-lock-doc-markup-face           :short "fl-doc-markup"       :slug 
"m"   :foreground "#008b8b")
+       (font-lock-keyword-face              :short "fl-keyword"          :slug 
"k"   :foreground "#9370db")
+       (font-lock-builtin-face              :short "fl-builtin"          :slug 
"b"   :foreground "#483d8b")
+       (font-lock-function-name-face        :short "fl-function"         :slug 
"f"   :foreground "#0000ff")
+       (font-lock-variable-name-face        :short "fl-variable"         :slug 
"v"   :foreground "#a0522d")
+       (font-lock-type-face                 :short "fl-type"             :slug 
"t"   :foreground "#228b22")
+       (font-lock-constant-face             :short "fl-constant"         :slug 
"o"   :foreground "#008b8b")
+       (font-lock-warning-face              :short "fl-warning"          :slug 
"wr"  :foreground "#ff0000" :weight bold)
+       (font-lock-negation-char-face        :short "fl-neg-char"         :slug 
"nc")
+       (font-lock-preprocessor-face         :short "fl-preprocessor"     :slug 
"pp"  :foreground "#483d8b")
+       (font-lock-regexp-grouping-construct :short "fl-regexp"           :slug 
"rc"                        :weight bold)
+       (font-lock-regexp-grouping-backslash :short "fl-regexp-backslash" :slug 
"rb"                        :weight bold)
        ;; org-faces.el
-       (org-block                           :short "org-block"        :slug 
"ob") ; forcing no background is preferable
+       (org-block                           :short "org-block"           :slug 
"ob") ; forcing no background is preferable
        ;; highlight-numbers.el
-       (highlight-numbers-number            :short "number"           :slug 
"hn"    :foreground "#008b8b")
+       (highlight-numbers-number            :short "hl-number"           :slug 
"hn"  :foreground "#008b8b")
        ;; highlight-quoted.el
-       (highlight-quoted-quote              :short "qquote"           :slug 
"hq"    :foreground "#9370db")
-       (highlight-quoted-symbol             :short "qsymbol"          :slug 
"hs"    :foreground "#008b8b")
+       (highlight-quoted-quote              :short "hl-qquote"           :slug 
"hq"  :foreground "#9370db")
+       (highlight-quoted-symbol             :short "hl-qsymbol"          :slug 
"hs"  :foreground "#008b8b")
        ;; rainbow-delimiters.el
-       (rainbow-delimiters-depth-1-face     :short "rd1"              :slug 
"rdi"   :foreground "#707183")
-       (rainbow-delimiters-depth-2-face     :short "rd2"              :slug 
"rdii"  :foreground "#7388d6")
-       (rainbow-delimiters-depth-3-face     :short "rd3"              :slug 
"rdiii" :foreground "#909183")
-       (rainbow-delimiters-depth-4-face     :short "rd4"              :slug 
"rdiv"  :foreground "#709870")
-       (rainbow-delimiters-depth-5-face     :short "rd5"              :slug 
"rdv"   :foreground "#907373")
-       (rainbow-delimiters-depth-6-face     :short "rd6"              :slug 
"rdvi"  :foreground "#6276ba")
-       (rainbow-delimiters-depth-7-face     :short "rd7"              :slug 
"rdvii" :foreground "#858580")
-       (rainbow-delimiters-depth-8-face     :short "rd8"              :slug 
"rdiix" :foreground "#80a880")
-       (rainbow-delimiters-depth-9-face     :short "rd9"              :slug 
"rdix"  :foreground "#887070"))))
+       (rainbow-delimiters-depth-1-face     :short "rd-1"                :slug 
"rda" :foreground "#707183")
+       (rainbow-delimiters-depth-2-face     :short "rd-2"                :slug 
"rdb" :foreground "#7388d6")
+       (rainbow-delimiters-depth-3-face     :short "rd-3"                :slug 
"rdc" :foreground "#909183")
+       (rainbow-delimiters-depth-4-face     :short "rd-4"                :slug 
"rdd" :foreground "#709870")
+       (rainbow-delimiters-depth-5-face     :short "rd-5"                :slug 
"rde" :foreground "#907373")
+       (rainbow-delimiters-depth-6-face     :short "rd-6"                :slug 
"rdf" :foreground "#6276ba")
+       (rainbow-delimiters-depth-7-face     :short "rd-7"                :slug 
"rdg" :foreground "#858580")
+       (rainbow-delimiters-depth-8-face     :short "rd-8"                :slug 
"rdh" :foreground "#80a880")
+       (rainbow-delimiters-depth-9-face     :short "rd-9"                :slug 
"rdi" :foreground "#887070"))))
   "A collection of named style presets.
 
 This takes the form of an alist with theme names as the cars, with



reply via email to

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