c8ee269e73
Signed-off-by: Miles Alan <m@milesalan.com>
12 lines
327 B
C
12 lines
327 B
C
static const Bool wmborder = True;
|
|
static int fontsize = 16;
|
|
static const char *fonts[] = {
|
|
"monospace:size=16"
|
|
};
|
|
static const char *colors[SchemeLast][2] = {
|
|
/* fg bg */
|
|
[SchemeNorm] = { "#58a7c6", "#14313d" },
|
|
[SchemePress] = { "#ffffff", "#005577" },
|
|
[SchemeHighlight] = { "#58a7c6", "#005577" },
|
|
};
|