Skip to content

Commit b9355e2

Browse files
committed
config.def.h: fix colors issue
1 parent 7ace971 commit b9355e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ static const char *prompt = NULL; /* -p option; prompt to the left of
1414
#if __has_include(pywal)
1515
#include pywal
1616
#else
17-
@@ -11,6 +11,8 @@ static const char *colors[SchemeLast][2]
17+
static const char *colors[SchemeLast][2]
1818
/* fg bg */
1919
[SchemeNorm] = { "#bbbbbb", "#222222" },
2020
[SchemeSel] = { "#eeeeee", "#005577" },

0 commit comments

Comments
 (0)