Xinqi Bao's Git
projects
/
dmenu.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (from parent 1:
168221b
)
new default colour scheme
author
Connor Lane Smith <
[email protected]
>
Sun, 13 Nov 2011 23:46:56 +0000
(
00:46
+0100)
committer
Connor Lane Smith <
[email protected]
>
Sun, 13 Nov 2011 23:46:56 +0000
(
00:46
+0100)
dmenu.c
patch
|
blob
|
history
diff --git
a/dmenu.c
b/dmenu.c
index
3f48d30
..
f71b056
100644
(file)
--- a/
dmenu.c
+++ b/
dmenu.c
@@
-45,10
+45,10
@@
static int inputw, promptw;
static size_t cursor = 0;
static const char *font = NULL;
static const char *prompt = NULL;
static size_t cursor = 0;
static const char *font = NULL;
static const char *prompt = NULL;
-static const char *normbgcolor = "#
cccccc
";
-static const char *normfgcolor = "#
000000
";
-static const char *selbgcolor = "#00
66ff
";
-static const char *selfgcolor = "#
ffffff
";
+static const char *normbgcolor = "#
222222
";
+static const char *normfgcolor = "#
bbbbbb
";
+static const char *selbgcolor = "#00
5577
";
+static const char *selfgcolor = "#
eeeeee
";
static unsigned int lines = 0;
static unsigned long normcol[ColLast];
static unsigned long selcol[ColLast];
static unsigned int lines = 0;
static unsigned long normcol[ColLast];
static unsigned long selcol[ColLast];