aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-16 10:17:11 +0200
committerGravatar Tom Willemsen2012-10-16 10:17:11 +0200
commitc66d6138fbf54b39e7e67f68b1d88a09f8d570ed (patch)
tree5a9a0bcc2c01ed1bafaa799fa367365abc64ed68
parent9cc5b0ce9484d4f743de24cf6c80d3f9cbd973b4 (diff)
downloadyoshi-theme-c66d6138fbf54b39e7e67f68b1d88a09f8d570ed.tar.gz
yoshi-theme-c66d6138fbf54b39e7e67f68b1d88a09f8d570ed.zip
.emacs.d/themes/new-theme.el
-rw-r--r--new-theme.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/new-theme.el b/new-theme.el
index 1d5a454..da9df4a 100644
--- a/new-theme.el
+++ b/new-theme.el
@@ -30,9 +30,9 @@
(custom-theme-set-faces
'new
'(default ((t (:background "#111113" :foreground "#eeeeec"))))
- '(flymake-errline ((t (:background nil :underline (:color "#ff5555" :style wave)))))
- '(flymake-infoline ((t (:background nil :underline (:color "#55ff55" :style wave)))))
- '(flymake-warnline ((t (:background nil :underline (:color "#5555ff" :style wave)))))
+ '(flymake-errline ((t (:background nil :underline (:color "#d16979" :style wave)))))
+ '(flymake-infoline ((t (:background nil :underline (:color "#4da5d1" :style wave)))))
+ '(flymake-warnline ((t (:background nil :underline (:color "#d19317" :style wave)))))
'(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"))))