Update core.

This commit is contained in:
jenchieh 2019-12-02 20:39:12 +08:00
parent 33a97ed975
commit 08f79a3859

View file

@ -44,6 +44,7 @@
(str "#D69D78")
(type "#38EFCA")
(var "#D2D2D2")
(prep "#8D9B99")
(ln-color-fg "#B3B3B3")
(ln-color-bg "#212121"))
(custom-theme-set-faces
@ -60,6 +61,7 @@
`(font-lock-string-face ((,class (:foreground ,str))))
`(font-lock-type-face ((,class (:foreground ,type ))))
`(font-lock-variable-name-face ((,class (:foreground ,var))))
`(font-lock-preprocessor-face ((,class (:foreground ,prep))))
`(line-number ((,class (:background ,ln-color-bg , :foreground ,ln-color-fg))))))
;;;###autoload