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

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

[nongnu] elpa/dracula-theme 1ae8236 144/187: Merge branch 'new-256'


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 1ae8236 144/187: Merge branch 'new-256'
Date: Thu, 21 Oct 2021 18:05:12 -0400 (EDT)

branch: elpa/dracula-theme
commit 1ae8236bae093ad6b32318168ce57b7a878e118d
Merge: fea2f54 2e6b7de
Author: Étienne Deparis <etienne@depar.is>
Commit: Étienne Deparis <etienne@depar.is>

    Merge branch 'new-256'
---
 dracula-theme.el | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 66a3a5e..9d784c4 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -78,25 +78,25 @@ read it before opening a new issue about your will.")
 
 ;; Assigment form: VARIABLE COLOR [256-COLOR [TTY-COLOR]]
 (let ((colors '(;; Upstream theme color
-                (dracula-bg      "#282a36" "#262626" nil) ; official background
+                (dracula-bg      "#282a36" "unspecified-bg" "unspecified-bg") 
; official background
                 (dracula-fg      "#f8f8f2" "#ffffff" "brightwhite") ; official 
foreground
-                (dracula-current "#44475a" "#262626" "brightblack") ; official 
current-line/selection
-                (dracula-comment "#6272a4" "#7a7a7a" "blue")        ; official 
comment
-                (dracula-cyan    "#8be9fd" "#88eeff" "brightcyan")  ; official 
cyan
-                (dracula-green   "#50fa7b" "#55ff77" "green")       ; official 
green
-                (dracula-orange  "#ffb86c" "#ffbb66" "brightred")   ; official 
orange
-                (dracula-pink    "#ff79c6" "#ff77cc" "magenta")     ; official 
pink
-                (dracula-purple  "#bd93f9" "#bb99ff" "brightmagenta") ; 
official purple
-                (dracula-red     "#ff5555" "#ff6655" "red")         ; official 
red
-                (dracula-yellow  "#f1fa8c" "#ffff88" "yellow")      ; official 
yellow
+                (dracula-current "#44475a" "#303030" "brightblack") ; official 
current-line/selection
+                (dracula-comment "#6272a4" "#5f5faf" "blue")        ; official 
comment
+                (dracula-cyan    "#8be9fd" "#87d7ff" "brightcyan")  ; official 
cyan
+                (dracula-green   "#50fa7b" "#5fff87" "green")       ; official 
green
+                (dracula-orange  "#ffb86c" "#ffaf5f" "brightred")   ; official 
orange
+                (dracula-pink    "#ff79c6" "#ff87d7" "magenta")     ; official 
pink
+                (dracula-purple  "#bd93f9" "#af87ff" "brightmagenta") ; 
official purple
+                (dracula-red     "#ff5555" "#ff8787" "red")         ; official 
red
+                (dracula-yellow  "#f1fa8c" "#ffff87" "yellow")      ; official 
yellow
                 ;; Other colors
-                (bg2             "#373844" "#2e2e2e" "brightblack")
+                (bg2             "#373844" "#121212" "brightblack")
                 (bg3             "#464752" "#262626" "brightblack")
-                (bg4             "#565761" "#3f3f3f" "brightblack")
-                (fg2             "#e2e2dc" "#bfbfbf" "brightwhite")
-                (fg3             "#ccccc7" "#cccccc" "white")
-                (fg4             "#b6b6b2" "#bbbbbb" "white")
-                (other-blue      "#0189cc" "#0088cc" "brightblue")))
+                (bg4             "#565761" "#444444" "brightblack")
+                (fg2             "#e2e2dc" "#e4e4e4" "brightwhite")
+                (fg3             "#ccccc7" "#c6c6c6" "white")
+                (fg4             "#b6b6b2" "#b2b2b2" "white")
+                (other-blue      "#0189cc" "#0087ff" "brightblue")))
       (faces '(;; default
                (cursor :background ,fg3)
                (completions-first-difference :foreground ,dracula-pink :weight 
bold)
@@ -119,7 +119,7 @@ read it before opening a new issue about your will.")
                     (list :weight 'bold :foreground dracula-pink)))
                (read-multiple-choice-face :inherit 
completions-first-difference)
                (region :inherit match :extend t)
-               (trailing-whitespace :foreground nil :background 
,dracula-orange)
+               (trailing-whitespace :foreground "unspecified-fg" :background 
,dracula-orange)
                (vertical-border :foreground ,bg2)
                (success :foreground ,dracula-green)
                (warning :foreground ,dracula-orange)
@@ -276,7 +276,7 @@ read it before opening a new issue about your will.")
                (helm-grep-file :foreground ,dracula-fg :background ,dracula-bg)
                (helm-grep-finish :foreground ,fg2 :background ,dracula-bg)
                (helm-grep-lineno :foreground ,dracula-fg :background 
,dracula-bg)
-               (helm-grep-match :foreground nil :background nil :inherit 
helm-match)
+               (helm-grep-match :foreground "unspecified-fg" :background 
"unspecified-bg" :inherit helm-match)
                (helm-grep-running :foreground ,dracula-green :background 
,dracula-bg)
                (helm-header :foreground ,fg2 :background ,dracula-bg 
:underline nil :box nil)
                (helm-moccur-buffer :foreground ,dracula-green :background 
,dracula-bg)
@@ -439,7 +439,7 @@ read it before opening a new issue about your will.")
                           :box ,dracula-current :inverse-video nil
                           ,@(if dracula-alternate-mode-line-and-minibuffer
                                 (list :foreground fg3)
-                              (list :foreground nil)))
+                              (list :foreground "unspecified-fg")))
                (mode-line-inactive
                 :inverse-video nil
                 ,@(if dracula-alternate-mode-line-and-minibuffer



reply via email to

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