26 lines
492 B
Text
26 lines
492 B
Text
|
|
{
|
||
|
|
"#3d352a", // 0
|
||
|
|
"#cd5c5c", // 1
|
||
|
|
"#86af80", // 2
|
||
|
|
"#e8ae5b", // 3
|
||
|
|
"#6495ed", // 4
|
||
|
|
"#deb887", // 5
|
||
|
|
"#b0c4de", // 6
|
||
|
|
"#bbaa99", // 7
|
||
|
|
"#554444", // 8
|
||
|
|
"#cc5533", // 9
|
||
|
|
"#88aa22", // 10
|
||
|
|
"#ffa75d", // 11
|
||
|
|
"#87ceeb", // 12
|
||
|
|
"#996600", // 13
|
||
|
|
"#b0c4de", // 14
|
||
|
|
"#ddccbb", // 15
|
||
|
|
[255] = 0,
|
||
|
|
"#1c1c1c", /* bg color */
|
||
|
|
//static unsigned int defaultbg = 256;
|
||
|
|
"#ddeedd", /* fg color */
|
||
|
|
//static unsigned int defaultfg = 257;
|
||
|
|
"#e2bbef" /* cs color */
|
||
|
|
//static unsigned int defaultcs = 258;
|
||
|
|
},
|