branch: elpa/dracula-theme
commit d91ca544b5f4ad3c2c7af9b86150a014f302ee93
Author: Mikołaj Baranowski <[email protected]>
Commit: Mikołaj Baranowski <[email protected]>
support for dired+ and icicle modes
---
dracula-theme.el | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 72 insertions(+)
diff --git a/dracula-theme.el b/dracula-theme.el
index fd299b8..e18ae54 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -342,6 +342,78 @@
`(web-mode-warning-face ((,class (:inherit ,font-lock-warning-face))))
;; which-func
`(which-func ((,class (:inherit ,font-lock-function-name-face))))
+ `(dired-directory ((,class (:foreground ,func :weight normal))))
+ `(dired-flagged ((,class (:foreground ,keyword))))
+ `(dired-header ((,class (:foreground ,fg3 :background ,func))))
+ `(dired-ignored ((,class (:inherit shadow))))
+ `(dired-mark ((,class (:foreground ,var :weight bold))))
+ `(dired-marked ((,class (:foreground ,builtin :weight bold))))
+ `(dired-perm-write ((,class (:foreground ,fg3 :underline t))))
+ `(dired-symlink ((,class (:foreground ,str :weight normal :slant italic))))
+ `(dired-warning ((,class (:foreground ,warning :underline t))))
+ `(diredp-compressed-file-name ((,class (:foreground ,fg3))))
+ `(diredp-compressed-file-suffix ((,class (:foreground ,fg4))))
+ `(diredp-date-time ((,class (:foreground ,var))))
+ `(diredp-deletion-file-name ((,class (:foreground ,keyword :background
,bg5))))
+ `(diredp-deletion ((,class (:foreground ,keyword :weight bold))))
+ `(diredp-dir-heading ((,class (:foreground ,fg2 :background ,bg4))))
+ `(diredp-dir-name ((,class (:inherit dired-directory))))
+ `(diredp-dir-priv ((,class (:inherit dired-directory))))
+ `(diredp-executable-tag ((,class (:foreground ,builtin))))
+ `(diredp-file-name ((,class (:foreground ,fg1))))
+ `(diredp-file-suffix ((,class (:foreground ,fg4))))
+ `(diredp-flag-mark-line ((,class (:foreground ,fg2 :slant italic
:background ,bg5))))
+ `(diredp-flag-mark ((,class (:foreground ,fg2 :weight bold :background
,bg5))))
+ `(diredp-ignored-file-name ((,class (:foreground ,fg1))))
+ `(diredp-mode-line-flagged ((,class (:foreground ,warning))))
+ `(diredp-mode-line-marked ((,class (:foreground ,warning))))
+ `(diredp-no-priv ((,class (:foreground ,fg1))))
+ `(diredp-number ((,class (:foreground ,const))))
+ `(diredp-other-priv ((,class (:foreground ,builtin))))
+ `(diredp-rare-priv ((,class (:foreground ,builtin))))
+ `(diredp-read-priv ((,class (:foreground ,type))))
+ `(diredp-write-priv ((,class (:foreground ,keyword))))
+ `(diredp-exec-priv ((,class (:foreground ,str))))
+ `(diredp-symlink ((,class (:foreground ,warning))))
+ `(diredp-link-priv ((,class (:foreground ,warning))))
+ `(diredp-autofile-name ((,class (:foreground ,str))))
+ `(diredp-tagged-autofile-name ((,class (:foreground ,str))))
+ `(icicle-whitespace-highlight ((,class (:background ,var))))
+ `(icicle-special-candidate ((,class (:foreground ,fg2))))
+ `(icicle-extra-candidate ((,class (:foreground ,fg2))))
+ `(icicle-search-main-regexp-others ((,class (:foreground ,var))))
+ `(icicle-search-current-input ((,class (:foreground
,keyword))))
+ `(icicle-search-context-level-8 ((,class (:foreground
,warning))))
+ `(icicle-search-context-level-7 ((,class (:foreground
,warning))))
+ `(icicle-search-context-level-6 ((,class (:foreground
,warning))))
+ `(icicle-search-context-level-5 ((,class (:foreground
,warning))))
+ `(icicle-search-context-level-4 ((,class (:foreground
,warning))))
+ `(icicle-search-context-level-3 ((,class (:foreground
,warning))))
+ `(icicle-search-context-level-2 ((,class (:foreground
,warning))))
+ `(icicle-search-context-level-1 ((,class (:foreground
,warning))))
+ `(icicle-search-main-regexp-current ((,class (:foreground ,fg1))))
+ `(icicle-saved-candidate ((,class (:foreground ,fg1))))
+ `(icicle-proxy-candidate ((,class (:foreground ,fg1))))
+ `(icicle-mustmatch-completion ((,class (:foreground ,type))))
+ `(icicle-multi-command-completion ((,class (:foreground ,fg2
:background ,bg2))))
+ `(icicle-msg-emphasis ((,class (:foreground ,func))))
+ `(icicle-mode-line-help ((,class (:foreground ,fg4))))
+ `(icicle-match-highlight-minibuffer ((,class (:foreground
,builtin))))
+ `(icicle-match-highlight-Completions ((,class (:foreground ,func))))
+ `(icicle-key-complete-menu-local ((,class (:foreground ,fg1))))
+ `(icicle-key-complete-menu ((,class (:foreground ,fg1))))
+ `(icicle-input-completion-fail-lax ((,class (:foreground
,keyword))))
+ `(icicle-input-completion-fail ((,class (:foreground
,keyword))))
+ `(icicle-historical-candidate-other ((,class (:foreground ,fg1))))
+ `(icicle-historical-candidate ((,class (:foreground ,fg1))))
+ `(icicle-current-candidate-highlight ((,class (:foreground ,warning
:background ,bg3))))
+ `(icicle-Completions-instruction-2 ((,class (:foreground ,fg4))))
+ `(icicle-Completions-instruction-1 ((,class (:foreground ,fg4))))
+ `(icicle-completion ((,class (:foreground ,var))))
+ `(icicle-complete-input ((,class (:foreground
,builtin))))
+ `(icicle-common-match-highlight-Completions ((,class (:foreground ,type))))
+ `(icicle-candidate-part ((,class (:foreground ,var))))
+ `(icicle-annotation ((,class (:foreground ,fg4))))
))