sorcery  ui.lua at tip

File data/ui.lua from the latest check-in


return {
	colors = {
		good = {158,255,116};
		bad = {255,116,128};
		warn = {255,223,116};
		neutral = {116,201,255};
	};
}