aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dmenu.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/dmenu.c b/dmenu.c
index 3f48d30..f71b056 100644
--- a/dmenu.c
+++ b/dmenu.c
@@ -45,10 +45,10 @@ static int inputw, promptw;
45static size_t cursor = 0; 45static size_t cursor = 0;
46static const char *font = NULL; 46static const char *font = NULL;
47static const char *prompt = NULL; 47static const char *prompt = NULL;
48static const char *normbgcolor = "#cccccc"; 48static const char *normbgcolor = "#222222";
49static const char *normfgcolor = "#000000"; 49static const char *normfgcolor = "#bbbbbb";
50static const char *selbgcolor = "#0066ff"; 50static const char *selbgcolor = "#005577";
51static const char *selfgcolor = "#ffffff"; 51static const char *selfgcolor = "#eeeeee";
52static unsigned int lines = 0; 52static unsigned int lines = 0;
53static unsigned long normcol[ColLast]; 53static unsigned long normcol[ColLast];
54static unsigned long selcol[ColLast]; 54static unsigned long selcol[ColLast];