solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 460847700240a50a4af968f9f524e5f58b1f478a
parent 785a4e754a8debfa5fcd308fea6409a5fb005c25
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date:   Sun, 26 Aug 2012 10:26:04 -0700

Merge pull request #43 from thomasf/master

Added faces for bm, helm, moccur
Diffstat:
Msolarized.el | 23++++++++++++++++++++++-
1 file changed, 22 insertions(+), 1 deletion(-)

diff --git a/solarized.el b/solarized.el @@ -227,6 +227,12 @@ `(ahs-plugin-whole-buffer-face ((,class (:foreground ,solarized-bg :background ,green)))) `(ahs-warning-face ((,class (:foreground ,red :weight bold)))) + ;; bm + `(bm-face ((,class (:background ,yellow-lc :foreground ,solarized-bg)))) + `(bm-fringe-face ((,class (:background ,yellow-lc :foreground ,solarized-bg)))) + `(bm-fringe-persistent-face ((,class (:background ,green-lc :foreground ,solarized-bg)))) + `(bm-persistent-face ((,class (:background ,green-lc :foreground ,solarized-bg)))) + ;; custom `(custom-variable-tag ((,class (:foreground ,cyan)))) `(custom-comment-tag ((,class (:foreground ,solarized-comments)))) @@ -360,6 +366,7 @@ `(helm-bookmarks-su ((,class (:foreground ,orange)))) `(helm-buffer-not-saved ((,class (:foreground ,orange)))) `(helm-buffer-saved-out ((,class (:foreground ,solarized-bg :background ,red)))) + `(helm-buffer-size ((,class (:foreground ,solarized-comments)))) `(helm-candidate-number ((,class (:background ,solarized-hl :foreground ,solarized-emph :bold t)))) `(helm-ff-directory ((,class (:background ,solarized-bg :foreground ,blue)))) @@ -378,6 +385,7 @@ `(helm-lisp-completion-info ((,class (:foreground ,solarized-fg)))) `(helm-lisp-show-completion ((,class (:foreground ,yellow :background ,solarized-hl :bold t)))) + `(helm-M-x-key ((,class (:foreground ,orange :underline t)))) `(helm-match ((,class (:inherit match)))) `(helm-selection ((,class (:background ,solarized-hl :underline t)))) `(helm-selection-line ((,class (:background ,solarized-hl :foreground ,solarized-emph @@ -477,6 +485,19 @@ `(mingus-song-file-face ((,class (:foreground ,yellow)))) `(mingus-stopped-face ((,class (:foreground ,red)))) + ;; moccur + `(moccur-current-line-face ((,class (:underline t)))) + `(moccur-edit-done-face ((,class + (:foreground ,solarized-comments + :background ,solarized-bg + :slant italic)))) + `(moccur-edit-face + ((,class (:background ,yellow :foreground ,solarized-bg)))) + `(moccur-edit-file-face ((,class (:background ,solarized-hl)))) + `(moccur-edit-reject-face ((,class (:foreground ,red)))) + `(moccur-face ((,class (:background ,solarized-hl :foreground ,solarized-emph + :weight bold)))) + ;; mumamo `(mumamo-background-chunk-submode1 ((,class (:background ,solarized-hl)))) @@ -620,7 +641,7 @@ ((,class (:foreground ,red :background ,solarized-bg :weight normal :inverse-video t)))) `(paren-face-no-match ((,class (:foreground ,red :background ,solarized-bg :weight normal :inverse-video t)))) - + ;; SLIME `(slime-repl-inputed-output-face ((,class (:foreground ,red))))