aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-04-23 22:48:53 +0200
committerGravatar Tom Willemse2013-04-23 22:48:53 +0200
commit69ca4f645ee2ddae394f7bcf868e8d408019613f (patch)
tree2454311dcb257cd8103d992f84711c80a6a3f4c7
parent7cf5c7436d282b2f9126eca93cb1b28d70ce3fe2 (diff)
downloadyoshi-theme-69ca4f645ee2ddae394f7bcf868e8d408019613f.tar.gz
yoshi-theme-69ca4f645ee2ddae394f7bcf868e8d408019613f.zip
switch default colors for misty
-rw-r--r--misty-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/misty-theme.el b/misty-theme.el
index b13bfce..0eb35bb 100644
--- a/misty-theme.el
+++ b/misty-theme.el
@@ -46,7 +46,7 @@
`(compilation-info ((t (:foreground ,lblue :inherit unspecified))))
`(cursor ((t (:background ,lwhite))))
- `(default ((t (:background ,dblack :foreground ,lwhite))))
+ `(default ((t (:background ,dwhite :foreground ,lblack))))
`(diff-added ((t (:background ,dgreen :inherit unspecified))))
`(diff-changed ((t (:background ,dyellow))))
`(diff-file-header ((t (:foreground ,lblue :background unspecified :weight bold))))