.emacs.d/themes/new-theme.el
This commit is contained in:
parent
5943855ab5
commit
86db852e0c
1 changed files with 2 additions and 1 deletions
|
@ -32,9 +32,10 @@
|
|||
'(default ((t (:background "#111113" :foreground "#eeeeec"))))
|
||||
'(flymake-errline ((t (:background "#8b1a1a"))))
|
||||
'(flymake-infoline ((t (:background "#00008b"))))
|
||||
'(flymake-warnline ((t (:background "#be3e00"))))
|
||||
'(flymake-warnline ((t (:background "#9a3200"))))
|
||||
'(font-lock-comment-delimiter-face ((t (:foreground "#a9a9a9" :slant italic :weight bold))))
|
||||
'(font-lock-comment-face ((t (:foreground "#a9a9a9" :slant italic))))
|
||||
'(font-lock-doc-face ((t (:foreground "#9ad870"))))
|
||||
'(font-lock-keyword-face ((t (:foreground "#cfce29"))))
|
||||
'(font-lock-string-face ((t (:foreground "#ffbd5c"))))
|
||||
'(font-lock-type-face ((t (:foreground "#78a2c1"))))
|
||||
|
|
Loading…
Reference in a new issue