qbtrade/pkg/style/colors.go

6 lines
99 B
Go
Raw Normal View History

2024-06-27 14:42:38 +00:00
package style
const GreenColor = "#228B22"
const RedColor = "#800000"
const GrayColor = "#f0f0f0"