diff --git a/config.h b/config.h index 55e8b40..8b016f5 100644 --- a/config.h +++ b/config.h @@ -14,7 +14,7 @@ static const char *fonts[] = { "Noto Color Emoji:pixelsize=14", "FontAwesome:pixelsize=14" }; -static const char *prompt = ""; +static const char *prompt = ""; static const char *colors[SchemeLast][4] = { [SchemePrompt] = {"#7aa2f7", "#15161E"}, [SchemeNormal] = {"#7aa2f7", "#15161E"},