Make markdown comment face more readable by removing strike-through
Use italics instead, this is good enough for me.
This commit is contained in:
parent
311d6e81b6
commit
fd3b43bee0
@ -35,6 +35,7 @@ Known to work well with the `solarized-dark’ theme.")
|
||||
'(markdown-header-face-2 ((t (:inherit markdown-header-face :height 1.2))))
|
||||
'(markdown-header-face-3 ((t (:inherit markdown-header-face :height 1.15))))
|
||||
'(markdown-header-face-4 ((t (:inherit markdown-header-face :height 1.1))))
|
||||
'(markdown-comment-face ((t (:forgeground "#586e75" :strike-through nil :slant italic))))
|
||||
'(variable-pitch ((t (:weight normal :height 1.3 :family "Bitstream Vera Serif")))))
|
||||
|
||||
(message "Loaded db-dark theme.")
|
||||
|
||||
@ -35,6 +35,7 @@
|
||||
'(markdown-header-face-2 ((t (:inherit markdown-header-face :height 1.2))))
|
||||
'(markdown-header-face-3 ((t (:inherit markdown-header-face :height 1.15))))
|
||||
'(markdown-header-face-4 ((t (:inherit markdown-header-face :height 1.1))))
|
||||
'(markdown-comment-face ((t (:forgeground "#586e75" :strike-through nil :slant italic))))
|
||||
'(variable-pitch ((t (:weight normal :height 1.3 :family "Bitstream Vera Serif")))))
|
||||
|
||||
(message "Loaded db-light theme.")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user