Skip to content

Commit

Permalink
add imenu-list styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Zika authored and Jakub Zika committed Jan 20, 2024
1 parent 8dff7d7 commit 6b7de1a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions kanagawa-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,17 @@
`(org-level-8 ((,class (:foreground ,spring-green))))
`(org-priority ((,class (:foreground ,peach-red :inherit bold :weight ,(if kanagawa-theme-org-priority-bold 'unspecified 'normal)))))

;; imenu
`(imenu-list-entry-face ((,class (:foreground ,fuji-white))))
`(imenu-list-entry-face-0 ((,class (:foreground ,peach-red))))
`(imenu-list-entry-face-1 ((,class (:foreground ,spring-violet-2))))
`(imenu-list-entry-face-2 ((,class (:foreground ,boat-yellow-1))))
`(imenu-list-entry-face-3 ((,class (:foreground ,fuji-white))))
`(imenu-list-entry-subalist-face-0 ((,class (:foreground ,peach-red))))
`(imenu-list-entry-subalist-face-1 ((,class (:foreground ,spring-violet-2))))
`(imenu-list-entry-subalist-face-2 ((,class (:foreground ,boat-yellow-1))))
`(imenu-list-entry-subalist-face-3 ((,class (:foreground ,fuji-white))))

;; which-key
`(which-key-key-face ((,class (:inherit font-lock-variable-name-face))))
`(which-func ((,class (:inherit font-lock-function-name-face :weight bold))))
Expand Down

0 comments on commit 6b7de1a

Please sign in to comment.