This commit is contained in:
Luca Bilke 2024-01-16 10:16:39 +01:00
commit 7a3fcf6fe4

View file

@ -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"},