Quantcast
local T, C, L = unpack(Tukui)

do
	C.media.pixelfont = [=[Interface\Addons\SaftUI\SEMPRG__.TTF]=]
	C.pFont = { C.media.pixelfont, 8, "MONOCHROMEOUTLINE" }
end

do
	C["classbar"] = {
	  --["module"] = { enabled, width, height }
		["runeBars"] =		{ true, 256, 12 },
		["eclipseBar"] =	{ true, 256, 12 },
		["holyPower"] =		{ true, 256, 12 },
		["comboPoints"] =	{ true, 256, 12 },
		["totemTimers"] =	{ true, 256, 12 },
		["fulmTracker"] =	{ true, 256, 12 },
		["soulShards"] =	{ true, 256, 12 },
		["arcaneBlast"] =	{ true, 256, 12 },
		["thunderclap"] =	{ true, 256, 12 },
	}
end

do
	--UnitFrames To Show
	C.unitframes.Units = {
		["player"] 			= { enable = true, width = 239, height = 39 },
		["target"] 			= { enable = true, width = 239, height = 39 },
		["pet"]				= { enable = true, width = 160, height = 15 },
		["targettarget"]	= { enable = true, width = 160, height = 15 },
		["focus"]			= { enable = true, width = 160, height = 15 },
		["focustarget"]		= { enable = true, width = 160, height = 15 },
		["arena"]			= { enable = true, width = 239, height = 38 },
		["boss"]			= { enable = true, width = 239, height = 38 },
	}
	C.unitframes.Groups = {
		["TukuiRaidHealerGrid"]	= { width = 47, height = 35 },
		["TukuiRaidHealer15"]	= { width = 239, height = 38 },
		["TukuiRaid40"]			= { width = 120, height = 12 },
		["TukuiRaid25"]			= { width = 120, height = 16 },
	}
	C.unitframes.FlatBars = false
	C.unitframes.statusbarcolor = { .3, .3, .3 } --used for unicolor
	C.unitframes.fillAlpha = 1
	C.unitframes.rangeAlpha = 0.4
	C.unitframes.gridonly = true
end

do
	C.chat.dockedLoot = true
end

do
	C.datatext.exp = 7
end

do
	C.merchant.guildrepair = true
end