diff options
author | jao <jao@gnu.org> | 2022-03-23 00:59:01 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-03-23 00:59:01 +0000 |
commit | 1b5b0e1e8907c5e42f89bb430687b2d5049e8c07 (patch) | |
tree | ed9b5c480540c6a857494084943e1e1f85d1e4f4 /lib/themes | |
parent | 6c9c256d2817ba4d92b6e96ff4536c27ddd2e032 (diff) | |
download | elibs-1b5b0e1e8907c5e42f89bb430687b2d5049e8c07.tar.gz elibs-1b5b0e1e8907c5e42f89bb430687b2d5049e8c07.tar.bz2 |
pulsar
Diffstat (limited to 'lib/themes')
-rw-r--r-- | lib/themes/jao-themes.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index 4f11ba4..ea0acf8 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -978,7 +978,8 @@ `((powerline-active1 (~ mode-line)) (powerline-active2 (~ mode-line-inactive)) (powerline-inactive1 (~ mode-line-inactive)) - (powerline-inactive2 (~ mode-line))) + (powerline-inactive2 (~ mode-line)) + (pulsar-generic (p hilite))) `((query-replace bf (p hilite))) `((rcirc-bright-nick (p hilite)) (rcirc-my-nick (p warning)) @@ -1010,6 +1011,7 @@ (shortdoc-heading (p outline-1) nul) (shortdoc-section (p outline-2)) (shortdoc-separator (p dimm) st ex) + (shr-code (p hilite)) (shr-h1 (p outline-1)) (shr-h2 (p outline-2)) (shr-h3 (p outline-3)) |