mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove bold on markdown headers
This commit is contained in:
@ -275,8 +275,8 @@
|
||||
`(js2-jsdoc-tag ((,c (:foreground ,comments))))
|
||||
|
||||
;; markdown-mode
|
||||
`(markdown-header-face ((,c (:foreground ,orange :bold ,bold))))
|
||||
`(markdown-header-delimiter-face ((,c (:foreground ,orange :bold ,bold))))
|
||||
`(markdown-header-face ((,c (:foreground ,orange))))
|
||||
`(markdown-header-delimiter-face ((,c (:foreground ,orange))))
|
||||
`(markdown-blockquote-face ((,c (:foreground ,blue+2))))
|
||||
`(markdown-markup-face ((,c (:foreground ,cyan))))
|
||||
`(markdown-inline-face ((,c (:foreground ,cyan))))
|
||||
|
Reference in New Issue
Block a user