svkbd-exkc/config.h

18 lines
568 B
C

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