latest emacs visual ricing

This commit is contained in:
agryphus 2024-12-11 15:06:50 -05:00
parent 8b55484b02
commit ab0a71784e
2 changed files with 57 additions and 29 deletions

View file

@ -369,30 +369,28 @@
(org-document-info (:foreground white :weight 'bold))
;; Markdown
(markdown-header-face-1 (:weight 'bold
:underline (:style 'line)
:foreground medium-gray-blue :weight 'bold))
(markdown-header-face-1 (:weight 'bold))
(markdown-header-face-2 (:weight 'bold
:underline (:style 'line)
:foreground gray-blue :weight 'bold))
:foreground medium-gray-blue :weight 'bold))
(markdown-header-face-3 (:weight 'bold
:underline (:style 'line)
:foreground cyan :weight 'bold))
:foreground gray-blue :weight 'bold))
(markdown-header-face-4 (:weight 'bold
:underline (:style 'line)
:foreground green :weight 'bold))
:foreground cyan :weight 'bold))
(markdown-header-face-5 (:weight 'bold
:underline (:style 'line)
:foreground medium-gray-blue :weight 'bold))
:foreground green :weight 'bold))
(markdown-header-face-6 (:weight 'bold
:underline (:style 'line)
:foreground gray-blue :weight 'bold))
:foreground medium-gray-blue :weight 'bold))
(markdown-header-face-7 (:weight 'bold
:underline (:style 'line)
:foreground cyan :weight 'bold))
:foreground gray-blue :weight 'bold))
(markdown-header-face-8 (:weight 'bold
:underline (:style 'line)
:foreground green :weight 'bold))
:foreground cyan :weight 'bold))
(markdown-list-face (:foreground medium-gray-blue))
(markdown-hr-face (:foreground medium-gray :weight 'bold))
(markdown-code-face (:background "#111111" :extend t))