And a method for printing the colorscheme.
This commit is contained in:
parent
447600497e
commit
bf70ebefbf
2 changed files with 10 additions and 4 deletions
8
config.h
8
config.h
|
|
@ -88,7 +88,13 @@ static const int alpha = 0xdd;
|
|||
|
||||
static int whichcolortable = 0;
|
||||
|
||||
static char *colornames[3][260] = {
|
||||
static const char *schemenames[] = {
|
||||
"Cobalt Neon",
|
||||
"Highway",
|
||||
"Grape",
|
||||
};
|
||||
|
||||
static char *colorchart[3][260] = {
|
||||
// cobalt neon
|
||||
{
|
||||
"#142631", // 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue