From 552635c5a79daa51a313902ff79ea42a576e5e19 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 12 Jan 2024 02:15:37 +0000 Subject: themes: a couple transient faces --- lib/themes/jao-light-theme.el | 4 ++-- lib/themes/jao-themes.el | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index afbba3d..d4f3f6a 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -96,11 +96,11 @@ (gnus-header-name (c fg-light)) (gnus-summary-selected (c green) nbf) (gnus-summary-cancelled (c "sienna3" nil) st) - (header-line (c dark-gray bg-lightest) nbf + (header-line (c dark-gray bg-lightest) :box (:line-width 1 :color "grey90")) (magit-diff-context-highlight (c nil yellow) ex) (magit-diff-hunk-heading-highlight (c nil hl) it bf) - (mode-line (c "grey20") nbf :box (:line-width 1 :color "grey80")) + (mode-line (c "grey20") :box (:line-width 1 :color "grey80")) (mode-line-inactive (c "grey40" bg-light) :box (:line-width 1 :color "grey80")) (mode-line-buffer-id (~ default) (c nil nil) nit) diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index 2c66228..d5db2e0 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -1096,6 +1096,8 @@ (tooltip :family ,jao-themes--face-family (c nil "lightyellow") :height 0.9) (trailing-whitespace (p error)) + (transient-key-exit (p error) bf) + (transient-key-stay (p f00) bf) (treemacs-root-face nul bf :scale 1.1) (twittering-timeline-footer-face (~ header-line)) (twittering-timeline-header-face (~ header-line)) -- cgit v1.2.3