diff --git a/.gitignore b/.gitignore index a06e61d..f1efd62 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ st config.h *.tar *.gz - +shell.nix diff --git a/config.def.h b/config.def.h index 938570f..c932aec 100644 --- a/config.def.h +++ b/config.def.h @@ -115,7 +115,7 @@ static const char *colorname[] = { "gray90", /* 8 bright colors */ - "gray50", + "black", "red", "green", "yellow",