diff options
author | jao <jao@gnu.org> | 2021-07-28 02:20:29 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-07-28 02:20:29 +0100 |
commit | 75d83fc4d9dec33320d6528cf5af0b9790173b1b (patch) | |
tree | 736d35f04cd1db96a168d9c1383902ac8d0d294b /lib/themes | |
parent | ef955c13df5f269818995075861aea681d52989a (diff) | |
download | elibs-75d83fc4d9dec33320d6528cf5af0b9790173b1b.tar.gz elibs-75d83fc4d9dec33320d6528cf5af0b9790173b1b.tar.bz2 |
embark: vindicator faces
Diffstat (limited to 'lib/themes')
-rw-r--r-- | lib/themes/jao-themes.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index bca8a05..60af12a 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -485,6 +485,9 @@ (elpher-gemini-heading3 (p outline-3)) (elpher-gemini-preformatted (~ font-lock-doc-face)) (elpher-other-url (p link) it) + (embark-verbose-indicator-documentation it) + (embark-verbose-indicator-title (p f00)) + (embark-verbose-indicator-shadowed (p dimm)) (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) |