Skip to content

Commit

Permalink
Add support for speedbar
Browse files Browse the repository at this point in the history
  • Loading branch information
milouse committed Apr 28, 2020
1 parent 89d1318 commit a6a6620
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dracula-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,13 @@ read it before opening a new issue about your will.")
;; spam
(spam :inherit gnus-summary-normal-read :foreground ,dracula-orange
:strike-through t :slant oblique)
;; speedbar (and sr-speedbar)
(speedbar-button-face :foreground ,dracula-green)
(speedbar-file-face :foreground ,dracula-cyan)
(speedbar-directory-face :foreground ,dracula-purple)
(speedbar-tag-face :foreground ,dracula-yellow)
(speedbar-selected-face :foreground ,dracula-pink)
(speedbar-highlight-face :inherit highlight)
;; tab-bar & tab-line (since Emacs 27.1)
(tab-bar :foreground ,dracula-purple :background ,dracula-current
:inherit variable-pitch)
Expand Down

0 comments on commit a6a6620

Please sign in to comment.