We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ace971 commit b9355e2Copy full SHA for b9355e2
config.def.h
@@ -14,7 +14,7 @@ static const char *prompt = NULL; /* -p option; prompt to the left of
14
#if __has_include(pywal)
15
#include pywal
16
#else
17
-@@ -11,6 +11,8 @@ static const char *colors[SchemeLast][2]
+static const char *colors[SchemeLast][2]
18
/* fg bg */
19
[SchemeNorm] = { "#bbbbbb", "#222222" },
20
[SchemeSel] = { "#eeeeee", "#005577" },
0 commit comments