new look
This commit is contained in:
4
config.h
4
config.h
@ -9,8 +9,8 @@ static const char *fonts[] = {
|
|||||||
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
|
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
|
||||||
static const char *colors[SchemeLast][2] = {
|
static const char *colors[SchemeLast][2] = {
|
||||||
/* fg bg */
|
/* fg bg */
|
||||||
[SchemeNorm] = { "#99cccc", "#333366" },
|
[SchemeNorm] = { "#b2b2b2", "#272727" },
|
||||||
[SchemeSel] = { "#ccffff", "#333399" },
|
[SchemeSel] = { "#ffffff", "#3f3f3f" },
|
||||||
[SchemeOut] = { "#000000", "#000000" },
|
[SchemeOut] = { "#000000", "#000000" },
|
||||||
};
|
};
|
||||||
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
|
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
|
||||||
|
BIN
dmenu
BIN
dmenu
Binary file not shown.
BIN
dmenu.o
BIN
dmenu.o
Binary file not shown.
BIN
drw.o
BIN
drw.o
Binary file not shown.
BIN
stest
BIN
stest
Binary file not shown.
BIN
stest.o
BIN
stest.o
Binary file not shown.
BIN
util.o
BIN
util.o
Binary file not shown.
Reference in New Issue
Block a user