branch: externals/ef-themes commit c4fc4175fc9a2f2169ae75558526e754c7dff9aa Author: Leilei332 <leiyixi...@outlook.com> Commit: Leilei332 <leiyixi...@outlook.com>
Add adoc-mode support --- ef-themes.el | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ef-themes.el b/ef-themes.el index f979152ff0..0dd0e8b2da 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -1003,6 +1003,25 @@ text should not be underlined as well) yet still blend in." `(tooltip ((,c :background ,bg-alt :foreground ,fg-intense))) `(trailing-whitespace ((,c :background ,bg-red-intense :foreground ,fg-intense))) `(warning ((,c :inherit bold :foreground ,warning))) +;;;; adoc-mode + `(adoc-code-face ((,c :inherit font-lock-constant-face))) + `(adoc-command-face ((,c :foreground ,prose-macro))) + `(adoc-complex-replacement-face ((,c :background ,bg-magenta-subtle :foreground ,magenta))) + `(adoc-emphasis-face ((,c (:inherit bold)))) + `(adoc-gen-face ((,c :foreground ,blue))) + `(adoc-meta-face ((,c :inherit ef-themes-fixed-pitch :foreground ,prose-metadata))) + `(adoc-meta-hide-face ((,c :inherit ef-themes-fixed-pitch :foreground ,prose-metadata))) + `(adoc-replacement-face ((,c :inherit font-lock-escape-face))) + `(adoc-secondary-text-face ((,c :inherit ef-themes-fixed-pitch :foreground ,prose-metadata-value))) + `(adoc-table-face ((,c :inherit ef-themes-fixed-pitch :foreground ,prose-table))) + `(adoc-title-0-face ((,c :inherit ef-themes-heading-0))) + `(adoc-title-1-face ((,c :inherit ef-themes-heading-1))) + `(adoc-title-2-face ((,c :inherit ef-themes-heading-2))) + `(adoc-title-3-face ((,c :inherit ef-themes-heading-3))) + `(adoc-title-4-face ((,c :inherit ef-themes-heading-4))) + `(adoc-title-5-face ((,c :inherit ef-themes-heading-5))) + `(adoc-typewriter-face ((,c :foreground ,prose-verbatim))) + `(adoc-verbatim-face ((,c :foreground ,prose-verbatim))) ;;;; all-the-icons `(all-the-icons-blue ((,c :foreground ,blue-cooler))) `(all-the-icons-blue-alt ((,c :foreground ,blue-warmer)))