You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
333 B
11 lines
333 B
static const Bool wmborder = True; |
|
static int fontsize = 8; |
|
static const char *fonts[] = { |
|
"Iosevka Nerd Font:size=9" |
|
}; |
|
static const char *colors[SchemeLast][2] = { |
|
/* fg bg */ |
|
[SchemeNorm] = { "#ebdbb2", "#282828" }, |
|
[SchemePress] = { "#ebdbb2", "#458588" }, |
|
[SchemeHighlight] = { "#ebdbb2", "#458588" }, |
|
};
|
|
|