From caab10e3bc28c1cee4f9023b3761c6a29d521a4f Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Mon, 1 Apr 2024 17:29:23 +0300 Subject: Better comments. Changes to be committed: modified: config.h --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.h b/config.h index 44681d8..19d4933 100644 --- a/config.h +++ b/config.h @@ -71,14 +71,14 @@ unsigned int tabspaces = 4; static const char *colorname[] = { -/* 8 normal colors ULTIMATE */ + /* 8 normal colors */ [0] = "#828ff9", /* black */ [1] = "#7f64ba", /* red */ [2] = "#828ff9", /* green */ [3] = "#ac96dc", /* yellow */ [4] = "#e94c80", /* blue */ [5] = "#ace6f0", /* magenta */ - [6] = "#7f64ba", /*"#5f3e98" dark bkup, cyan */ + [6] = "#7f64ba", /* cyan */ [7] = "#eebea4", /* white */ /* 8 bright colors */ @@ -92,7 +92,7 @@ static const char *colorname[] = { [15] = "#ace6f0", /* white */ /* special colors */ - [256] = "#0a001f", /* background it was 0f0a1c new 08001d*/ + [256] = "#0a001f", /* background */ [257] = "#d9d5e6", /* foreground */ }; -- cgit v1.2.3