mirror of
https://github.com/emacs-vs/vs-dark-theme.git
synced 2025-12-06 02:30:33 -08:00
feat(src): enhance org headers
This commit is contained in:
parent
87b1b30037
commit
2b318c2526
1 changed files with 8 additions and 8 deletions
|
|
@ -148,14 +148,14 @@
|
|||
`(markdown-metadata-value-face ((t :foreground "#D2D2D2")))
|
||||
|
||||
`(org-block ((t :foreground "#D2D2D2" :background "#2B2B2B" :extend t :inherit nil)))
|
||||
`(org-level-1 ((t :foreground "#B5CCEB")))
|
||||
`(org-level-2 ((t :foreground "#B5CCEB")))
|
||||
`(org-level-3 ((t :foreground "#B5CCEB")))
|
||||
`(org-level-4 ((t :foreground "#B5CCEB")))
|
||||
`(org-level-5 ((t :foreground "#B5CCEB")))
|
||||
`(org-level-6 ((t :foreground "#B5CCEB")))
|
||||
`(org-level-7 ((t :foreground "#B5CCEB")))
|
||||
`(org-level-8 ((t :foreground "#B5CCEB")))
|
||||
`(org-level-1 ((t :foreground "#4ec9b0")))
|
||||
`(org-level-2 ((t :foreground "#9cdcfe")))
|
||||
`(org-level-3 ((t :foreground "#569cd6")))
|
||||
`(org-level-4 ((t :foreground "#dcdcaa")))
|
||||
`(org-level-5 ((t :foreground "#c586c0")))
|
||||
`(org-level-6 ((t :foreground "#ce9178")))
|
||||
`(org-level-7 ((t :foreground "#d7ba7d")))
|
||||
`(org-level-8 ((t :foreground "#d16969")))
|
||||
|
||||
`(web-mode-doctype-face ((t :foreground "Pink3")))
|
||||
`(web-mode-comment-face ((t :foreground "olive drab")))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue