branch: externals/modus-themes commit e6702f9b9f52fff623748f7a44d3dfceec78d963 Author: Leilei332 <leiyixi...@outlook.com> Commit: Leilei332 <leiyixi...@outlook.com>
Update adoc-meta-hide-face --- modus-themes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modus-themes.el b/modus-themes.el index ec9c9cf5ab..640342ab8a 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -1730,6 +1730,7 @@ FG and BG are the main colors." `(adoc-emphasis-face ((t (:inherit bold)))) `(adoc-gen-face ((,c :foreground ,blue))) `(adoc-meta-face ((,c :inherit modus-themes-fixed-pitch :foreground ,prose-metadata))) + `(adoc-meta-hide-face ((,c :inherit modus-themes-fixed-pitch :foreground ,prose-metadata))) `(adoc-replacement-face ((,c :inherit font-lock-escape-face))) `(adoc-secondary-text-face ((,c :inherit modus-themes-fixed-pitch :foreground ,prose-metadata-value))) `(adoc-table-face ((,c :inherit modus-themes-fixed-pitch :foreground ,prose-table)))