From 4d7e33eed8582c30cd3ec8f0a112490fb6c3cede Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 24 Jun 2021 00:52:34 +0100 Subject: theme nits --- lib/themes/jao-dark-theme.el | 11 ++++++----- lib/themes/jao-themes.el | 5 +++-- 2 files changed, 9 insertions(+), 7 deletions(-) (limited to 'lib/themes') diff --git a/lib/themes/jao-dark-theme.el b/lib/themes/jao-dark-theme.el index f016cf3..032a3f0 100644 --- a/lib/themes/jao-dark-theme.el +++ b/lib/themes/jao-dark-theme.el @@ -55,8 +55,8 @@ (hilite ((c nil region) ex)) (strike-through (st)) (italic (it)) - (link ((c blue))) ;; (ul dimm-line) - (visited-link ((c dark-blue))) + (link ((ul dark-blue))) ;; (ul dimm-line) + (visited-link ((ul dark-blue))) (tab-sel ((c 252 232) nbf)) (tab-unsel ((c 245 232))) (comment ((c comments))) @@ -72,13 +72,13 @@ (dimm ((c dimm-line))) (gnus-mail ((c nil))) (gnus-news ((c nil))) - (outline-1 ((c keywords) bf)) + (outline-1 ((c strings) bf)) (outline-2 ((c functions) bf)) (outline-3 ((c keywords2) bf)) (outline-4 ((c functions2) bf)) (outline-5 ((c nil))) - (f00 ((c "darkseagreen3"))) - (f01 ((c "dark sea green"))) + (f00 ((c "cadetblue3"))) + (f01 ((c "lightblue4"))) (f02 ((c "lightblue3"))) (f10 ((c "cadetblue4"))) (f11 ((c "cadetblue"))) @@ -110,6 +110,7 @@ (gnus-summary-cancelled (c "dark slate gray" nil) st) (gnus-summary-selected (p warning) nul nbf) (header-line (p hilite)) + (link (ul dark-blue)) (magit-diff-context-highlight (p hilite) ex) (mode-line (c "grey60" modeline-bg) :box (:line-width 1 :color "#282b33")) diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index 0a5c95a..3e4fb56 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -261,7 +261,8 @@ (defun jao-themes--dfs (fs) (let ((dfs (append - `((jao-themes-hilite (p hilite)) + `((default (c nil nil)) + (jao-themes-hilite (p hilite)) (jao-themes-italic (p italic)) (jao-themes-button (p button)) (jao-themes-strike-through (p strike-through)) @@ -881,7 +882,7 @@ (notmuch-search-subject (~ default)) (notmuch-tag-face (p f00) it) (notmuch-tag-unread (p warn)) - (notmuch-tree-match-author-face (p f01)) + (notmuch-tree-match-author-face (p f00)) (notmuch-tree-match-tag-face ul) (notmuch-tree-no-match-face (p dimm)) (notmuch-tree-no-match-date-face (p dimm)) -- cgit v1.2.3