25 lines
492 B
Text
25 lines
492 B
Text
{
|
|
"#1f1f1f", // 0
|
|
"#fb002a", // 1
|
|
"#339c24", // 2
|
|
"#659b25", // 3
|
|
"#149b45", // 4
|
|
"#53b82c", // 5
|
|
"#2cb868", // 6
|
|
"#e0ffef", // 7
|
|
"#032710", // 8
|
|
"#a7ff3f", // 9
|
|
"#9fff6d", // 10
|
|
"#d2ff6d", // 11
|
|
"#72ffb5", // 12
|
|
"#50ff3e", // 13
|
|
"#22ff71", // 14
|
|
"#daefd0", // 15
|
|
[255] = 0,
|
|
"#3a3d3f", /* bg color */
|
|
//static unsigned int defaultbg = 256;
|
|
"#d9efd3", /* fg color */
|
|
//static unsigned int defaultfg = 257;
|
|
"#42ff58" /* cs color */
|
|
//static unsigned int defaultcs = 258;
|
|
},
|