branch: elpa/alect-themes
commit 8dbfc5dca04a43fb4b8e378091e59a057f14725b
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    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