]> git.armaanb.net Git - dmenu.git/blobdiff - config.h
Switch to a light theme
[dmenu.git] / config.h
index cf0fe3b20c87bb6f903d08f367383dbfb783ecd0..b4d27d98c99928af9615b566e485149f0f1bedf6 100644 (file)
--- a/config.h
+++ b/config.h
@@ -9,12 +9,12 @@ static const char *fonts[] = {
 };
 static const char *prompt      = NULL;      /* -p  option; prompt to the left of input field */
 static const char *colors[SchemeLast][2] = {
-       /*     fg         bg       */
-       [SchemeNorm] = { "#bbbbbb", "#222222" },
-       [SchemeSel] = { "#eeeeee", "#005577" },
-       [SchemeSelHighlight] = { "#ffc978", "#005577" },
-       [SchemeNormHighlight] = { "#ffc978", "#222222" },
-       [SchemeOut] = { "#000000", "#00ffff" },
+       //                        fg         bg
+       [SchemeNorm] =          { "#000000", "#ffffff" },
+       [SchemeSel] =           { "#ffffff", "#000000" },
+       [SchemeSelHighlight] =  { "#ffc978", "#000000" },
+       [SchemeNormHighlight] = { "#000000", "#ffffff" },
+       [SchemeOut] =           { "#000000", "#00ffff" },
 };
 /* -l option; if nonzero, dmenu uses vertical list with given number of lines */
 static unsigned int lines      = 0;