diff options
author | jao <jao@gnu.org> | 2022-09-16 02:47:42 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-09-16 02:47:42 +0100 |
commit | 9b1ffa61e7d232cc530f8456dafa775641d819f1 (patch) | |
tree | c7680ca159541033fafbeaa5578c65d3b9c19c99 /lib/themes | |
parent | 24240290baa402f032d9d0e75844d563ad28ef6b (diff) | |
download | elibs-9b1ffa61e7d232cc530f8456dafa775641d819f1.tar.gz elibs-9b1ffa61e7d232cc530f8456dafa775641d819f1.tar.bz2 |
ement tweaks
Diffstat (limited to 'lib/themes')
-rw-r--r-- | lib/themes/jao-themes.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index e9be980..37bb2b6 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -494,6 +494,10 @@ (embark-verbose-indicator-documentation it) (embark-verbose-indicator-title (p f00)) (embark-verbose-indicator-shadowed (p dimm)) + (ement-room-reactions-key (~ ement-room-reactions)) + (ement-room-self-face (p warning) nb) + (ement-room-timestamp-header (~ header-line) :height 1.0 nb) + (ement-room-user-face (~ default)) (emms-browser-album-face (p f00) :height 1.0) (emms-browser-artist-face (p f01) :height 1.0) (emms-browser-composer-face (p f02) :height 1.0) |