diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2024-10-28 10:51:15 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2024-10-28 10:51:15 +0200 |
| commit | 3bca7e0f9caa6df3b4601c29633cb31f03170ce8 (patch) | |
| tree | 7f2c79e30463a288bb2a991c5f4eb188600de318 | |
| parent | c571c3ae03389732a136ffaac1b44c0d3bec24c8 (diff) | |
Add support for tldr package
| -rw-r--r-- | README.org | 1 | ||||
| -rw-r--r-- | ef-themes.el | 7 |
2 files changed, 8 insertions, 0 deletions
@@ -1473,6 +1473,7 @@ everything most users need. - tempel - term - textsec +- tldr [ Part of {{{development-version}}}. ] - transient - trashed - tree-sitter diff --git a/ef-themes.el b/ef-themes.el index 27f4196..6e66c69 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -2331,6 +2331,13 @@ text should not be underlined as well) yet still blend in." `(term-underline ((,c :underline t))) ;;;; textsec `(textsec-suspicious (( ))) +;;;; tldr + `(tldr-code-block (( ))) + `(tldr-command-argument ((,c :inherit font-lock-string-face))) + `(tldr-command-itself ((,c :inherit font-lock-builtin-face))) + `(tldr-description ((,c :inherit font-lock-doc-face))) + `(tldr-introduction ((,c :inherit font-lock-comment-face))) + `(tldr-title ((,c :inherit bold))) ;;;; transient `(transient-active-infix ((,c :background ,bg-active :foreground ,fg-intense))) `(transient-amaranth ((,c :inherit bold :foreground ,yellow-warmer))) |
