bbgo/pkg/style/colors.go

6 lines
99 B
Go

package style
const GreenColor = "#228B22"
const RedColor = "#800000"
const GrayColor = "#f0f0f0"