Use a different color for front and back courtyards
This commit is contained in:
parent
1ba7bebce6
commit
9ce255dc77
|
@ -146,8 +146,8 @@ static const std::map<int, COLOR4D> s_defaultTheme =
|
|||
{ Eco2_User, CSS_COLOR( 216, 200, 82, 1 ) },
|
||||
{ Edge_Cuts, CSS_COLOR( 208, 210, 205, 1 ) },
|
||||
{ Margin, CSS_COLOR( 255, 38, 226, 1 ) },
|
||||
{ B_CrtYd, CSS_COLOR( 255, 38, 226, 1 ) },
|
||||
{ F_CrtYd, CSS_COLOR( 255, 0, 245, 1 ) },
|
||||
{ B_CrtYd, CSS_COLOR( 38, 233, 255, 1 ) },
|
||||
{ F_CrtYd, CSS_COLOR( 255, 38, 226, 1 ) },
|
||||
{ B_Fab, CSS_COLOR( 88, 93, 132, 1 ) },
|
||||
{ F_Fab, CSS_COLOR( 175, 175, 175, 1 ) },
|
||||
{ User_1, CSS_COLOR( 194, 194, 194, 1 ) },
|
||||
|
|
Loading…
Reference in New Issue