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

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

[nongnu] elpa/dracula-theme 499a4d3 117/187: Use a more readable color f


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 499a4d3 117/187: Use a more readable color for comment in 256 colors
Date: Thu, 21 Oct 2021 18:05:06 -0400 (EDT)

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

    Use a more readable color for comment in 256 colors
---
 dracula-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index dbf0cf2..e43561f 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -22,7 +22,7 @@
                 (dracula-bg      "#282a36" "#262626" nil)             ; 
official background
                 (dracula-current "#44475a" "#262626" "brightblack")   ; 
official current-line/selection
                 (dracula-fg      "#f8f8f2" "white"   "white")         ; 
official foreground
-                (dracula-comment "#6272a4" "#525252" "blue")          ; 
official comment
+                (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



reply via email to

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