1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

.emacs.d/themes/new-theme.el

This commit is contained in:
Tom Willemsen 2012-10-11 10:12:39 +02:00
parent 02a28b65f1
commit de410ed347

View file

@ -30,9 +30,9 @@
(custom-theme-set-faces
'new
'(default ((t (:background "#111113" :foreground "#eeeeec"))))
'(flymake-errline ((t (:background "#8b1a1a"))))
'(flymake-infoline ((t (:background "#00008b"))))
'(flymake-warnline ((t (:background "#9a3200"))))
'(flymake-errline ((t (:background nil :underline (:color "#ff0000" :style line)))))
'(flymake-infoline ((t (:background nil :underline (:color "#00ff00" :style line)))))
'(flymake-warnline ((t (:background nil :underline (:color "#0000ff" :style line)))))
'(font-lock-comment-delimiter-face ((t (:foreground "#a9a9a9" :slant italic :weight bold))))
'(font-lock-comment-face ((t (:foreground "#a9a9a9" :slant italic))))
'(font-lock-constant-face ((t (:foreground "#93d8d8"))))