commit 80cfad47721df0d3753464e12b0ecaee8471551a
parent 4dc2e5e3658f380518c0ff87b0dd6e1e0b3f2410
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Sat, 9 Jun 2012 23:00:10 +0200
Added helm faces (at least alot of them)
Diffstat:
1 file changed, 35 insertions(+), 0 deletions(-)
diff --git a/solarized-theme.el b/solarized-theme.el
@@ -343,6 +343,41 @@
`(gnus-signature-face ((,class (:foreground ,yellow))))
`(gnus-x-face ((,class (:background ,solarized-fg :foreground ,solarized-bg))))
+ ;; helm (these probably needs tweaking)
+ `(helm-bookmark-directory ((,class (:inherit helm-ff-directory))))
+ `(helm-bookmark-file ((,class (:foreground ,cyan))))
+ `(helm-bookmark-gnus ((,class (:foreground ,magenta))))
+ `(helm-bookmark-info ((,class (:foreground ,green))))
+ `(helm-bookmark-man ((,class (:foreground ,orange))))
+ `(helm-bookmark-w3m ((,class (:foreground ,yellow))))
+ `(helm-bookmarks-su ((,class (:foreground ,red))))
+ `(helm-buffer-not-saved ((,class (:foreground ,orange))))
+ `(helm-buffer-saved-out ((,class (:foreground ,solarized-bg :background ,red))))
+ `(helm-candidate-number ((,class (:background ,solarized-bg :foreground ,yellow))))
+ `(helm-ff-directory ((,class (:background ,solarized-bg :foreground ,red))))
+ `(helm-ff-executable ((,class (:foreground ,green))))
+ `(helm-ff-file ((,class (:inherit font-lock-builtin-face))))
+ `(helm-ff-invalid-symlink ((,class (:background ,red :foreground ,solarized-bg))))
+ `(helm-ff-prefix ((,class (:background ,yellow :foreground ,solarized-bg))))
+ `(helm-ff-symlink ((,class (:foreground ,orange))))
+ `(helm-grep-file ((,class (:foreground ,cyan :underline t))))
+ `(helm-grep-finish ((,class (:foreground ,green))))
+ `(helm-grep-lineno ((,class (:foreground ,orange))))
+ `(helm-grep-match ((,class (:inherit match))))
+ `(helm-grep-running ((,class (:foreground ,red))))
+ `(helm-header ((,class (:inherit header-line))))
+ `(helm-match ((,class (:inherit match))))
+ `(helm-selection ((,class (:background ,solarized-hl :underline t))))
+ `(helm-selection-line ((,class (:background ,red :underline t))))
+ `(helm-separator ((,class (:foreground ,red))))
+ `(helm-source-header ((,class (:background ,blue-lc :foreground ,solarized-bg
+ :underline nil))))
+ `(helm-time-zone-current ((,class (:foreground ,green))))
+ `(helm-time-zone-home ((,class (:foreground ,red))))
+ `(helm-visible-mark ((,class (:background ,green))))
+ `(helm-apt-deinstalled ((,class (:foreground ,solarized-comments))))
+ `(helm-apt-installed ((,class (:foreground ,green))))
+
;; hi-lock-mode
`(hi-yellow ((,class (:foreground ,yellow-lc :background ,yellow-hc))))
`(hi-pink ((,class (:foreground ,magenta-lc :background ,magenta-hc))))