Description: Tweaks to config.def.h
 Swap default foreground and background colours
Author: Nick Morrott <nickm@debian.org>
Forwarded: not-needed
Last-Update: 2022-03-26
---
--- a/config.def.h
+++ b/config.def.h
@@ -7,8 +7,8 @@
 /* colors and font can be overwritten via X resource properties.
  * See nsxiv(1), X(7) section Resources and xrdb(1) for more information.
  */
-static const char *DEFAULT_WIN_BG     = "white";
-static const char *DEFAULT_WIN_FG     = "black";
+static const char *DEFAULT_WIN_BG     = "black";
+static const char *DEFAULT_WIN_FG     = "white";
 static const char *DEFAULT_MARK_COLOR = NULL;  /* NULL means it will default to window foreground */
 #if HAVE_LIBFONTS
 static const char *DEFAULT_BAR_BG     = NULL;  /* NULL means it will default to window background */
