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

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

[nongnu] elpa/dracula-theme 28b6ef8 118/187: Use whitebright as fg color


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 28b6ef8 118/187: Use whitebright as fg color in terms and try to improve lazy-highlight
Date: Thu, 21 Oct 2021 18:05:06 -0400 (EDT)

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

    Use whitebright as fg color in terms and try to improve lazy-highlight
---
 dracula-theme.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index e43561f..f3beb90 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -19,9 +19,9 @@
 
 ;; Assigment form: VARIABLE COLOR [TTY-COLOR]
 (let ((colors '(;; Upstream theme color
-                (dracula-bg      "#282a36" "#262626" nil)             ; 
official background
+                (dracula-bg      "#282a36" "#262626" nil) ; official background
+                (dracula-fg      "#f8f8f2" "brightwhite" "brightwhite") ; 
official foreground
                 (dracula-current "#44475a" "#262626" "brightblack")   ; 
official current-line/selection
-                (dracula-fg      "#f8f8f2" "white"   "white")         ; 
official foreground
                 (dracula-comment "#6272a4" "#595959" "blue")          ; 
official comment
                 (dracula-cyan    "#8be9fd" "#88eeff" "brightcyan")    ; 
official cyan
                 (dracula-green   "#50fa7b" "#55ff77" "green")         ; 
official green
@@ -48,7 +48,7 @@
                (hl-line :background ,dracula-current :extend t)
                (info-quoted-name :foreground ,dracula-orange)
                (info-string :foreground ,dracula-yellow)
-               (lazy-highlight :foreground ,fg2 :background ,bg3)
+               (lazy-highlight :foreground ,fg2 :background ,bg2)
                (link :foreground ,dracula-cyan :underline t)
                (linum :slant italic :foreground ,bg4 :background ,dracula-bg)
                (line-number :slant italic :foreground ,bg4 :background 
,dracula-bg)



reply via email to

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