From 800f7839e6e4d74e54484961c20b0b6f8c022ed2 Mon Sep 17 00:00:00 2001
From: MatthewOwens <matthew@owens.tech>
Date: Sat, 20 Jun 2020 17:11:25 +0100
Subject: [PATCH] updated defaultcs

---
 config.def.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h
index bd33209..59fd8dc 100644
--- a/config.def.h
+++ b/config.def.h
@@ -129,7 +129,7 @@ static const char *colorname[] = {
  */
 unsigned int defaultfg = 257;
 unsigned int defaultbg = 256;
-static unsigned int defaultcs = 256;
+static unsigned int defaultcs = 257;
 static unsigned int defaultrcs = 257;
 
 /*
-- 
2.20.1