trans
This commit is contained in:
parent
ca95143e01
commit
3b0a2c03b9
3
config.h
3
config.h
@ -7,7 +7,8 @@ static const char *fonts[] = {
|
|||||||
"Olympe Mono Hacked:size=10",
|
"Olympe Mono Hacked:size=10",
|
||||||
"NotoColorEmoji:size=10:antialias=true:autohint=true"
|
"NotoColorEmoji:size=10:antialias=true:autohint=true"
|
||||||
};
|
};
|
||||||
static const unsigned int bgalpha = 0xe0;
|
// static const unsigned int bgalpha = 0xe0;
|
||||||
|
static const unsigned int bgalpha = OPAQUE;
|
||||||
static const unsigned int fgalpha = OPAQUE;
|
static const unsigned int fgalpha = OPAQUE;
|
||||||
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
|
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
|
||||||
static const char *colors[SchemeLast][2] = {
|
static const char *colors[SchemeLast][2] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user