]> git.armaanb.net Git - dmenu.git/blobdiff - config.h
Switch to dark theme
[dmenu.git] / config.h
index b4d27d98c99928af9615b566e485149f0f1bedf6..0cd6ea022dd70519d164d4be20fee7322f04c897 100644 (file)
--- a/config.h
+++ b/config.h
@@ -10,11 +10,9 @@ 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] =          { "#000000", "#ffffff" },
-       [SchemeSel] =           { "#ffffff", "#000000" },
-       [SchemeSelHighlight] =  { "#ffc978", "#000000" },
-       [SchemeNormHighlight] = { "#000000", "#ffffff" },
-       [SchemeOut] =           { "#000000", "#00ffff" },
+       [SchemeNorm] =          { "#ffffff", "#000000" },
+       [SchemeSel] =           { "#000000", "#ffffff" },
+       [SchemeOut] =           { "#00ffff", "#ffffff" },
 };
 /* -l option; if nonzero, dmenu uses vertical list with given number of lines */
 static unsigned int lines      = 0;