emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/alect-themes 8dbfc5d 200/269: Modify 'markdown-list-face'


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 8dbfc5d 200/269: Modify 'markdown-list-face'
Date: Thu, 21 Oct 2021 17:59:18 -0400 (EDT)

branch: elpa/alect-themes
commit 8dbfc5dca04a43fb4b8e378091e59a057f14725b
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Modify 'markdown-list-face'
---
 alect-themes.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/alect-themes.el b/alect-themes.el
index 77a51ce..4317a6b 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1162,7 +1162,8 @@ For INVERT, see `alect-get-color'."
          (markdown-url-face              ((,c :foreground ,(gc 'green+2))))
          (markdown-language-keyword-face ((,c :foreground ,(gc 'magenta+2))))
          (markdown-line-break-face       ((,c :inherit underline)))
-         (markdown-list-face             ((,c :foreground ,(gc 'yellow))))
+         (markdown-list-face             ((,c :foreground ,(gc 'fg+2)
+                                              :weight bold)))
          (markdown-metadata-key-face     ((,c :foreground ,(gc 'blue-2))))
          (markdown-metadata-value-face   ((,c :foreground ,(gc 'red-1))))
          (markdown-pre-face              ((,c :foreground ,(gc 'yellow+2))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]