solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit e1a93c930d8f72ceb13dc9816b338437c7abad13
parent f6160e5de9c270d891b14f050ffd9761ec2cf2ee
Author: Jimmy Yuen Ho Wong <wyuenho@gmail.com>
Date:   Wed, 20 Jun 2018 21:26:55 +0100

Closes #298 imenu-list

Diffstat:
Msolarized.el | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -1169,6 +1169,11 @@ customize the resulting theme." `(ido-virtual ((,class (:foreground ,cyan)))) ;;;;; iedit-mode `(iedit-occurrence ((,class (:background ,base03 :foreground ,magenta :bold t)))) +;;;;; imenu-list + `(imenu-list-entry-face-0 ((,class (:inherit font-lock-type-face)))) + `(imenu-list-entry-face-1 ((,class (:inherit font-lock-function-name-face)))) + `(imenu-list-entry-face-2 ((,class (:inherit font-lock-variable-name-face)))) + `(imenu-list-entry-face-3 ((,class (:inherit font-lock-string-face)))) ;;;;; info `(info-title-1 ((,class (:foreground ,base1 :weight bold)))) `(info-title-2 ((,class (:foreground ,base1 :weight bold))))