Module:User:Suzukaze-c/dial-syn/data

From Wiktionary, the free dictionary
Jump to navigation Jump to search

This is a private module sandbox of Suzukaze-c, for their own experimentation. Items in this module may be added and removed at Suzukaze-c's discretion; do not rely on this module's stability.


local export = {}

export.colours = {
	[1] = "#FAF0F2",
	[2] = "#FAF5F0",
	[3] = "#F0F5FA",
	[4] = "#F0FAF3",
	[5] = "#FAF0F6",
	[6] = "#FAF9F0",
	[7] = "#F7FAF0",
	[8] = "#F4F0FA",
	[9] = "#F0F2FA",

	["head_a"] = "#FCFFFC",
	["head_b"] = "#E8ECFA",
}

return export