Skip to content

Commit

Permalink
Add dired-subtree theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonm23 authored Oct 25, 2016
1 parent cd36fa5 commit 22957d9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion creamsody-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Authors: Jason Milkins <[email protected]>
;; URL: http://github.com/emacsfodder/emacs-theme-creamsody
;; Version: 0.1.2
;; Version: 0.1.3

;;; Commentary:
;; Straight from the soda fountain.
Expand Down Expand Up @@ -461,6 +461,14 @@
`(diredp-read-priv ((t (:foreground ,creamsody-bright_red :background ,creamsody-dark_red))))
`(diredp-write-priv ((t (:foreground ,creamsody-bright_aqua :background ,creamsody-dark_aqua))))

;; MODE SUPPORT: dired-subtree
`(dired-subtree-depth-1-face ((t (:background nil))))
`(dired-subtree-depth-2-face ((t (:background nil))))
`(dired-subtree-depth-3-face ((t (:background nil))))
`(dired-subtree-depth-4-face ((t (:background nil))))
`(dired-subtree-depth-5-face ((t (:background nil))))
`(dired-subtree-depth-6-face ((t (:background nil))))

;; MODE SUPPORT: helm
`(helm-M-x-key ((t (:foreground ,creamsody-neutral_orange))))
`(helm-action ((t (:foreground ,creamsody-white :underline t))))
Expand Down

0 comments on commit 22957d9

Please sign in to comment.