From 06dfb21761ea90bc2eef530e01b5716839f3b5ca Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 6 Nov 2019 20:29:25 +0000 Subject: themes: more extended attributes --- themes/jao-light-theme.el | 2 +- themes/jao-themes.el | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'themes') diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el index 2492d1c..eb7457a 100644 --- a/themes/jao-light-theme.el +++ b/themes/jao-light-theme.el @@ -85,7 +85,7 @@ ;; :box (:line-width -1 :color "grey90")) ;; (mode-line (c "grey20" "grey90") :box nil) ;; (mode-line-inactive (c "grey40" "grey96") :box nil) - (magit-diff-context-highlight (c nil "cornsilk")) + (magit-diff-context-highlight (c nil "cornsilk") ex) (magit-diff-hunk-heading-highlight (c nil "cornsilk") it bf) (mode-line (c "grey10" "grey95") :box nil) (mode-line-inactive (c "grey55" "grey90") :box nil) diff --git a/themes/jao-themes.el b/themes/jao-themes.el index 23d134a..a84c85e 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -641,7 +641,7 @@ `((magit-branch (p f00)) (magit-cherry-equivalent (p warning)) (magit-diff-add (~ diff-added)) - (magit-diff-context-highlight (p hilite)) + (magit-diff-context-highlight (p hilite) ex) (magit-diff-del (~ diff-removed)) (magit-diff-file-heading (p keyword)) (magit-diff-file-header (~ diff-file-header)) @@ -658,7 +658,7 @@ (magit-log-head-label-tags (p warning) nbf) (magit-log-graph (p f11)) (magit-log-tag-label (p keyword)) - (magit-section-highlight (p hilite)) + (magit-section-highlight (p hilite) ex) (magit-section-heading (~ outline-2)) (magit-section-title (~ outline-2)) (match (p hilite)) @@ -677,7 +677,7 @@ (message-header-xheader (p f00) nbf) (message-mml (p warning) nbf) (message-separator (p warning) nbf) - (mm-uu-extract (p hilite)) + (mm-uu-extract (p hilite) ex) (minibuffer-prompt (p f00)) (mode-line-buffer-id nbf (c nil nil)) (mode-line-emphasis (p warning)) @@ -726,6 +726,7 @@ (org-level-7 (~ outline-7)) (org-level-8 (~ outline-8)) (org-link link) + (org-noter-notes-exist-face it) (org-property-value nil) (org-scheduled (p f01)) (org-scheduled-previously (p warning) nbf) @@ -777,7 +778,7 @@ (rst-level-6-face (~ outline-6)) (rst-level-7-face (~ outline-7)) (rst-level-8-face (~ outline-8))) - `((secondary-selection (p hilite)) + `((secondary-selection (p hilite) ex) (sh-quoted-exec (p f00)) (show-paren-match (p hilite)) (show-paren-mismatch (p error)) -- cgit v1.2.3