Skip to content

Commit

Permalink
Add NeoTree support
Browse files Browse the repository at this point in the history
  • Loading branch information
ianyepan committed Apr 26, 2021
1 parent 74d46f3 commit 73d0175
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions wilmersdorf-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,14 @@
`(TeX-error-description-warning ((t (:inherit warning :bold t))))
`(TeX-error-description-tex-said ((t (:inherit success :bold t))))

`(neo-dir-link-face ((t (:foreground "#dddddd"))))
`(neo-header-face ((t (:foreground "#dddddd"))))
`(neo-banner-face ((t (:foreground "#dddddd"))))
`(neo-root-dir-face ((t (:foreground "#dddddd"))))
`(neo-file-link-face ((t (:foreground "#dddddd"))))
`(neo-expand-btn-face ((t (:foreground "#dddddd"))))


))

(provide-theme 'wilmersdorf)
Expand Down

0 comments on commit 73d0175

Please sign in to comment.