mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
narf-dark: add js2 faces
This commit is contained in:
@ -272,8 +272,10 @@
|
|||||||
`(css-proprietary-property ((,c (:foreground ,keywords))))
|
`(css-proprietary-property ((,c (:foreground ,keywords))))
|
||||||
|
|
||||||
;; js2-mode
|
;; js2-mode
|
||||||
`(js2-function-param ((,c (:foreground ,variables))))
|
`(js2-function-param ((,c (:foreground ,variables))))
|
||||||
`(js2-jsdoc-tag ((,c (:foreground ,comments))))
|
`(js2-function-call ((,c (:foreground ,functions))))
|
||||||
|
`(js2-object-property ((,c (:foreground ,methods))))
|
||||||
|
`(js2-jsdoc-tag ((,c (:foreground ,comments))))
|
||||||
|
|
||||||
;; markdown-mode
|
;; markdown-mode
|
||||||
`(markdown-header-face ((,c (:foreground ,orange))))
|
`(markdown-header-face ((,c (:foreground ,orange))))
|
||||||
|
Reference in New Issue
Block a user