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

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

[nongnu] elpa/dracula-theme 6483f60 119/187: Use a clearer color for com


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 6483f60 119/187: Use a clearer color for comments in 256 colors mode
Date: Thu, 21 Oct 2021 18:05:06 -0400 (EDT)

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

    Use a clearer color for comments in 256 colors mode
---
 dracula-theme.el | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index f3beb90..9b39be1 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -20,16 +20,16 @@
 ;; Assigment form: VARIABLE COLOR [TTY-COLOR]
 (let ((colors '(;; Upstream theme color
                 (dracula-bg      "#282a36" "#262626" nil) ; official background
-                (dracula-fg      "#f8f8f2" "brightwhite" "brightwhite") ; 
official foreground
-                (dracula-current "#44475a" "#262626" "brightblack")   ; 
official current-line/selection
-                (dracula-comment "#6272a4" "#595959" "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-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-red     "#ff5555" "#ff6655" "red")         ; official 
red
+                (dracula-yellow  "#f1fa8c" "#ffff88" "yellow")      ; official 
yellow
                 ;; Other colors
                 (bg2             "#373844" "#2e2e2e" "brightblack")
                 (bg3             "#464752" "#262626" "brightblack")



reply via email to

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