25 lines
492 B
Text
25 lines
492 B
Text
{
|
|
"#000000", // 0
|
|
"#f8282a", // 1
|
|
"#328a5d", // 2
|
|
"#fa701d", // 3
|
|
"#135cd0", // 4
|
|
"#9f00bd", // 5
|
|
"#33c3c1", // 6
|
|
"#b3b3b3", // 7
|
|
"#555753", // 8
|
|
"#fb0416", // 9
|
|
"#2cc631", // 10
|
|
"#fdd727", // 11
|
|
"#1670ff", // 12
|
|
"#e900b0", // 13
|
|
"#3ad5ce", // 14
|
|
"#eeeeec", // 15
|
|
[255] = 0,
|
|
"#ffffff", /* bg color */
|
|
//static unsigned int defaultbg = 256;
|
|
"#262626", /* fg color */
|
|
//static unsigned int defaultfg = 257;
|
|
"#6fd3fc" /* cs color */
|
|
//static unsigned int defaultcs = 258;
|
|
},
|