mirror of
https://github.com/emacs-vs/vs-dark-theme.git
synced 2025-12-06 02:30:33 -08:00
Add markdown face
This commit is contained in:
parent
602cd2b219
commit
94021437d4
1 changed files with 3 additions and 1 deletions
|
|
@ -134,12 +134,14 @@
|
|||
`(rjsx-text ((t (:inherit default))))
|
||||
`(rjsx-tag-bracket-face ((t (:inherit web-mode-html-attr-name-face))))
|
||||
|
||||
`(markdown-markup-face ((t :foreground "#7EA728" :background "#1E1E1E")))
|
||||
`(markdown-markup-face ((t :foreground "#7EA728" :background "#2B2B2B")))
|
||||
`(markdown-code-face ((t :foreground "#D2D2D2" :background "#2B2B2B" :extend t :inherit nil)))
|
||||
`(markdown-list-face ((t :foreground "gold3")))
|
||||
`(markdown-table-face ((t :foreground "#87CEFA" :background "#1E1E1E")))
|
||||
`(markdown-header-face ((t :foreground "#B5CCEB" :background "#1E1E1E")))
|
||||
`(markdown-header-delimiter-face ((t :foreground "#B5CCEB" :background "#1E1E1E")))
|
||||
`(markdown-metadata-key-face ((t :foreground "#17A0FB")))
|
||||
`(markdown-metadata-value-face ((t :foreground "#D2D2D2")))
|
||||
|
||||
`(org-block ((t :foreground "#D2D2D2" :background "#2B2B2B" :extend t :inherit nil)))
|
||||
`(org-level-1 ((t :foreground "#B5CCEB")))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue