diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-04-01 17:29:23 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-04-01 17:29:23 +0300 |
commit | caab10e3bc28c1cee4f9023b3761c6a29d521a4f (patch) | |
tree | 660ef5c757cb1eb843ce3a40ad26bb88ffbe6735 | |
parent | 8d06917df748f961943870eb102d5f283737ce19 (diff) |
Better comments.
Changes to be committed:
modified: config.h
-rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 */ }; |