@@ -70,7 +70,7 @@ static QMap<CS_UNIT> TABLE(){
7070 << QPair<CS_UNIT>(" darkblue" ,ColorStyle (true ,QColor (14 ,19 ,29 ),QColor (19 ,25 ,38 ),Qt::white,QColor (70 ,79 ,89 )))
7171 << QPair<CS_UNIT>(" honeycomb" ,ColorStyle (false ,QColor (185 ,188 ,182 ),QColor (212 ,215 ,208 ),Qt::black,QColor (243 ,193 ,41 ),Qt::white))
7272 << QPair<CS_UNIT>(" pitchblack" ,ColorStyle (true ,Qt::black,QColor (16 ,16 ,16 ),QColor (222 ,222 ,222 ),QColor (132 ,132 ,132 )))
73- << QPair<CS_UNIT>(" black" ,ColorStyle (true ,QColor (43 , 43 , 43 ),QColor (29 ,29 ,29 ),Qt::white,QColor (190 ,190 ,190 ),Qt::black,QColor (90 ,90 ,90 )))
73+ << QPair<CS_UNIT>(" black" ,ColorStyle (true ,QColor (40 , 40 , 40 ),QColor (29 ,29 ,29 ),Qt::white,QColor (190 ,190 ,190 ),Qt::black,QColor (90 ,90 ,90 )))
7474 << QPair<CS_UNIT>(" darkgreen" ,ColorStyle (true ,QColor (30 ,30 ,30 ),QColor (27 ,34 ,36 ),QColor (197 ,209 ,217 ),QColor (153 , 199 , 190 )))
7575 << QPair<CS_UNIT>(" green" ,ColorStyle (true ,QColor (6 ,29 ,12 ),QColor (0 ,12 ,0 ),Qt::white,QColor (86 ,191 ,121 )))
7676 << QPair<CS_UNIT>(" stone" ,ColorStyle (true ,QColor (27 ,36 ,40 ),QColor (34 ,45 ,50 ),Qt::white,QColor (165 ,206 ,255 )));
0 commit comments