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

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

[nongnu] elpa/dracula-theme 12cab6a 1/2: Alphabetically sort basic faces


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 12cab6a 1/2: Alphabetically sort basic faces settings
Date: Mon, 6 Dec 2021 08:57:46 -0500 (EST)

branch: elpa/dracula-theme
commit 12cab6a0fc361564a0261ae33d7b8d9fe92d9b65
Author: Étienne Deparis <etienne@depar.is>
Commit: Étienne Deparis <etienne@depar.is>

    Alphabetically sort basic faces settings
---
 dracula-theme.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 766c22a..21a6cea 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -97,12 +97,14 @@ read it before opening a new issue about your will.")
                 (fg3             "#ccccc7" "#c6c6c6" "white")
                 (fg4             "#b6b6b2" "#b2b2b2" "white")
                 (other-blue      "#0189cc" "#0087ff" "brightblue")))
-      (faces '(;; default
+      (faces '(;; default / basic faces
                (cursor :background ,fg3)
                (default :background ,dracula-bg :foreground ,dracula-fg)
                (default-italic :slant italic)
+               (error :foreground ,dracula-red)
                (ffap :foreground ,fg4)
                (fringe :background ,dracula-bg :foreground ,fg4)
+               (header-line :background ,dracula-bg)
                (highlight :foreground ,fg3 :background ,bg3)
                (hl-line :background ,dracula-current :extend t)
                (info-quoted-name :foreground ,dracula-orange)
@@ -119,13 +121,11 @@ read it before opening a new issue about your will.")
                (read-multiple-choice-face :inherit 
completions-first-difference)
                (region :inherit match :extend t)
                (shadow :foreground ,dracula-comment)
+               (success :foreground ,dracula-green)
                (trailing-whitespace :background ,dracula-orange)
                (vertical-border :foreground ,bg2)
-               (success :foreground ,dracula-green)
                (warning :foreground ,dracula-orange)
-               (error :foreground ,dracula-red)
-               (header-line :background ,dracula-bg)
-               ;; syntax
+               ;; syntax / font-lock
                (font-lock-builtin-face :foreground ,dracula-orange)
                (font-lock-comment-face :inherit shadow)
                (font-lock-comment-delimiter-face :inherit shadow)



reply via email to

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