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

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

[nongnu] elpa/dracula-theme d9a3948 060/187: Use labels for hex-coded co


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme d9a3948 060/187: Use labels for hex-coded colors
Date: Thu, 21 Oct 2021 18:04:55 -0400 (EDT)

branch: elpa/dracula-theme
commit d9a394804beaceb2078811c2dee8a3048f7669c1
Author: Sebastian Reuße <seb@wirrsal.net>
Commit: Sebastian Reuße <seb@wirrsal.net>

    Use labels for hex-coded colors
---
 dracula-theme.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index a1853e2..f57240a 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -47,6 +47,7 @@
                 (rainbow-7    "#f1fa8c")
                 (rainbow-8    "#0189cc")
                 (rainbow-9    "#ff5555")
+                (rainbow-10   "#a0522d")
                 (eph-verbatim "#f1fa8c")
                 (eph-code     "#ff79c6")))
       (faces '(;; default
@@ -283,7 +284,7 @@
                (powerline-evil-motion-face :inherit powerline-evil-base-face 
:background ,rainbow-3)
                (powerline-evil-normal-face :inherit powerline-evil-base-face 
:background ,rainbow-6)
                (powerline-evil-operator-face :inherit powerline-evil-base-face 
:background ,rainbow-4)
-               (powerline-evil-replace-face :inherit powerline-evil-base-face 
:background "#ff5555")
+               (powerline-evil-replace-face :inherit powerline-evil-base-face 
:background ,rainbow-9)
                (powerline-evil-visual-face :inherit powerline-evil-base-face 
:background ,rainbow-5)
                (powerline-active1 :background ,bg6 :foreground ,fg1)
                (powerline-active2 :background ,bg6 :foreground ,fg1)
@@ -308,7 +309,7 @@
                (rpm-spec-package-face :foreground ,rainbow-3)
                (rpm-spec-section-face :foreground ,rainbow-7)
                (rpm-spec-tag-face :foreground ,rainbow-2)
-               (rpm-spec-var-face :foreground "#a0522d")
+               (rpm-spec-var-face :foreground ,rainbow-10)
                ;; slime
                (slime-repl-inputed-output-face :foreground ,type)
                ;; spam



reply via email to

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