Use regular font and use mocha variant colors.

This commit is contained in:
CronyAkatsuki 2022-12-10 21:53:05 +01:00
parent c51d8fa37a
commit 62a0aa03b7

View File

@ -4,16 +4,16 @@
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
"JetBrainsMono Nerd Font:size=9",
"JetBrains Mono:size=9",
};
static const unsigned int bgalpha = OPAQUE;
static const unsigned int fgalpha = OPAQUE;
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = { "#cad3f5", "#24273a" },
[SchemeSel] = { "#181926", "#91d7e3" },
[SchemeOut] = { "#000000", "#91d7e3" },
[SchemeNorm] = { "#cdd6f4", "#1e1e2e" },
[SchemeSel] = { "#1e1e2e", "#89dceb" },
[SchemeOut] = { "#000000", "#89dceb" },
};
static const unsigned int alphas[SchemeLast][2] = {
/* fgalpha bgalphga */