branch: elpa/dracula-theme
commit 3309ca6b7cbc3fd2fd0064f09cdf9a2c20b7e342
Merge: 8b3a005db9 47921e0fb0
Author: Étienne Pflieger <etie...@depar.is>
Commit: GitHub <nore...@github.com>

    Merge pull request #112 from greg19/imenu-list
    
    imenu-list
---
 dracula-theme.el | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/dracula-theme.el b/dracula-theme.el
index bc0d28351c..a2ce6ed1eb 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -580,6 +580,18 @@ read it before opening a new issue about your will.")
                (ido-virtual :foreground ,dracula-cyan)
                (ido-incomplete-regexp :inherit font-lock-warning-face)
                (ido-indicator :foreground ,dracula-fg :background 
,dracula-pink)
+               ;; imenu-list
+               (imenu-list-entry-face-0 :foreground ,dracula-pink)
+               (imenu-list-entry-face-1 :foreground ,dracula-purple)
+               (imenu-list-entry-face-2 :foreground ,dracula-green)
+               (imenu-list-entry-face-3 :foreground ,dracula-yellow)
+               (imenu-list-entry-subalist-face-0 :inherit 
imenu-list-entry-face-0 :weight bold :underline t
+                                                 ,@(when 
dracula-enlarge-headings (list :height dracula-height-title-1)))
+               (imenu-list-entry-subalist-face-1 :inherit 
imenu-list-entry-face-1 :weight bold :underline t
+                                                 ,@(when 
dracula-enlarge-headings (list :height dracula-height-title-2)))
+               (imenu-list-entry-subalist-face-2 :inherit 
imenu-list-entry-face-2 :weight bold :underline t
+                                                 ,@(when 
dracula-enlarge-headings (list :height dracula-height-title-3)))
+               (imenu-list-entry-subalist-face-3 :inherit 
imenu-list-entry-face-3 :weight bold :underline t)
                ;; ivy
                (ivy-current-match
                 ,@(if dracula-alternate-mode-line-and-minibuffer

Reply via email to