More tag schemes.

This commit is contained in:
Bartek Stalewski 2022-08-22 02:46:46 +02:00
parent 1969d28ff0
commit 5bbdf5c439
6 changed files with 72 additions and 88 deletions

View file

@ -22,7 +22,6 @@ static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";
static const char col_gray4[] = "#eeeeee";
static const char col_cyan[] = "#005577";
static const char col_empty[] = "#525252";
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },