Restore original svkbd colorscheme and bump up to use monospace-18 as font
This commit is contained in:
parent
f3a0a23f19
commit
4fc0c19ff3
1 changed files with 4 additions and 5 deletions
|
@ -1,12 +1,11 @@
|
|||
static const Bool wmborder = True;
|
||||
static int fontsize = 16;
|
||||
static const char *fonts[] = {
|
||||
"monospace:size=16"
|
||||
"monospace:size=18"
|
||||
};
|
||||
static const char *colors[SchemeLast][2] = {
|
||||
/* fg bg */
|
||||
[SchemeNorm] = { "#58a7c6", "#14313d" },
|
||||
[SchemePress] = { "#ffffff", "#005577" },
|
||||
[SchemeHighlight] = { "#58a7c6", "#005577" },
|
||||
[SchemeNorm] = { "#000000", "#cccccc" },
|
||||
[SchemePress] = { "#ffffff", "#0000cc" },
|
||||
[SchemeHighlight] = { "#ffffff", "#0000cc" },
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue