git still get's me

This commit is contained in:
Solomon Laing 2025-04-16 22:29:28 +09:30
parent 6d926e2f98
commit 0c6183b640

View File

@ -14,10 +14,10 @@ static const char *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = {"#D5C4A1", "#262626"},
[SchemeSel] = {"#262626", "#FE8019"},
[SchemeSelHighlight] = { "#ffc978", "#005577" },
[SchemeNormHighlight] = { "#ffc978", "#222222" },
[SchemeSelHighlight] = {"#ffc978", "#005577"},
[SchemeNormHighlight] = {"#ffc978", "#222222"},
[SchemeOut] = {"#000000", "#00ffff"},
[SchemeOutHighlight] = { "#ffc978", "#00ffff" },
[SchemeOutHighlight] = {"#ffc978", "#00ffff"},
};
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
@ -32,4 +32,3 @@ static unsigned int min_lineheight = 8;
* for example: " /?\"&[]"
*/
static const char worddelimiters[] = " ";