summaryrefslogtreecommitdiffstats
path: root/.emacs.d/themes
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-11 15:46:48 +0200
committerGravatar Tom Willemsen2012-10-11 15:46:48 +0200
commit961905f2c32e177cff6325ed82359fb9b3972890 (patch)
tree4ae0115454069bbe70dec7a9a1f30f721ad86d7f /.emacs.d/themes
parentdc53d891de20f89c51bafb96f8945443ec24718a (diff)
downloaddotfiles-961905f2c32e177cff6325ed82359fb9b3972890.tar.gz
dotfiles-961905f2c32e177cff6325ed82359fb9b3972890.zip
.emacs.d/themes/new-theme.el
Diffstat (limited to '.emacs.d/themes')
-rw-r--r--.emacs.d/themes/new-theme.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/.emacs.d/themes/new-theme.el b/.emacs.d/themes/new-theme.el
index 441e067..b43709f 100644
--- a/.emacs.d/themes/new-theme.el
+++ b/.emacs.d/themes/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"))))