solarized-emacs

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

commit 6e522b98fa372c72e6b164833bbd68e69e383d8b
parent 226eea071fd210e6f4c390fa5d8d2b10600118c9
Author: Christopher Monsanto <chris@monsan.to>
Date:   Wed, 20 Jun 2012 22:48:07 -0400

w3m, term colors, diary

Diffstat:
A.gitignore | 2++
Msolarized-theme.el | 17+++++++++++++++++
2 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -0,0 +1 @@ +*.elc +\ No newline at end of file diff --git a/solarized-theme.el b/solarized-theme.el @@ -151,6 +151,9 @@ `(compilation-message-face ((,class (:foreground ,blue)))) `(compilation-warning-face ((,class (:foreground ,yellow :weight bold :underline t)))) + ;; diary + `(diary ((,class (:foreground ,yellow)))) + ;; dired `(dired-directory ((,class (:foreground ,blue :weight normal)))) `(dired-flagged ((,class (:foreground ,red)))) @@ -670,6 +673,19 @@ ;; volatile highlights `(vhl/default-face ((,class (:background ,green-lc :foreground ,green-hc)))) + ;; w3m + `(w3m-anchor ((,class (:inherit link)))) + `(w3m-arrived-anchor ((,class (:inherit link-visited)))) + `(w3m-form ((,class (:background ,base03 :foreground ,solarized-fg)))) + `(w3m-header-line-location-title ((,class (:background ,base02 :foreground ,yellow)))) + `(w3m-header-line-location-content ((,class (:background ,base02 :foreground ,solarized-fg)))) + `(w3m-bold ((,class (:foreground ,solarized-emph :weight bold)))) + `(w3m-image-anchor ((,class (:background ,solarized-bg :foreground ,cyan :inherit link)))) + `(w3m-image ((,class (:background ,solarized-bg :foreground ,cyan)))) + `(w3m-lnum-minibuffer-prompt ((,class (:foreground ,solarized-emph)))) + `(w3m-lnum-match ((,class (:background ,solarized-hl)))) + `(w3m-lnum ((,class (:underline nil :bold nil :foreground ,red)))) + ;; whitespace-mode `(whitespace-space ((,class (:background ,solarized-bg :foreground ,yellow-lc :inverse-video t)))) @@ -737,6 +753,7 @@ theme-name '(ansi-color-names-vector [solarized-bg red green yellow blue magenta cyan solarized-fg]) + `(ansi-term-color-vector [unspecific ,base01 ,red ,green ,yellow ,blue ,magenta ,cyan ,base03]) ;; fill-column-indicator `(fci-rule-color ,solarized-hl))