diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2022-12-08 05:32:21 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2022-12-08 05:32:21 +0300 |
commit | cd116049af640c24279eb57c40a90eb9e2aff3d5 (patch) | |
tree | 9379ae4e4028814be5e656cf6ad2c1b1d0f1e9d2 | |
parent | 9487d1d45a76c6b5b5e5cb2870d0aeba09018e92 (diff) |
default cursor color
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index ccc36cb..f1998bd 100644 --- a/config.def.h +++ b/config.def.h @@ -148,7 +148,7 @@ static const char *colorname[] = { */ unsigned int defaultfg = 15; unsigned int defaultbg = 0; -unsigned int defaultcs = 12; +unsigned int defaultcs = 3; static unsigned int defaultrcs = 257; /* |