Add some missing faces for helm

Especially the common helm-ff-dotted-directory looked ugly before, and I think
bold shadow looks reasonable.
This commit is contained in:
Anders Johansson 2015-04-23 11:08:15 +02:00
parent 21ad25b3e6
commit 102b97e500
1 changed files with 4 additions and 0 deletions

View File

@ -577,6 +577,7 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(helm-bookmark-man (,@fg-violet))
(helm-bookmark-w3m (,@fg-yellow))
(helm-bookmarks-su (,@fg-orange))
(helm-buffer-directory (,@fg-red))
(helm-buffer-not-saved (,@fg-orange))
(helm-buffer-process (,@fg-magenta))
(helm-buffer-saved-out (,@fmt-revr ,@fg-red ,@bg-back))
@ -585,6 +586,7 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(helm-emms-playlist (,@fmt-none ,@fg-base01))
(helm-etags+-highlight-face (:inherit highlight))
(helm-ff-directory (,@bg-back ,@fg-blue))
(helm-ff-dotted-directory (,@fmt-bold :inherit shadow))
(helm-ff-executable (,@fmt-bold ,@fg-green))
(helm-ff-file (:inherit default))
(helm-ff-invalid-symlink (,@bg-base02 ,@fg-red))
@ -602,6 +604,7 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(helm-history-remote (,@fg-red))
(helm-lisp-completion-info (,@fg-base0))
(helm-lisp-show-completion (,@fmt-bold ,@fg-yellow ,@bg-base02))
(helm-locate-finish (,@fg-green))
(helm-ls-git-added-copied-face (,@fg-green))
(helm-ls-git-conflict-face (,@fmt-bold ,@fg-red))
(helm-ls-git-deleted-and-staged-face (,@fmt-ital ,@fg-base01))
@ -613,6 +616,7 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(helm-M-x-key (,@fmt-none ,@fg-orange))
(helm-match (:inherit match))
(helm-moccur-buffer (,@fmt-undr ,@fg-cyan))
(helm-resume-need-update (,@fmt-revr ,@fg-red))
(helm-selection (:inherit region))
(helm-selection-line (:inherit secondary-selection))
(helm-separator (,@fg-red))