.emacs.d/themes/new-theme.el
This commit is contained in:
parent
dc53d891de
commit
961905f2c3
1 changed files with 3 additions and 3 deletions
|
@ -30,9 +30,9 @@
|
||||||
(custom-theme-set-faces
|
(custom-theme-set-faces
|
||||||
'new
|
'new
|
||||||
'(default ((t (:background "#111113" :foreground "#eeeeec"))))
|
'(default ((t (:background "#111113" :foreground "#eeeeec"))))
|
||||||
'(flymake-errline ((t (:background nil :underline (:color "#ff0000" :style line)))))
|
'(flymake-errline ((t (:background nil :underline (:color "#ff5555" :style line)))))
|
||||||
'(flymake-infoline ((t (:background nil :underline (:color "#00ff00" :style line)))))
|
'(flymake-infoline ((t (:background nil :underline (:color "#55ff55" :style line)))))
|
||||||
'(flymake-warnline ((t (:background nil :underline (:color "#0000ff" :style line)))))
|
'(flymake-warnline ((t (:background nil :underline (:color "#5555ff" :style line)))))
|
||||||
'(font-lock-comment-delimiter-face ((t (:foreground "#a9a9a9" :slant italic :weight bold))))
|
'(font-lock-comment-delimiter-face ((t (:foreground "#a9a9a9" :slant italic :weight bold))))
|
||||||
'(font-lock-comment-face ((t (:foreground "#a9a9a9" :slant italic))))
|
'(font-lock-comment-face ((t (:foreground "#a9a9a9" :slant italic))))
|
||||||
'(font-lock-constant-face ((t (:foreground "#93d8d8"))))
|
'(font-lock-constant-face ((t (:foreground "#93d8d8"))))
|
||||||
|
|
Loading…
Reference in a new issue