25 lines
492 B
Text
25 lines
492 B
Text
{
|
|
"#2b2b2b", // 0
|
|
"#d45a60", // 1
|
|
"#afba67", // 2
|
|
"#e5d289", // 3
|
|
"#a0bad6", // 4
|
|
"#c092d6", // 5
|
|
"#91bfb7", // 6
|
|
"#3c3d3d", // 7
|
|
"#454747", // 8
|
|
"#d3232f", // 9
|
|
"#aabb39", // 10
|
|
"#e5be39", // 11
|
|
"#6699d6", // 12
|
|
"#ab53d6", // 13
|
|
"#5fc0ae", // 14
|
|
"#c1c2c2", // 15
|
|
[255] = 0,
|
|
"#222222", /* bg color */
|
|
//static unsigned int defaultbg = 256;
|
|
"#959595", /* fg color */
|
|
//static unsigned int defaultfg = 257;
|
|
"#424242" /* cs color */
|
|
//static unsigned int defaultcs = 258;
|
|
},
|