parent
fcb796828c
commit
7a3fcf6fe4
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -14,7 +14,7 @@ static const char *fonts[] = {
|
||||||
"Noto Color Emoji:pixelsize=14",
|
"Noto Color Emoji:pixelsize=14",
|
||||||
"FontAwesome:pixelsize=14"
|
"FontAwesome:pixelsize=14"
|
||||||
};
|
};
|
||||||
static const char *prompt = "";
|
static const char *prompt = "";
|
||||||
static const char *colors[SchemeLast][4] = {
|
static const char *colors[SchemeLast][4] = {
|
||||||
[SchemePrompt] = {"#7aa2f7", "#15161E"},
|
[SchemePrompt] = {"#7aa2f7", "#15161E"},
|
||||||
[SchemeNormal] = {"#7aa2f7", "#15161E"},
|
[SchemeNormal] = {"#7aa2f7", "#15161E"},
|
||||||
|
|
Reference in a new issue