X-Git-Url: https://git.armaanb.net/?p=dmenu.git;a=blobdiff_plain;f=config.h;h=0cd6ea022dd70519d164d4be20fee7322f04c897;hp=1f8ab95af677092cbd7245f26eab1ee7376e8f00;hb=HEAD;hpb=02b0204292f0fc84c03db6476fd31a1e419a9c9e diff --git a/config.h b/config.h index 1f8ab95..0cd6ea0 100644 --- a/config.h +++ b/config.h @@ -10,9 +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" }, - [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;