Faces in mode line

This commit is contained in:
Takayuki YAMAGUCHI 2018-04-21 17:19:39 +09:00
parent bf83377ae3
commit c6c185acf3
1 changed files with 4 additions and 0 deletions

View File

@ -785,6 +785,10 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(undo-tree-visualizer-register-face (,@fg-yellow))
;; haskell
(haskell-keyword-face (,@fg-cyan))
;; which-func
(which-func (,@bg-base02))
;; rbenv
(rbenv-active-ruby-face (,@bg-base02))
;; dired+
(diredp-compressed-file-suffix (,@fg-blue))
(diredp-date-time (,@fg-cyan))