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 ++++--- themes/jao-themes.el | 4 +++- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'themes') 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")) diff --git a/themes/jao-themes.el b/themes/jao-themes.el index 412f42c..0b4b44c 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -470,7 +470,8 @@ `((lazy-highlight (p hilite)) (link link nul) (link-visited vlink nul)) - `((magit-diff-add (~ diff-added)) + `((magit-branch (p f00)) + (magit-diff-add (~ diff-added)) (magit-diff-del (~ diff-removed)) (magit-diff-file-header (~ diff-file-header)) (magit-diff-hunk-header (~ diff-hunk-header)) @@ -480,6 +481,7 @@ (magit-log-head-label (p keyword) bf) (magit-log-graph bf) (magit-log-tag-label (p keyword)) + (magit-section-title (~ outline-2)) (match (p hilite)) (menu nil) (message-cited-text (p f01) nbf) -- cgit v1.2.3