mirror of
https://github.com/emacs-vs/vs-light-theme.git
synced 2025-12-06 02:30:34 -08:00
feat: Improve markdown faces
This commit is contained in:
parent
cc0799b5fe
commit
ddee29725d
1 changed files with 4 additions and 4 deletions
|
|
@ -180,11 +180,11 @@
|
||||||
`(rjsx-tag-bracket-face ((t (:inherit web-mode-html-attr-name-face))))
|
`(rjsx-tag-bracket-face ((t (:inherit web-mode-html-attr-name-face))))
|
||||||
|
|
||||||
`(markdown-markup-face ((t :foreground "#7EA728" :background "#ffffff")))
|
`(markdown-markup-face ((t :foreground "#7EA728" :background "#ffffff")))
|
||||||
`(markdown-code-face ((t :foreground "#D2D2D2" :background "#2B2B2B" :extend t :inherit nil)))
|
`(markdown-code-face ((t :foreground "#2B2B2B" :background "#F5F5F5" :extend t :inherit nil)))
|
||||||
`(markdown-list-face ((t :foreground "gold3")))
|
`(markdown-list-face ((t :foreground "gold3")))
|
||||||
`(markdown-table-face ((t :foreground "#87CEFA" :background "#ffffff")))
|
`(markdown-table-face ((t :foreground "#35B0FC" :background "#ffffff")))
|
||||||
`(markdown-header-face ((t :foreground "#B5CCEB" :background "#ffffff")))
|
`(markdown-header-face ((t :foreground "#6EA0E6" :background "#ffffff")))
|
||||||
`(markdown-header-delimiter-face ((t :foreground "#B5CCEB" :background "#ffffff")))
|
`(markdown-header-delimiter-face ((t :foreground "#6EA0E6" :background "#ffffff")))
|
||||||
`(markdown-metadata-key-face ((t :foreground "#0000FF")))
|
`(markdown-metadata-key-face ((t :foreground "#0000FF")))
|
||||||
`(markdown-metadata-value-face ((t :foreground "#D2D2D2")))
|
`(markdown-metadata-value-face ((t :foreground "#D2D2D2")))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue