Add light theme to emacs
This commit is contained in:
parent
7b88f08b16
commit
46fe5bb884
3 changed files with 31 additions and 2 deletions
|
|
@ -13,12 +13,13 @@
|
|||
'(font-lock-comment-face ((t (:foreground "#aaaaaa" ))))
|
||||
'(font-lock-function-name-face ((t (:foreground "#00c7ff" ))))
|
||||
'(font-lock-keyword-face ((t (:foreground "#3cc93a" ))))
|
||||
'(font-lock-string-face ((t (:foreground "#d4a102" ))))
|
||||
'(font-lock-string-face ((t (:foreground "#a87f00" ))))
|
||||
'(font-lock-type-face ((t (:foreground "#e8cf0e" ))))
|
||||
'(font-lock-constant-face ((t (:foreground "#b987ff" ))))
|
||||
'(font-lock-variable-name-face ((t (:foreground "#00c7ff" ))))
|
||||
'(minibuffer-prompt ((t (:foreground "#c7c7c7" :bold t ))))
|
||||
'(font-lock-warning-face ((t (:foreground "red" :bold t ))))
|
||||
'(hl-line ((t (:background "black"))))
|
||||
|
||||
'(show-paren-match-face ((t (:foreground "orange" :background "black"))))
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue