diff options
author | jao <jao@gnu.org> | 2024-01-12 02:15:37 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-01-12 02:15:37 +0000 |
commit | 552635c5a79daa51a313902ff79ea42a576e5e19 (patch) | |
tree | 88ac55c984d4e7237404bcf6478648e1d771dacd /lib/themes | |
parent | a36b20fe247af3ea32eb65e3887a6bc18590f5cd (diff) | |
download | elibs-552635c5a79daa51a313902ff79ea42a576e5e19.tar.gz elibs-552635c5a79daa51a313902ff79ea42a576e5e19.tar.bz2 |
themes: a couple transient faces
Diffstat (limited to 'lib/themes')
-rw-r--r-- | lib/themes/jao-light-theme.el | 4 | ||||
-rw-r--r-- | 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)) |