branch: elpa/spacemacs-theme commit 2ffca41e6e9aa55d8de5c40c6fb61e0d47763b5d Author: nashamri <designernas...@gmail.com> Commit: nashamri <designernas...@gmail.com>
imenu support --- spacemacs-theme.el | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/spacemacs-theme.el b/spacemacs-theme.el index 4464164e6f..3cf28cbfea 100644 --- a/spacemacs-theme.el +++ b/spacemacs-theme.el @@ -636,6 +636,16 @@ to `auto', tags may not be properly aligned. " `(ido-subdir ((,class (:foreground ,keyword)))) `(ido-vertical-match-face ((,class (:foreground ,comp :underline nil)))) +;;;;; imenu + `(imenu-list-entry-face-0 ((,class (:foreground ,head1)))) + `(imenu-list-entry-face-1 ((,class (:foreground ,head2)))) + `(imenu-list-entry-face-2 ((,class (:foreground ,head3)))) + `(imenu-list-entry-face-3 ((,class (:foreground ,head4)))) + `(imenu-list-entry-subalist-face-0 ((,class (:foreground ,head1 :inherit bold)))) + `(imenu-list-entry-subalist-face-1 ((,class (:foreground ,head2 :inherit bold)))) + `(imenu-list-entry-subalist-face-2 ((,class (:foreground ,head3 :inherit bold)))) + `(imenu-list-entry-subalist-face-3 ((,class (:foreground ,head4 :inherit bold)))) + ;;;;; info `(info-header-xref ((,class (:foreground ,func :underline t)))) `(info-menu ((,class (:foreground ,suc))))