summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2019-11-06 20:29:25 +0000
committerjao <jao@gnu.org>2019-11-06 20:29:25 +0000
commit06dfb21761ea90bc2eef530e01b5716839f3b5ca (patch)
treef8ac11c2a041e25686f92870304ad95e026ff694 /themes
parent0eb7bf5458bee1309c0fb2a3b8a8689fa6f8ea97 (diff)
downloadelibs-06dfb21761ea90bc2eef530e01b5716839f3b5ca.tar.gz
elibs-06dfb21761ea90bc2eef530e01b5716839f3b5ca.tar.bz2
themes: more extended attributes
Diffstat (limited to 'themes')
-rw-r--r--themes/jao-light-theme.el2
-rw-r--r--themes/jao-themes.el9
2 files changed, 6 insertions, 5 deletions
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))