Use a different color for front and back courtyards

This commit is contained in:
Jon Evans 2021-02-09 20:15:20 -05:00
parent 1ba7bebce6
commit 9ce255dc77
1 changed files with 2 additions and 2 deletions

View File

@ -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 ) },