Module:TextColor/data

From Quasimorph Wiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:TextColor/data/doc

local colors = {
	hl = "#FFFEC1",
	h = "#FFFEC1",
	angry = '#4B1416',
	good = "#81B57A",
	normal = "#3A7966",
	bad = "#8D1131",
	gold = '#FBE343',
	subtext = '#007A66',
}

return colors