From dac5a1bb032e64eaa87a697e149d90f7ad882c91 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Thu, 25 Apr 2013 04:36:34 +0200 Subject: themes tweaks --- themes/jao-light-theme.el | 50 +++++++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 23 deletions(-) (limited to 'themes/jao-light-theme.el') diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el index bcd3a04..25b0e1a 100644 --- a/themes/jao-light-theme.el +++ b/themes/jao-light-theme.el @@ -5,21 +5,21 @@ (button ((c 13 nil) nbf nul) (bx)) (hilite ((c nil 15))) ;; 5 (strike-through ((c 1)) (st)) - (italic (it)) - (link ((c 14) ul nbf nit)) - (visited-link ((c 24) ul nbf)) + (italic (it) (nit (c 96))) + (link (ul nbf nit) ((c 29) nul nbf)) + (visited-link ((c 24) nul nbf)) (tab-sel ((~ mode-line))) (tab-unsel ((~ mode-line-inactive))) - (comment ((c 239) it)) ;; italic - (keyword ((c 14) nul bf) ((c 10) nul nbf)) - (type ((c 23) nbf nul) ((c 14) nbf)) - (function ((c 13 nil) bf) ((c 8 nil) nbf)) + (comment ((c 239) it)) + (keyword ((c 24 nil) nbf)) + (type ((c 25) nbf nul) ((c 14) nbf)) + (function ((c 31 nil) nbf) ((c 30 nil) nbf)) (variable-name ((c 0))) (constant ((c 14))) - (string ((c 13))) + (string ((c 13)) ((c 29))) (warning ((c 9))) (error ((c 1))) - (dimm ((c 12))) + (dimm ((c "grey69")) ((c 12))) (gnus-mail ((c 0))) (gnus-news ((c 0))) (outline ((c 0))) @@ -29,7 +29,7 @@ (f10 ((p f00))) (f11 ((p f01))) (f12 ((p f02)))) - (:faces (bold (c 0) bf) + (:faces (bold (c 256) bf) (company-tooltip-common (c 1 6) nbf) (company-tooltip-common-selection (~ company-tooltip-selection) (c nil 6) bf) @@ -39,12 +39,12 @@ (gnus-summary-selected (c 13 nil) nul) (gnus-summary-normal-unread (c 0 nil)) (header-line (c nil 15) nul) -;; (italic it) - (mode-line (c 0 15) nbf nul) - (mode-line-inactive (c 11 15) nbf nul) - (org-hide (c 7 7)) - (vertical-border (c 11 nil) :inherit nil) - (w3m-tab-selected (c 9 5) bf) + (italic it) + (mode-line (c 0 "grey90") nbf nul) + (mode-line-inactive (c 11 "grey90") nbf nul) + (org-hide (c 15 15)) + (vertical-border (c "grey80" nil) :inherit nil) + (w3m-tab-selected (c 9 nil) bf) (w3m-link-numbering (c 12)) (w3m-bold (c nil nil) bf) (w3m-image (c 94)) @@ -54,16 +54,20 @@ (gnus-button (c nil nil) nbf) (compilation-info (c 14 nil) nbf) (cursor (c 1 1)) - (fringe (c 11 nil)) + (diff-hl-change (c "white" "light goldenrod yellow")) + (diff-hl-insert (c "white" "honeydew2")) + (diff-hl-delete (c "white" "moccasin")) + (fringe (c "grey70" nil)) (gnus-summary-selected (c 2) nbf) (gnus-summary-cancelled (c 1) st) (header-line (c nil "#efebe7")) - (mode-line (c 0 7) :box (:line-width -1 :color "grey90")) - (mode-line-inactive (~ mode-line) (c "grey30")) - (org-hide (c 7 nil)) - (vertical-border (c "grey72" nil)) - (w3m-image (c 3)) - (w3m-bold (c 9) nbf) + (mode-line (c "grey15" 7) :box (:line-width -1 :color "grey90")) + (mode-line-inactive (c "grey30") + :box (:line-width -1 :color "grey90")) + (org-hide (c "white" "white")) + (vertical-border (c "grey70" nil)) + (w3m-image (c "midnightblue" "azure2")) + (w3m-bold (c 10) nbf) (w3m-tab-selected (c 9 15) bf) (w3m-tab-selected-retrieving (~ w3m-tab-selected) (c 1)) (w3m-tab-background (c 15 15) nul)) -- cgit v1.2.3