From b21a1b298fa01be5f23a58a3f6ceb7b616134342 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 7 Jan 2016 01:12:43 -0500 Subject: [PATCH] Remove bold on markdown headers --- private/themes/narf/narf-dark-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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))))