aboutsummaryrefslogtreecommitdiffstats
path: root/new-theme.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-11 15:46:48 +0200
committerGravatar Tom Willemsen2012-10-11 15:46:48 +0200
commit50e8833bd70ff1f0fbab5f5646bfd7c6eb6a5ff6 (patch)
tree8d1d52b9f82ed21b039c1917c6d393c43e1d190a /new-theme.el
parentde410ed3470fa7db21135a16241d7285ab47a62f (diff)
downloadyoshi-theme-50e8833bd70ff1f0fbab5f5646bfd7c6eb6a5ff6.tar.gz
yoshi-theme-50e8833bd70ff1f0fbab5f5646bfd7c6eb6a5ff6.zip
.emacs.d/themes/new-theme.el
Diffstat (limited to '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 441e067..b43709f 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 "#ff0000" :style line)))))
- '(flymake-infoline ((t (:background nil :underline (:color "#00ff00" :style line)))))
- '(flymake-warnline ((t (:background nil :underline (:color "#0000ff" :style line)))))
+ '(flymake-errline ((t (:background nil :underline (:color "#ff5555" :style line)))))
+ '(flymake-infoline ((t (:background nil :underline (:color "#55ff55" :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-face ((t (:foreground "#a9a9a9" :slant italic))))
'(font-lock-constant-face ((t (:foreground "#93d8d8"))))