solarized-emacs

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

commit d1e8974192b20ca4fdd558da631fb7b6cbfd89e7
parent eae3650f251bd491fbb06ff59834ed1367f220e3
Author: Bozhidar Batsov <bozhidar@tradeo.com>
Date:   Fri,  5 Apr 2013 15:42:57 +0300

Improve w3m theming

Diffstat:
Msolarized.el | 16+++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -899,15 +899,25 @@ ;; 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-form ((,class (:background ,solarized-bg :foreground ,solarized-fg)))) + `(w3m-header-line-location-title ((,class (:background ,solarized-hl :foreground ,yellow)))) + `(w3m-header-line-location-content ((,class (:background ,solarized-hl :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)))) + `(w3m-session-select ((,class (:foreground ,solarized-fg)))) + `(w3m-session-selected ((,class (:foreground ,solarized-emph :bold t :underline t)))) + `(w3m-tab-background ((,class (:background ,solarized-bg :foreground ,solarized-fg)))) + `(w3m-tab-selected-background ((,class (:background ,solarized-bg :foreground ,solarized-fg)))) + `(w3m-tab-mouse ((,class (:background ,solarized-hl :foreground ,yellow)))) + `(w3m-tab-selected ((,class (:background ,solarized-hl :foreground ,solarized-emph :bold t)))) + `(w3m-tab-unselected ((,class (:background ,solarized-hl :foreground ,solarized-fg)))) + `(w3m-tab-selected-retrieving ((,class (:background ,solarized-hl :foreground ,red)))) + `(w3m-tab-unselected-retrieving ((,class (:background ,solarized-hl :foreground ,orange)))) + `(w3m-tab-unselected-unseen ((,class (:background ,solarized-hl :foreground ,violet)))) ;; web-mode `(web-mode-builtin-face ((,class (:foreground ,red))))