original color
This commit is contained in:
parent
be3ea16279
commit
8c119155ba
4
config.h
4
config.h
@ -115,8 +115,8 @@ static const char *colorname[] = {
|
|||||||
* Default colors (colorname index)
|
* Default colors (colorname index)
|
||||||
* foreground, background, cursor, reverse cursor
|
* foreground, background, cursor, reverse cursor
|
||||||
*/
|
*/
|
||||||
unsigned int defaultfg = 257;
|
unsigned int defaultfg = 15;
|
||||||
unsigned int defaultbg = 256;
|
unsigned int defaultbg = 0;
|
||||||
static unsigned int defaultcs = 15;
|
static unsigned int defaultcs = 15;
|
||||||
static unsigned int defaultrcs = 0;
|
static unsigned int defaultrcs = 0;
|
||||||
|
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
sudo make uninstall && make clean && make && sudo make install
|
|
Loading…
Reference in New Issue
Block a user