diff --git a/private/themes/narf/narf-dark-theme.el b/private/themes/narf/narf-dark-theme.el index 7717d12e3..7be34eb8a 100644 --- a/private/themes/narf/narf-dark-theme.el +++ b/private/themes/narf/narf-dark-theme.el @@ -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))))