5 static let darkSlate = Color("Dark Slate")
6 static let jasperRed = Color("Jasper Red")
7 static let olympicBlue = Color("Olympic Blue")
8 static let neutralGray = Color("Neutral Gray")
9 static let lightNeutralGray = Color("Light Neutral Gray")
10 static let darkNeutralGray = Color("Dark Neutral Gray")
14 static let labelColor = Color.theme.darkSlate
15 static let axisColor = Color.theme.darkSlate
16 static let vertexColor = Color.theme.darkSlate
17 static let blockerColor = Color.theme.jasperRed
18 static let opportunityColor = Color.theme.olympicBlue
19 static let stageForeground = Color.theme.lightNeutralGray
20 static let stageBackground = Color.white
24 static let foreground = Color("Foreground")
25 static let background = Color("Background")