From 69ca4f645ee2ddae394f7bcf868e8d408019613f Mon Sep 17 00:00:00 2001
From: Tom Willemse <tom@ryuslash.org>
Date: Tue, 23 Apr 2013 22:48:53 +0200
Subject: [PATCH] switch default colors for misty

---
 misty-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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))))