6 lines
99 B
Go
6 lines
99 B
Go
|
package style
|
||
|
|
||
|
const GreenColor = "#228B22"
|
||
|
const RedColor = "#800000"
|
||
|
const GrayColor = "#f0f0f0"
|