branch: elpa/dracula-theme commit 47921e0fb0e074815bba728c6e791768a4049198 Author: Grzegorz Kwacz <gkw...@hotmail.com> Commit: Grzegorz Kwacz <gkw...@hotmail.com>
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