diff options
author | jao <jao@gnu.org> | 2021-04-20 04:42:21 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-04-20 04:42:21 +0100 |
commit | 8ff9b01e342e05ad5006366d836bfcad32a85a27 (patch) | |
tree | 7839ee2caa442cca83774af1370726e58e6e69e6 /lib | |
parent | 60cffd282c556532a3f4f3180f909c409051e629 (diff) | |
download | elibs-8ff9b01e342e05ad5006366d836bfcad32a85a27.tar.gz elibs-8ff9b01e342e05ad5006366d836bfcad32a85a27.tar.bz2 |
a few faces
Diffstat (limited to 'lib')
-rw-r--r-- | lib/themes/jao-themes.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index fbb4827..2241a98 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -819,7 +819,10 @@ (markdown-inline-code-face (p function)) (markdown-italic-face (~ italic)) (menu nil) - (message-cited-text (p f01) nbf) + (message-cited-text-1 (p f10)) + (message-cited-text-2 (p f11)) + (message-cited-text-3 (p f12)) + (message-cited-text-4 (p dimm)) (message-header-cc (p f00) nbf) (message-header-name (p f01) nbf) (message-header-newsgroups (p dimm) nbf) |