|
|
@ -1,12 +1,11 @@ |
|
|
|
static const Bool wmborder = True; |
|
|
|
static const Bool wmborder = True; |
|
|
|
static int fontsize = 16; |
|
|
|
static int fontsize = 16; |
|
|
|
static const char *fonts[] = { |
|
|
|
static const char *fonts[] = { |
|
|
|
"monospace:size=16" |
|
|
|
"monospace:size=18" |
|
|
|
}; |
|
|
|
}; |
|
|
|
static const char *colors[SchemeLast][2] = { |
|
|
|
static const char *colors[SchemeLast][2] = { |
|
|
|
/* fg bg */ |
|
|
|
/* fg bg */ |
|
|
|
[SchemeNorm] = { "#58a7c6", "#14313d" }, |
|
|
|
[SchemeNorm] = { "#000000", "#cccccc" }, |
|
|
|
[SchemePress] = { "#ffffff", "#005577" }, |
|
|
|
[SchemePress] = { "#ffffff", "#0000cc" }, |
|
|
|
[SchemeHighlight] = { "#58a7c6", "#005577" }, |
|
|
|
[SchemeHighlight] = { "#ffffff", "#0000cc" }, |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|