diff options
author | tsxv478 <vt0451@yandex.ru> | 2022-12-08 05:32:21 +0300 |
---|---|---|
committer | tsxv478 <vt0451@yandex.ru> | 2022-12-08 05:32:21 +0300 |
commit | 95ff88912cb427b229b327ad9e51221200db7335 (patch) | |
tree | 9379ae4e4028814be5e656cf6ad2c1b1d0f1e9d2 | |
parent | e3c65d5a361e50a1abf3c069e1b622431e598c2e (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; /* |