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

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

[nongnu] elpa/dracula-theme 1fb685d 018/187: Merge pull request #1 from


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 1fb685d 018/187: Merge pull request #1 from fm4d/patch-1
Date: Thu, 21 Oct 2021 18:04:48 -0400 (EDT)

branch: elpa/dracula-theme
commit 1fb685d969c4c1251fce89c8e76cb01a768c8d07
Merge: 8247743 49073df
Author: Harrison Heck <harrison.heck@gmail.com>
Commit: Harrison Heck <harrison.heck@gmail.com>

    Merge pull request #1 from fm4d/patch-1
    
    Fixed org-verbatim, org-code and org-levels
---
 dracula-theme.el | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index a8c635b..15847bb 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -46,7 +46,9 @@
       (rainbow-5 "#ffb86c")
       (rainbow-6 "#50fa7b")
       (rainbow-7 "#f1fa8c")
-      (rainbow-8 "#0189cc"))
+      (rainbow-8 "#0189cc")
+      (eph-verbatim "#f1fa8c")
+      (eph-code "#ff79c6"))
 
   (custom-theme-set-faces
    'dracula
@@ -78,12 +80,12 @@
    `(default-italic ((,class (:italic t))))
    `(link ((,class (:foreground ,const :underline t))))
    `(linum ((,class (:slant italic :foreground ,bg4 :background ,bg1))))
-   `(org-code ((,class (:foreground ,fg2))))
+   `(org-code ((,class (:foreground ,eph-code :bold t))))
    `(org-hide ((,class (:foreground ,fg4))))
-   `(org-level-1 ((,class (:bold t :foreground ,fg2 :height 1.1))))
-   `(org-level-2 ((,class (:bold nil :foreground ,fg3))))
-   `(org-level-3 ((,class (:bold t :foreground ,fg4))))
-   `(org-level-4 ((,class (:bold nil :foreground ,bg4))))
+   `(org-level-1 ((,class (:bold nil :foreground ,fg2 :height 1.3))))
+   `(org-level-2 ((,class (:bold nil :foreground ,fg2 :height 1.25))))
+   `(org-level-3 ((,class (:bold nil :foreground ,fg2 :height 1.20))))
+   `(org-level-4 ((,class (:bold nil :foreground ,fg2 :height 1.15))))
    `(org-date ((,class (:underline t :foreground ,var) )))
    `(org-footnote  ((,class (:underline t :foreground ,fg4))))
    `(org-link ((,class (:underline t :foreground ,type ))))
@@ -102,7 +104,7 @@
    `(org-scheduled ((,class (:foreground ,type))))
    `(org-scheduled-today ((,class (:foreground ,func :weight bold :height 
1.2))))
    `(org-ellipsis ((,class (:foreground ,builtin))))
-   `(org-verbatim ((,class (:foreground ,fg4))))
+   `(org-verbatim ((,class (:foreground ,eph-verbatim :italic t))))
    `(org-document-info-keyword ((,class (:foreground ,func))))
    `(font-latex-bold-face ((,class (:foreground ,type))))
    `(font-latex-italic-face ((,class (:foreground ,key3 :italic t))))



reply via email to

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