Merge pull request #234 from jameh/master

add missing color for newer st
This commit is contained in:
Dylan Araps 2018-04-24 21:27:39 +00:00 committed by GitHub
commit f2278e6c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,3 +31,4 @@ const char *colorname[] = {{
unsigned int defaultbg = 0; unsigned int defaultbg = 0;
unsigned int defaultfg = 257; unsigned int defaultfg = 257;
unsigned int defaultcs = 258; unsigned int defaultcs = 258;
unsigned int defaultrcs= 258;