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

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

[nongnu] elpa/dracula-theme 6046194 030/187: Change the colors for const


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 6046194 030/187: Change the colors for const, builtin and type
Date: Thu, 21 Oct 2021 18:04:50 -0400 (EDT)

branch: elpa/dracula-theme
commit 60461941799ab6e7b6213ff5fa38b99f7e2c736f
Author: Romain <roma1n@icloud.com>
Commit: Romain <roma1n@icloud.com>

    Change the colors for const, builtin and type
---
 dracula-theme.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 443f9e7..2acc8cc 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -30,13 +30,13 @@
       (bg5 "#44475a")
       (key2 "#0189cc")
       (key3 "#ff79c6")
-      (builtin "#8be9fd")
+      (builtin "#ffb86c")
       (keyword "#ff79c6")
-      (const   "#bd93f9")
+      (const   "#8be9fd")
       (comment "#6272a4")
       (func    "#50fa7b")
       (str     "#f1fa8c")
-      (type    "#f8f8f2")
+      (type    "#bd93f9")
       (var     "#f8f8f2")
       (warning "#ffb86c")
       (rainbow-1 "#f8f8f2")



reply via email to

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