From 0b7172d4a5d15db15d40a6dd767f64eaf7049a0b Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 7 Jul 2011 01:39:43 +0200 Subject: color theme tweaks --- themes/jao-light-theme.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'themes/jao-light-theme.el') diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el index 9db1c59..4201532 100644 --- a/themes/jao-light-theme.el +++ b/themes/jao-light-theme.el @@ -40,9 +40,9 @@ (gnus-summary-normal-unread (c 0 nil)) (header-line (c nil 5) nul) (italic it) - (mode-line (c 0 5) nbf nul) - (mode-line-inactive (c 12 5) nbf nul) - (org-hide (c 7 nil)) + (mode-line (c 11 5) nbf nul) + (mode-line-inactive (c 11 6) nbf nul) + (org-hide (c 7 7)) (vertical-border (c 11 nil) :inherit nil) (w3m-link-numbering (c 12)) (w3m-bold (c nil nil) bf) @@ -58,6 +58,7 @@ (cursor (c 1 1)) (fringe (c 11 nil)) (gnus-summary-selected (c nil "white")) + (gnus-summary-cancelled (c 1) st) (header-line (c nil "#E0DACC")) (mode-line (c 0 7) :box (:line-width -1 :color "grey60")) (mode-line-inactive (~ mode-line) (c "grey30" "#E0DACC")) -- cgit v1.2.3