| 1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 1 | tr = require './translate'
module.exports =
[
name: tr("~COLOR.YELLOW")
value: "#f7be33"
,
name: tr("~COLOR.DARK_BLUE")
value: "#105262"
,
name: tr("~COLOR.MED_BLUE")
value: "#72c0cc"
]
|