Make markdown comment face more readable by removing strike-through

Use italics instead, this is good enough for me.
This commit is contained in:
Daniel Borchmann 2024-11-30 17:37:17 +01:00
parent 311d6e81b6
commit fd3b43bee0
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
2 changed files with 2 additions and 0 deletions

View File

@ -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.")

View File

@ -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.")