svkbd-exkc/config.h

19 lines
563 B
C

static const Bool wmborder = True;
static const char *fonts[] = {
"FiraCode Nerd Font:style=Light:antialias=true:autohint=true",
"Chiron Sans HK Light:style=Light",
"JoyPixels:style=Regular",//Emoji
};
static int fontsize = 50;
static double overlay_delay = 1.0;
static int heightfactor = 11; //one row of keys takes up 1/x of the screen height
static const char *colors[SchemeLast][2] = {
// fg bg
[SchemeHighlight] = { "#ff5555", "#282a36" },
[SchemeNorm] = { "#ff5555", "#282a36" },
[SchemePress] = { "#282a36", "#ff79c6" },
};