branch: elpa/dracula-theme
commit 60461941799ab6e7b6213ff5fa38b99f7e2c736f
Author: Romain <[email protected]>
Commit: Romain <[email protected]>

    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