This repository has been archived on 2024-02-06. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
pinentry-dmenu-custom/config.h
2024-02-05 18:00:40 +01:00

15 lines
493 B
C

static int minpwlen = 16;
static const char *asterisk = "";
static int topbar = 1;
static const char *fonts[] = {
"FiraCode Nerd Font Mono:pixelsize=14",
"Noto Color Emoji:pixelsize=14",
"FontAwesome:pixelsize=14"
};
static const char *prompt = "󰌆";
static const char *colors[SchemeLast][4] = {
[SchemePrompt] = {"#7aa2f7", "#15161E"},
[SchemeNormal] = {"#7aa2f7", "#15161E"},
[SchemeSelect] = {"#15161E", "#7aa2f7"},
[SchemeDesc] = {"#7aa2f7", "#15161E"}
};