Documentation

Config

blacklist

blacklist.lua
Config.Blacklist = {
	male = {
		hair = {},
		components = {
			masks = {},
			upperBody = {},
			lowerBody = {},
			bags = {},
			shoes = {},
			scarfAndChains = {},
			shirts = {},
			bodyArmor = {},
			decals = {},
			jackets = {},
		},
		props = {
			hats = {},
			glasses = {},
			ear = {},
			watches = {},
			bracelets = {},
		},
	},
	female = {
		hair = {},
		components = {
			masks = {},
			upperBody = {},
			lowerBody = {},
			bags = {},
			shoes = {},
			scarfAndChains = {},
			shirts = {},
			bodyArmor = {},
			decals = {},
			jackets = {},
		},
		props = {
			hats = {},
			glasses = {},
			ear = {},
			watches = {},
			bracelets = {},
		},
	},
}

config

config.lua
Config = {}

Config.Debug = false

Config.ClothingCost = 100
Config.BarberCost = 100
Config.TattooCost = 100
Config.SurgeonCost = 100
Config.DisableDataPanel = false -- You can completely disable the export panel & hide it.

Config.UseNumericSystemForTattoos = false -- Instead of using the dropdown to select the tattoo, you use a number input just like the other values.

Config.ChargePerTattoo = true -- Charge players per tattoo. Config.TattooCost will become the cost of 1 tattoo. The cost can be overridden by adding `cost` key in shared/tattoos.lua for specific tattoos

-- Set this to true if you preferr using RCore Tattoos
Config.RCoreTattoosCompatibility = false

Config.UseTarget = false

Config.TextUIOptions = {
position = "right-center",
}

Config.NotifyOptions = {
position = "top-right",
}

Config.OutfitCodeLength = 10

Config.UseRadialMenu = false
Config.UseOxRadial = false -- Set to true to use ox_lib radial menu, both this and UseRadialMenu must be true

Config.EnablePedsForShops = true
Config.EnablePedsForClothingRooms = true
Config.EnablePedsForPlayerOutfitRooms = true

Config.EnablePedMenu = true
Config.PedMenuGroup = "group.admin"

Config.EnableJobOutfitsCommand = false -- Enables /joboutfits and /gangoutfits commands

Config.ShowNearestShopOnly = false
Config.HideRadar = false -- Hides the minimap while the appearance menu is open
Config.NearestShopBlipUpdateDelay = 10000

Config.InvincibleDuringCustomization = true

Config.PreventTrackerRemoval = false -- Disables "Scarf and Chains" section if the player has tracker

Config.TrackerClothingOptions = {
drawable = 13,
texture = 0,
}

Config.NewCharacterSections = {
Ped = true,
HeadBlend = true,
FaceFeatures = true,
HeadOverlays = true,
Components = true,
Props = true,
Tattoos = true,
}

Config.GenderBasedOnPed = true

Config.AlwaysKeepProps = false

Config.PersistUniforms = false -- Keeps Job / Gang Outfits on player reconnects / logout
Config.OnDutyOnlyClothingRooms = false -- Set to `true` to make the clothing rooms accessible only to players who are On Duty

Config.BossManagedOutfits = false -- Allows Job / Gang bosses to manage their own job / gang outfits

Config.ReloadSkinCooldown = 5000

Config.AutomaticFade = false -- Enables automatic fading and disabled the Fade section from Hair

Config.DisableComponents = {
Masks = false,
UpperBody = false,
LowerBody = false,
Bags = false,
Shoes = false,
ScarfAndChains = false,
BodyArmor = false,
Shirts = false,
Decals = false,
Jackets = false,
}

Config.DisableProps = {
Hats = false,
Glasses = false,
Ear = false,
Watches = false,
Bracelets = false,
}

---@type string[]
Config.Aces = {} -- list of ace permissions used for blacklisting

Config.Blips = {
["clothing"] = {
Show = true,
Sprite = 366,
Color = 47,
Scale = 0.7,
Name = "Clothing Store",
},
["barber"] = {
Show = true,
Sprite = 71,
Color = 0,
Scale = 0.7,
Name = "Barber",
},
["tattoo"] = {
Show = true,
Sprite = 75,
Color = 4,
Scale = 0.7,
Name = "Tattoo Shop",
},
["surgeon"] = {
Show = true,
Sprite = 102,
Color = 4,
Scale = 0.7,
Name = "Plastic Surgeon",
},
}

Config.TargetConfig = {
["clothing"] = {
model = "s_f_m_shop_high",
scenario = "WORLD_HUMAN_STAND_MOBILE",
icon = "fas fa-tshirt",
label = "Open Clothing Store",
distance = 3,
},
["barber"] = {
model = "s_m_m_hairdress_01",
scenario = "WORLD_HUMAN_STAND_MOBILE",
icon = "fas fa-scissors",
label = "Open Barber Shop",
distance = 3,
},
["tattoo"] = {
model = "u_m_y_tattoo_01",
scenario = "WORLD_HUMAN_STAND_MOBILE",
icon = "fas fa-pen",
label = "Open Tattoo Shop",
distance = 3,
},
["surgeon"] = {
model = "s_m_m_doctor_01",
scenario = "WORLD_HUMAN_STAND_MOBILE",
icon = "fas fa-scalpel",
label = "Open Surgeon",
distance = 3,
},
["clothingroom"] = {
model = "mp_g_m_pros_01",
scenario = "WORLD_HUMAN_STAND_MOBILE",
icon = "fas fa-sign-in-alt",
label = "Open Job / Gang Clothes Menu",
distance = 3,
},
["playeroutfitroom"] = {
model = "mp_g_m_pros_01",
scenario = "WORLD_HUMAN_STAND_MOBILE",
icon = "fas fa-sign-in-alt",
label = "Open Outfits Menu",
distance = 3,
},
}

Config.Stores = {
{
type = "clothing",
coords = vector4(1693.2, 4828.11, 42.07, 188.66),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false, -- false => uses the size + rotation to create the zone | true => uses points to create the zone
showBlip = true, -- overrides the blip visibilty configured above for the group
--targetModel = "s_m_m_doctor_01", -- overrides the target ped configured for the group
--targetScenario = "" -- overrides the target scenario configure for the group
points = {
vector3(1686.9018554688, 4829.8330078125, 42.07),
vector3(1698.8566894531, 4831.4604492188, 42.07),
vector3(1700.2448730469, 4817.7734375, 42.07),
vector3(1688.3682861328, 4816.2954101562, 42.07),
},
},
{
type = "clothing",
coords = vector4(-705.5, -149.22, 37.42, 122),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(-719.86212158203, -147.83151245117, 37.42),
vector3(-709.10491943359, -141.53076171875, 37.42),
vector3(-699.94342041016, -157.44494628906, 37.42),
vector3(-710.68774414062, -163.64665222168, 37.42),
},
},
{
type = "clothing",
coords = vector4(-1192.61, -768.4, 17.32, 216.6),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(-1206.9552001953, -775.06304931641, 17.32),
vector3(-1190.6080322266, -764.03198242188, 17.32),
vector3(-1184.5672607422, -772.16949462891, 17.32),
vector3(-1199.24609375, -783.07928466797, 17.32),
},
},
{
type = "clothing",
coords = vector4(425.91, -801.03, 29.49, 177.79),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(419.55020141602, -798.36547851562, 29.49),
vector3(431.61773681641, -798.31909179688, 29.49),
vector3(431.19784545898, -812.07122802734, 29.49),
vector3(419.140625, -812.03594970703, 29.49),
},
},
{
type = "clothing",
coords = vector4(-168.73, -301.41, 39.73, 238.67),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(-160.82145690918, -313.85919189453, 39.73),
vector3(-172.56513977051, -309.82858276367, 39.73),
vector3(-166.5775604248, -292.48077392578, 39.73),
vector3(-154.84906005859, -296.51647949219, 39.73),
},
},
{
type = "clothing",
coords = vector4(75.39, -1398.28, 29.38, 6.73),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(81.406135559082, -1400.7791748047, 29.38),
vector3(69.335029602051, -1400.8251953125, 29.38),
vector3(69.754981994629, -1387.078125, 29.38),
vector3(81.500122070312, -1387.3002929688, 29.38),
},
},
{
type = "clothing",
coords = vector4(-827.39, -1075.93, 11.33, 294.31),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(-826.26251220703, -1082.6293945312, 11.33),
vector3(-832.27856445312, -1072.2819824219, 11.33),
vector3(-820.16442871094, -1065.7727050781, 11.33),
vector3(-814.08953857422, -1076.1878662109, 11.33),
},
},
{
type = "clothing",
coords = vector4(-1445.86, -240.78, 49.82, 36.17),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(-1448.4829101562, -226.39401245117, 49.82),
vector3(-1439.2475585938, -234.70428466797, 49.82),
vector3(-1451.5389404297, -248.33193969727, 49.82),
vector3(-1460.7554931641, -240.02815246582, 49.82),
},
},
{
type = "clothing",
coords = vector4(9.22, 6515.74, 31.88, 131.27),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(6.4955291748047, 6522.205078125, 31.88),
vector3(14.737417221069, 6513.3872070312, 31.88),
vector3(4.3691010475159, 6504.3452148438, 31.88),
vector3(-3.5187695026398, 6513.1538085938, 31.88),
},
},
{
type = "clothing",
coords = vector4(615.35, 2762.72, 42.09, 170.51),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(612.58312988281, 2747.2814941406, 42.09),
vector3(612.26214599609, 2767.0520019531, 42.09),
vector3(622.37548828125, 2767.7614746094, 42.09),
vector3(623.66833496094, 2749.5180664062, 42.09),
},
},
{
type = "clothing",
coords = vector4(1191.61, 2710.91, 38.22, 269.96),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(1188.7923583984, 2704.2021484375, 38.22),
vector3(1188.7498779297, 2716.2661132812, 38.22),
vector3(1202.4979248047, 2715.8479003906, 38.22),
vector3(1202.3558349609, 2703.9294433594, 38.22),
},
},
{
type = "clothing",
coords = vector4(-3171.32, 1043.56, 20.86, 334.3),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(-3162.0075683594, 1056.7303466797, 20.86),
vector3(-3170.8247070312, 1039.0412597656, 20.86),
vector3(-3180.0979003906, 1043.1201171875, 20.86),
vector3(-3172.7292480469, 1059.8623046875, 20.86),
},
},
{
type = "clothing",
coords = vector4(-1105.52, 2707.79, 19.11, 317.19),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(-1103.3004150391, 2700.8195800781, 19.11),
vector3(-1111.3771972656, 2709.884765625, 19.11),
vector3(-1100.8548583984, 2718.638671875, 19.11),
vector3(-1093.1976318359, 2709.7365722656, 19.11),
},
},
{
type = "clothing",
coords = vector4(-1119.24, -1440.6, 5.23, 300.5),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(-1124.5535888672, -1444.5367431641, 5.23),
vector3(-1118.7023925781, -1441.0450439453, 5.23),
vector3(-1121.2891845703, -1434.8474121094, 5.23),
vector3(-1128.4727783203, -1439.8254394531, 5.23),
},
},
{
type = "clothing",
coords = vector4(124.82, -224.36, 54.56, 335.41),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(133.60948181152, -210.31390380859, 54.56),
vector3(125.8349609375, -228.48097229004, 54.56),
vector3(116.3140335083, -225.02020263672, 54.56),
vector3(122.56930541992, -207.83396911621, 54.56),
},
},
{
type = "barber",
coords = vector4(-814.22, -183.7, 37.57, 116.91),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(-825.06127929688, -182.67497253418, 37.57),
vector3(-808.82415771484, -179.19134521484, 37.57),
vector3(-808.55261230469, -184.9720916748, 37.57),
vector3(-819.77899169922, -191.81831359863, 37.57),
},
},
{
type = "barber",
coords = vector4(136.78, -1708.4, 29.29, 144.19),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(132.57008361816, -1710.5053710938, 29.29),
vector3(138.77899169922, -1702.6778564453, 29.29),
vector3(142.73052978516, -1705.6853027344, 29.29),
vector3(135.49719238281, -1712.9750976562, 29.29),
},
},
{
type = "barber",
coords = vector4(-1282.57, -1116.84, 6.99, 89.25),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(-1287.4735107422, -1115.4364013672, 6.99),
vector3(-1277.5638427734, -1115.1229248047, 6.99),
vector3(-1277.2469482422, -1120.1147460938, 6.99),
vector3(-1287.4561767578, -1119.2506103516, 6.99),
},
},
{
type = "barber",
coords = vector4(1931.41, 3729.73, 32.84, 212.08),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(1932.4931640625, 3725.3374023438, 32.84),
vector3(1927.2720947266, 3733.7663574219, 32.84),
vector3(1931.4379882812, 3736.5327148438, 32.84),
vector3(1936.0697021484, 3727.2839355469, 32.84),
},
},
{
type = "barber",
coords = vector4(1212.8, -472.9, 65.2, 60.94),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(1208.3327636719, -469.84338378906, 65.2),
vector3(1217.9066162109, -472.40216064453, 65.2),
vector3(1216.9870605469, -477.00939941406, 65.2),
vector3(1206.1077880859, -473.83499145508, 65.2),
},
},
{
type = "barber",
coords = vector4(-32.9, -152.3, 56.1, 335.22),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(-29.730783462524, -148.67495727539, 56.1),
vector3(-32.919719696045, -158.04254150391, 56.1),
vector3(-37.612594604492, -156.62759399414, 56.1),
vector3(-33.30192565918, -147.31649780273, 56.1),
},
},
{
type = "barber",
coords = vector4(-278.1, 6228.5, 30.7, 49.32),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(-280.29818725586, 6232.7265625, 30.7),
vector3(-273.06427001953, 6225.9692382812, 30.7),
vector3(-276.25280761719, 6222.4013671875, 30.7),
vector3(-282.98211669922, 6230.015625, 30.7),
},
},
{
type = "tattoo",
coords = vector4(1322.6, -1651.9, 51.2, 42.47),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(1323.9360351562, -1649.2370605469, 51.2),
vector3(1328.0186767578, -1654.3087158203, 51.2),
vector3(1322.5780029297, -1657.7045898438, 51.2),
vector3(1319.2043457031, -1653.0885009766, 51.2),
},
},
{
type = "tattoo",
coords = vector4(-1154.01, -1425.31, 4.95, 23.21),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(-1152.7110595703, -1422.8382568359, 4.95),
vector3(-1149.0043945312, -1428.1975097656, 4.95),
vector3(-1154.6730957031, -1431.1898193359, 4.95),
vector3(-1157.7064208984, -1426.3433837891, 4.95),
},
},
{
type = "tattoo",
coords = vector4(322.62, 180.34, 103.59, 156.2),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(319.28741455078, 179.9383392334, 103.59),
vector3(321.537109375, 186.04516601562, 103.59),
vector3(327.24526977539, 183.12303161621, 103.59),
vector3(325.01351928711, 177.8542175293, 103.59),
},
},
{
type = "tattoo",
coords = vector4(-3169.52, 1074.86, 20.83, 253.29),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(-3169.5861816406, 1072.3740234375, 20.83),
vector3(-3175.4802246094, 1075.0703125, 20.83),
vector3(-3172.2041015625, 1080.5860595703, 20.83),
vector3(-3167.076171875, 1078.0391845703, 20.83),
},
},
{
type = "tattoo",
coords = vector4(1864.1, 3747.91, 33.03, 17.23),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(1860.2752685547, 3750.1608886719, 33.03),
vector3(1866.390625, 3752.8081054688, 33.03),
vector3(1868.6164550781, 3747.3562011719, 33.03),
vector3(1863.65234375, 3744.5034179688, 33.03),
},
},
{
type = "tattoo",
coords = vector4(-294.24, 6200.12, 31.49, 195.72),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(-289.42239379883, 6198.68359375, 31.49),
vector3(-294.69515991211, 6194.5366210938, 31.49),
vector3(-298.23013305664, 6199.2451171875, 31.49),
vector3(-294.1501159668, 6203.2700195312, 31.49),
},
},
{
type = "surgeon",
coords = vector4(298.78, -572.81, 43.26, 114.27),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(298.84417724609, -572.92205810547, 43.26),
vector3(296.39556884766, -575.65942382812, 43.26),
vector3(293.56317138672, -572.60675048828, 43.26),
vector3(296.28656005859, -570.330078125, 43.26),
},
},
}

Config.ClothingRooms = {
{
job = "police",
coords = vector4(454.91, -990.89, 30.69, 193.4),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(460.41918945312, -993.11444091797, 30.69),
vector3(449.39508056641, -993.60614013672, 30.69),
vector3(449.88696289062, -990.23779296875, 30.69),
vector3(450.97882080078, -989.71411132812, 30.69),
vector3(451.0325012207, -987.89904785156, 30.69),
vector3(453.47863769531, -987.76928710938, 30.69),
vector3(454.35513305664, -988.46459960938, 30.69),
vector3(460.4231262207, -987.94573974609, 30.69),
},
},
}

Config.PlayerOutfitRooms = {
-- Sample outfit room config
--[[{
        job = "police",
        coords = vector4(287.28, -573.41, 43.16, 79.61),
        size = vector3(4, 4, 4),
        rotation = 45,
        usePoly = false,
        points = {
            vector3(284.83, -574.01, 43.16),
            vector3(286.33, -570.03, 43.16),
            vector3(290.33, -571.74, 43.16),
            vector3(289.0, -574.75, 43.16)
        },
        citizenIDs = {
            "BHH65156"
        }
    }]]
--
}

Config.Outfits = {
["police"] = {
["Male"] = {
{
name = "Short Sleeve",
outfitData = {
["pants"] = { item = 24, texture = 0 }, -- Pants
["arms"] = { item = 19, texture = 0 }, -- Arms
["t-shirt"] = { item = 58, texture = 0 }, -- T Shirt
["vest"] = { item = 0, texture = 0 }, -- Body Vest
["torso2"] = { item = 55, texture = 0 }, -- Jacket
["shoes"] = { item = 51, texture = 0 }, -- Shoes
["accessory"] = { item = 0, texture = 0 }, -- Neck Accessory
["bag"] = { item = 0, texture = 0 }, -- Bag
["hat"] = { item = -1, texture = -1 }, -- Hat
["glass"] = { item = 0, texture = 0 }, -- Glasses
["mask"] = { item = 0, texture = 0 }, -- Mask
},
grades = { 0, 1, 2, 3, 4 },
},
{
name = "Trooper Tan",
outfitData = {
["pants"] = { item = 24, texture = 0 }, -- Pants
["arms"] = { item = 20, texture = 0 }, -- Arms
["t-shirt"] = { item = 58, texture = 0 }, -- T Shirt
["vest"] = { item = 0, texture = 0 }, -- Body Vest
["torso2"] = { item = 317, texture = 3 }, -- Jacket
["shoes"] = { item = 51, texture = 0 }, -- Shoes
["accessory"] = { item = 0, texture = 0 }, -- Neck Accessory
["bag"] = { item = 0, texture = 0 }, -- Bag
["hat"] = { item = 58, texture = 0 }, -- Hat
["glass"] = { item = 0, texture = 0 }, -- Glasses
["mask"] = { item = 0, texture = 0 }, -- Mask
},
grades = { 0, 1, 2, 3, 4 },
},
{
name = "Long Sleeve",
outfitData = {
["pants"] = { item = 24, texture = 0 }, -- Pants
["arms"] = { item = 20, texture = 0 }, -- Arms
["t-shirt"] = { item = 58, texture = 0 }, -- T Shirt
["vest"] = { item = 0, texture = 0 }, -- Body Vest
["torso2"] = { item = 317, texture = 0 }, -- Jacket
["shoes"] = { item = 51, texture = 0 }, -- Shoes
["accessory"] = { item = 0, texture = 0 }, -- Neck Accessory
["bag"] = { item = 0, texture = 0 }, -- Bag
["hat"] = { item = -1, texture = -1 }, -- Hat
["glass"] = { item = 0, texture = 0 }, -- Glasses
["mask"] = { item = 0, texture = 0 }, -- Mask
},
grades = { 1, 2, 3, 4 },
},
{
name = "Trooper Black",
outfitData = {
["pants"] = { item = 24, texture = 0 }, -- Pants
["arms"] = { item = 20, texture = 0 }, -- Arms
["t-shirt"] = { item = 58, texture = 0 }, -- T Shirt
["vest"] = { item = 0, texture = 0 }, -- Body Vest
["torso2"] = { item = 317, texture = 8 }, -- Jacket
["shoes"] = { item = 51, texture = 0 }, -- Shoes
["accessory"] = { item = 0, texture = 0 }, -- Neck Accessory
["bag"] = { item = 0, texture = 0 }, -- Bag
["hat"] = { item = 58, texture = 3 }, -- Hat
["glass"] = { item = 0, texture = 0 }, -- Glasses
["mask"] = { item = 0, texture = 0 }, -- Mask
},
grades = { 2, 3, 4 },
},
{
name = "SWAT",
outfitData = {
["pants"] = { item = 130, texture = 1 }, -- Pants
["arms"] = { item = 172, texture = 0 }, -- Arms
["t-shirt"] = { item = 15, texture = 0 }, -- T Shirt
["vest"] = { item = 15, texture = 2 }, -- Body Vest
["torso2"] = { item = 336, texture = 3 }, -- Jacket
["shoes"] = { item = 24, texture = 0 }, -- Shoes
["accessory"] = { item = 133, texture = 0 }, -- Neck Accessory
["hat"] = { item = 150, texture = 0 }, -- Hat
["glass"] = { item = 0, texture = 0 }, -- Glasses
["mask"] = { item = 52, texture = 0 }, -- Mask
},
grades = { 3, 4 },
},
},
["Female"] = {
{
name = "Short Sleeve",
outfitData = {
["pants"] = { item = 133, texture = 0 }, -- Pants
["arms"] = { item = 31, texture = 0 }, -- Arms
["t-shirt"] = { item = 35, texture = 0 }, -- T Shirt
["vest"] = { item = 34, texture = 0 }, -- Body Vest
["torso2"] = { item = 48, texture = 0 }, -- Jacket
["shoes"] = { item = 52, texture = 0 }, -- Shoes
["accessory"] = { item = 0, texture = 0 }, -- Neck Accessory
["bag"] = { item = 0, texture = 0 }, -- Bag
["hat"] = { item = 0, texture = 0 }, -- Hat
["glass"] = { item = 0, texture = 0 }, -- Glasses
["mask"] = { item = 0, texture = 0 }, -- Mask
},
grades = { 0, 1, 2, 3, 4 },
},
{
name = "Trooper Tan",
outfitData = {
["pants"] = { item = 133, texture = 0 }, -- Pants
["arms"] = { item = 31, texture = 0 }, -- Arms
["t-shirt"] = { item = 35, texture = 0 }, -- T Shirt
["vest"] = { item = 34, texture = 0 }, -- Body Vest
["torso2"] = { item = 327, texture = 3 }, -- Jacket
["shoes"] = { item = 52, texture = 0 }, -- Shoes
["accessory"] = { item = 0, texture = 0 }, -- Neck Accessory
["bag"] = { item = 0, texture = 0 }, -- Bag
["hat"] = { item = 0, texture = 0 }, -- Hat
["glass"] = { item = 0, texture = 0 }, -- Glasses
["mask"] = { item = 0, texture = 0 }, -- Mask
},
grades = { 0, 1, 2, 3, 4 },
},
{
name = "Long Sleeve",
outfitData = {
["pants"] = { item = 133, texture = 0 }, -- Pants
["arms"] = { item = 31, texture = 0 }, -- Arms
["t-shirt"] = { item = 35, texture = 0 }, -- T Shirt
["vest"] = { item = 34, texture = 0 }, -- Body Vest
["torso2"] = { item = 327, texture = 0 }, -- Jacket
["shoes"] = { item = 52, texture = 0 }, -- Shoes
["accessory"] = { item = 0, texture = 0 }, -- Neck Accessory
["bag"] = { item = 0, texture = 0 }, -- Bag
["hat"] = { item = 0, texture = 0 }, -- Hat
["glass"] = { item = 0, texture = 0 }, -- Glasses
["mask"] = { item = 0, texture = 0 }, -- Mask
},
grades = { 1, 2, 3, 4 },
},
{
name = "Trooper Black",
outfitData = {
["pants"] = { item = 133, texture = 0 }, -- Pants
["arms"] = { item = 31, texture = 0 }, -- Arms
["t-shirt"] = { item = 35, texture = 0 }, -- T Shirt
["vest"] = { item = 34, texture = 0 }, -- Body Vest
["torso2"] = { item = 327, texture = 8 }, -- Jacket
["shoes"] = { item = 52, texture = 0 }, -- Shoes
["accessory"] = { item = 0, texture = 0 }, -- Neck Accessory
["bag"] = { item = 0, texture = 0 }, -- Bag
["hat"] = { item = 0, texture = 0 }, -- Hat
["glass"] = { item = 0, texture = 0 }, -- Glasses
["mask"] = { item = 0, texture = 0 }, -- Mask
},
grades = { 2, 3, 4 },
},
{
name = "SWAT",
outfitData = {
["pants"] = { item = 135, texture = 1 }, -- Pants
["arms"] = { item = 213, texture = 0 }, -- Arms
["t-shirt"] = { item = 0, texture = 0 }, -- T Shirt
["vest"] = { item = 17, texture = 2 }, -- Body Vest
["torso2"] = { item = 327, texture = 8 }, -- Jacket
["shoes"] = { item = 52, texture = 0 }, -- Shoes
["accessory"] = { item = 102, texture = 0 }, -- Neck Accessory
["bag"] = { item = 0, texture = 0 }, -- Bag
["hat"] = { item = 149, texture = 0 }, -- Hat
["glass"] = { item = 0, texture = 0 }, -- Glasses
["mask"] = { item = 35, texture = 0 }, -- Mask
},
grades = { 3, 4 },
},
},
},
["realestate"] = {
["Male"] = {
{
-- Outfits
name = "Worker",
outfitData = {
["pants"] = { item = 28, texture = 0 }, -- Pants
["arms"] = { item = 1, texture = 0 }, -- Arms
["t-shirt"] = { item = 31, texture = 0 }, -- T Shirt
["vest"] = { item = 0, texture = 0 }, -- Body Vest
["torso2"] = { item = 294, texture = 0 }, -- Jacket
["shoes"] = { item = 10, texture = 0 }, -- Shoes
["accessory"] = { item = 0, texture = 0 }, -- Neck Accessory
["bag"] = { item = 0, texture = 0 }, -- Bag
["hat"] = { item = 12, texture = -1 }, -- Hat
["glass"] = { item = 0, texture = 0 }, -- Glasses
["mask"] = { item = 0, texture = 0 }, -- Mask
},
grades = { 0, 1, 2, 3, 4 },
},
},
["Female"] = {
{
name = "Worker",
outfitData = {
["pants"] = { item = 57, texture = 2 }, -- Pants
["arms"] = { item = 0, texture = 0 }, -- Arms
["t-shirt"] = { item = 34, texture = 0 }, -- T Shirt
["vest"] = { item = 0, texture = 0 }, -- Body Vest
["torso2"] = { item = 105, texture = 7 }, -- Jacket
["shoes"] = { item = 8, texture = 5 }, -- Shoes
["accessory"] = { item = 11, texture = 3 }, -- Neck Accessory
["bag"] = { item = 0, texture = 0 }, -- Bag
["hat"] = { item = -1, texture = -1 }, -- Hat
["glass"] = { item = 0, texture = 0 }, -- Glasses
["mask"] = { item = 0, texture = 0 }, -- Mask
},
grades = { 0, 1, 2, 3, 4 },
},
},
},
["ambulance"] = {
["Male"] = {
{
name = "T-Shirt",
outfitData = {
["arms"] = { item = 85, texture = 0 }, -- Arms
["t-shirt"] = { item = 129, texture = 0 }, -- T-Shirt
["torso2"] = { item = 250, texture = 0 }, -- Jackets
["vest"] = { item = 0, texture = 0 }, -- Vest
["decals"] = { item = 58, texture = 0 }, -- Decals
["accessory"] = { item = 127, texture = 0 }, -- Neck
["bag"] = { item = 0, texture = 0 }, -- Bag
["pants"] = { item = 96, texture = 0 }, -- Pants
["shoes"] = { item = 54, texture = 0 }, -- Shoes
["mask"] = { item = 121, texture = 0 }, -- Mask
["hat"] = { item = 122, texture = 0 }, -- Hat
["glass"] = { item = 0, texture = 0 }, -- Glasses
["ear"] = { item = 0, texture = 0 }, -- Ear accessories
},
grades = { 0, 1, 2, 3, 4 },
},
{
name = "Polo",
outfitData = {
["arms"] = { item = 90, texture = 0 }, -- Arms
["t-shirt"] = { item = 15, texture = 0 }, -- T-Shirt
["torso2"] = { item = 249, texture = 0 }, -- Jackets
["vest"] = { item = 0, texture = 0 }, -- Vest
["decals"] = { item = 57, texture = 0 }, -- Decals
["accessory"] = { item = 126, texture = 0 }, -- Neck
["bag"] = { item = 0, texture = 0 }, -- Bag
["pants"] = { item = 96, texture = 0 }, -- Pants
["shoes"] = { item = 54, texture = 0 }, -- Shoes
["mask"] = { item = 121, texture = 0 }, -- Mask
["hat"] = { item = 122, texture = 0 }, -- Hat
["glass"] = { item = 0, texture = 0 }, -- Glasses
["ear"] = { item = 0, texture = 0 }, -- Ear accessories
},
grades = { 2, 3, 4 },
},
{
name = "Doctor",
outfitData = {
["arms"] = { item = 93, texture = 0 }, -- Arms
["t-shirt"] = { item = 32, texture = 3 }, -- T-Shirt
["torso2"] = { item = 31, texture = 7 }, -- Jackets
["vest"] = { item = 0, texture = 0 }, -- Vest
["decals"] = { item = 0, texture = 0 }, -- Decals
["accessory"] = { item = 126, texture = 0 }, -- Neck
["bag"] = { item = 0, texture = 0 }, -- Bag
["pants"] = { item = 28, texture = 0 }, -- Pants
["shoes"] = { item = 10, texture = 0 }, -- Shoes
["mask"] = { item = 0, texture = 0 }, -- Mask
["hat"] = { item = -1, texture = 0 }, -- Hat
["glass"] = { item = 0, texture = 0 }, -- Glasses
["ear"] = { item = 0, texture = 0 }, -- Ear accessories
},
grades = { 3, 4 },
},
},
["Female"] = {
{
name = "T-Shirt",
outfitData = {
["arms"] = { item = 109, texture = 0 }, -- Arms
["t-shirt"] = { item = 159, texture = 0 }, -- T-Shirt
["torso2"] = { item = 258, texture = 0 }, -- Jackets
["vest"] = { item = 0, texture = 0 }, -- Vest
["decals"] = { item = 66, texture = 0 }, -- Decals
["accessory"] = { item = 97, texture = 0 }, -- Neck
["bag"] = { item = 0, texture = 0 }, -- Bag
["pants"] = { item = 99, texture = 0 }, -- Pants
["shoes"] = { item = 55, texture = 0 }, -- Shoes
["mask"] = { item = 121, texture = 0 }, -- Mask
["hat"] = { item = 121, texture = 0 }, -- Hat
["glass"] = { item = 0, texture = 0 }, -- Glasses
["ear"] = { item = 0, texture = 0 }, -- Ear accessories
},
grades = { 0, 1, 2, 3, 4 },
},
{
name = "Polo",
outfitData = {
["arms"] = { item = 105, texture = 0 }, -- Arms
["t-shirt"] = { item = 13, texture = 0 }, -- T-Shirt
["torso2"] = { item = 257, texture = 0 }, -- Jackets
["vest"] = { item = 0, texture = 0 }, -- Vest
["decals"] = { item = 65, texture = 0 }, -- Decals
["accessory"] = { item = 96, texture = 0 }, -- Neck
["bag"] = { item = 0, texture = 0 }, -- Bag
["pants"] = { item = 99, texture = 0 }, -- Pants
["shoes"] = { item = 55, texture = 0 }, -- Shoes
["mask"] = { item = 121, texture = 0 }, -- Mask
["hat"] = { item = 121, texture = 0 }, -- Hat
["glass"] = { item = 0, texture = 0 }, -- Glasses
["ear"] = { item = 0, texture = 0 }, -- Ear accessories
},
grades = { 2, 3, 4 },
},
{
name = "Doctor",
outfitData = {
["arms"] = { item = 105, texture = 0 }, -- Arms
["t-shirt"] = { item = 39, texture = 3 }, -- T-Shirt
["torso2"] = { item = 7, texture = 1 }, -- Jackets
["vest"] = { item = 0, texture = 0 }, -- Vest
["decals"] = { item = 0, texture = 0 }, -- Decals
["accessory"] = { item = 96, texture = 0 }, -- Neck
["bag"] = { item = 0, texture = 0 }, -- Bag
["pants"] = { item = 34, texture = 0 }, -- Pants
["shoes"] = { item = 29, texture = 0 }, -- Shoes
["mask"] = { item = 0, texture = 0 }, -- Mask
["hat"] = { item = -1, texture = 0 }, -- Hat
["glass"] = { item = 0, texture = 0 }, -- Glasses
["ear"] = { item = 0, texture = 0 }, -- Ear accessories
},
grades = { 3, 4 },
},
},
},
}

Config.InitialPlayerClothes = {
Male = {
Model = "mp_m_freemode_01",
Components = {
{
component_id = 0, -- Face
drawable = 0,
texture = 0,
},
{
component_id = 1, -- Mask
drawable = 0,
texture = 0,
},
{
component_id = 2, -- Hair
drawable = 0,
texture = 0,
},
{
component_id = 3, -- Upper Body
drawable = 0,
texture = 0,
},
{
component_id = 4, -- Lower Body
drawable = 0,
texture = 0,
},
{
component_id = 5, -- Bag
drawable = 0,
texture = 0,
},
{
component_id = 6, -- Shoes
drawable = 0,
texture = 0,
},
{
component_id = 7, -- Scarf & Chains
drawable = 0,
texture = 0,
},
{
component_id = 8, -- Shirt
drawable = 0,
texture = 0,
},
{
component_id = 9, -- Body Armor
drawable = 0,
texture = 0,
},
{
component_id = 10, -- Decals
drawable = 0,
texture = 0,
},
{
component_id = 11, -- Jacket
drawable = 0,
texture = 0,
},
},
Props = {
{
prop_id = 0, -- Hat
drawable = -1,
texture = -1,
},
{
prop_id = 1, -- Glasses
drawable = -1,
texture = -1,
},
{
prop_id = 2, -- Ear
drawable = -1,
texture = -1,
},
{
prop_id = 6, -- Watch
drawable = -1,
texture = -1,
},
{
prop_id = 7, -- Bracelet
drawable = -1,
texture = -1,
},
},
Hair = {
color = 0,
highlight = 0,
style = 0,
texture = 0,
},
},
Female = {
Model = "mp_f_freemode_01",
Components = {
{
component_id = 0, -- Face
drawable = 0,
texture = 0,
},
{
component_id = 1, -- Mask
drawable = 0,
texture = 0,
},
{
component_id = 2, -- Hair
drawable = 0,
texture = 0,
},
{
component_id = 3, -- Upper Body
drawable = 0,
texture = 0,
},
{
component_id = 4, -- Lower Body
drawable = 0,
texture = 0,
},
{
component_id = 5, -- Bag
drawable = 0,
texture = 0,
},
{
component_id = 6, -- Shoes
drawable = 0,
texture = 0,
},
{
component_id = 7, -- Scarf & Chains
drawable = 0,
texture = 0,
},
{
component_id = 8, -- Shirt
drawable = 0,
texture = 0,
},
{
component_id = 9, -- Body Armor
drawable = 0,
texture = 0,
},
{
component_id = 10, -- Decals
drawable = 0,
texture = 0,
},
{
component_id = 11, -- Jacket
drawable = 0,
texture = 0,
},
},
Props = {
{
prop_id = 0, -- Hat
drawable = -1,
texture = -1,
},
{
prop_id = 1, -- Glasses
drawable = -1,
texture = -1,
},
{
prop_id = 2, -- Ear
drawable = -1,
texture = -1,
},
{
prop_id = 6, -- Watch
drawable = -1,
texture = -1,
},
{
prop_id = 7, -- Bracelet
drawable = -1,
texture = -1,
},
},
Hair = {
color = 0,
highlight = 0,
style = 0,
texture = 0,
},
},
}

peds

peds.lua
Config.Peds = {
    pedConfig = {
        {
            peds = {
                -- First 2 values are the default female/male peds, if you wanna remove custom peds just delete the rest and keep these 2.
                "mp_f_freemode_01",
                "mp_m_freemode_01",
                "a_c_boar",
                "a_c_boar_02",
                "a_c_cat_01",
                "a_c_chickenhawk",
                "a_c_chimp",
                "a_c_chimp_02",
                "a_c_chop",
                "a_c_chop_02",
                "a_c_cormorant",
                "a_c_cow",
                "a_c_coyote",
                "a_c_coyote_02",
                "a_c_crow",
                "a_c_deer",
                "a_c_deer_02",
                "a_c_dolphin",
                "a_c_fish",
                "a_c_hen",
                "a_c_humpback",
                "a_c_husky",
                "a_c_killerwhale",
                "a_c_mtlion",
                "a_c_mtlion_02",
                "a_c_panther",
                "a_c_pig",
                "a_c_pigeon",
                "a_c_poodle",
                "a_c_pug",
                "a_c_pug_02",
                "a_c_rabbit_01",
                "a_c_rabbit_02",
                "a_c_rat",
                "a_c_retriever",
                "a_c_rhesus",
                "a_c_rottweiler",
                "a_c_seagull",
                "a_c_sharkhammer",
                "a_c_sharktiger",
                "a_c_shepherd",
                "a_c_stingray",
                "a_c_westy",
                "a_f_m_beach_01",
                "a_f_m_bevhills_01",
                "a_f_m_bevhills_02",
                "a_f_m_bodybuild_01",
                "a_f_m_business_02",
                "a_f_m_downtown_01",
                "a_f_m_eastsa_01",
                "a_f_m_eastsa_02",
                "a_f_m_fatbla_01",
                "a_f_m_fatcult_01",
                "a_f_m_fatwhite_01",
                "a_f_m_genbiker_01",
                "a_f_m_genstreet_01",
                "a_f_m_ktown_01",
                "a_f_m_ktown_02",
                "a_f_m_prolhost_01",
                "a_f_m_salton_01",
                "a_f_m_skidrow_01",
                "a_f_m_soucent_01",
                "a_f_m_soucent_02",
                "a_f_m_soucentmc_01",
                "a_f_m_tourist_01",
                "a_f_m_tramp_01",
                "a_f_m_trampbeac_01",
                "a_f_o_genstreet_01",
                "a_f_o_indian_01",
                "a_f_o_ktown_01",
                "a_f_o_salton_01",
                "a_f_o_soucent_01",
                "a_f_o_soucent_02",
                "a_f_y_beach_01",
                "a_f_y_beach_02",
                "a_f_y_bevhills_01",
                "a_f_y_bevhills_02",
                "a_f_y_bevhills_03",
                "a_f_y_bevhills_04",
                "a_f_y_bevhills_05",
                "a_f_y_business_01",
                "a_f_y_business_02",
                "a_f_y_business_03",
                "a_f_y_business_04",
                "a_f_y_carclub_01",
                "a_f_y_clubcust_01",
                "a_f_y_clubcust_02",
                "a_f_y_clubcust_03",
                "a_f_y_clubcust_04",
                "a_f_y_eastsa_01",
                "a_f_y_eastsa_02",
                "a_f_y_eastsa_03",
                "a_f_y_epsilon_01",
                "a_f_y_femaleagent",
                "a_f_y_fitness_01",
                "a_f_y_fitness_02",
                "a_f_y_gencaspat_01",
                "a_f_y_genhot_01",
                "a_f_y_golfer_01",
                "a_f_y_hiker_01",
                "a_f_y_hippie_01",
                "a_f_y_hipster_01",
                "a_f_y_hipster_02",
                "a_f_y_hipster_03",
                "a_f_y_hipster_04",
                "a_f_y_indian_01",
                "a_f_y_juggalo_01",
                "a_f_y_runner_01",
                "a_f_y_rurmeth_01",
                "a_f_y_scdressy_01",
                "a_f_y_skater_01",
                "a_f_y_smartcaspat_01",
                "a_f_y_soucent_01",
                "a_f_y_soucent_02",
                "a_f_y_soucent_03",
                "a_f_y_studioparty_01",
                "a_f_y_studioparty_02",
                "a_f_y_tennis_01",
                "a_f_y_topless_01",
                "a_f_y_tourist_01",
                "a_f_y_tourist_02",
                "a_f_y_vinewood_01",
                "a_f_y_vinewood_02",
                "a_f_y_vinewood_03",
                "a_f_y_vinewood_04",
                "a_f_y_yoga_01",
                "a_m_m_acult_01",
                "a_m_m_afriamer_01",
                "a_m_m_bankrobber_01",
                "a_m_m_beach_01",
                "a_m_m_beach_02",
                "a_m_m_bevhills_01",
                "a_m_m_bevhills_02",
                "a_m_m_business_01",
                "a_m_m_eastsa_01",
                "a_m_m_eastsa_02",
                "a_m_m_farmer_01",
                "a_m_m_fatlatin_01",
                "a_m_m_genbiker_01",
                "a_m_m_genfat_01",
                "a_m_m_genfat_02",
                "a_m_m_golfer_01",
                "a_m_m_hasjew_01",
                "a_m_m_hillbilly_01",
                "a_m_m_hillbilly_02",
                "a_m_m_indian_01",
                "a_m_m_ktown_01",
                "a_m_m_malibu_01",
                "a_m_m_mexcntry_01",
                "a_m_m_mexlabor_01",
                "a_m_m_mlcrisis_01",
                "a_m_m_og_boss_01",
                "a_m_m_paparazzi_01",
                "a_m_m_polynesian_01",
                "a_m_m_prolhost_01",
                "a_m_m_rurmeth_01",
                "a_m_m_salton_01",
                "a_m_m_salton_02",
                "a_m_m_salton_03",
                "a_m_m_salton_04",
                "a_m_m_skater_01",
                "a_m_m_skidrow_01",
                "a_m_m_socenlat_01",
                "a_m_m_soucent_01",
                "a_m_m_soucent_02",
                "a_m_m_soucent_03",
                "a_m_m_soucent_04",
                "a_m_m_stlat_02",
                "a_m_m_studioparty_01",
                "a_m_m_tennis_01",
                "a_m_m_tourist_01",
                "a_m_m_tramp_01",
                "a_m_m_trampbeac_01",
                "a_m_m_tranvest_01",
                "a_m_m_tranvest_02",
                "a_m_o_acult_01",
                "a_m_o_acult_02",
                "a_m_o_beach_01",
                "a_m_o_beach_02",
                "a_m_o_genstreet_01",
                "a_m_o_ktown_01",
                "a_m_o_salton_01",
                "a_m_o_soucent_01",
                "a_m_o_soucent_02",
                "a_m_o_soucent_03",
                "a_m_o_tramp_01",
                "a_m_y_acult_01",
                "a_m_y_acult_02",
                "a_m_y_beach_01",
                "a_m_y_beach_02",
                "a_m_y_beach_03",
                "a_m_y_beach_04",
                "a_m_y_beachvesp_01",
                "a_m_y_beachvesp_02",
                "a_m_y_bevhills_01",
                "a_m_y_bevhills_02",
                "a_m_y_breakdance_01",
                "a_m_y_busicas_01",
                "a_m_y_business_01",
                "a_m_y_business_02",
                "a_m_y_business_03",
                "a_m_y_carclub_01",
                "a_m_y_clubcust_01",
                "a_m_y_clubcust_02",
                "a_m_y_clubcust_03",
                "a_m_y_clubcust_04",
                "a_m_y_cyclist_01",
                "a_m_y_dhill_01",
                "a_m_y_downtown_01",
                "a_m_y_eastsa_01",
                "a_m_y_eastsa_02",
                "a_m_y_epsilon_01",
                "a_m_y_epsilon_02",
                "a_m_y_gay_01",
                "a_m_y_gay_02",
                "a_m_y_gencaspat_01",
                "a_m_y_genstreet_01",
                "a_m_y_genstreet_02",
                "a_m_y_golfer_01",
                "a_m_y_hasjew_01",
                "a_m_y_hiker_01",
                "a_m_y_hippy_01",
                "a_m_y_hipster_01",
                "a_m_y_hipster_02",
                "a_m_y_hipster_03",
                "a_m_y_indian_01",
                "a_m_y_jetski_01",
                "a_m_y_juggalo_01",
                "a_m_y_ktown_01",
                "a_m_y_ktown_02",
                "a_m_y_latino_01",
                "a_m_y_methhead_01",
                "a_m_y_mexthug_01",
                "a_m_y_motox_01",
                "a_m_y_motox_02",
                "a_m_y_musclbeac_01",
                "a_m_y_musclbeac_02",
                "a_m_y_polynesian_01",
                "a_m_y_roadcyc_01",
                "a_m_y_runner_01",
                "a_m_y_runner_02",
                "a_m_y_salton_01",
                "a_m_y_skater_01",
                "a_m_y_skater_02",
                "a_m_y_smartcaspat_01",
                "a_m_y_soucent_01",
                "a_m_y_soucent_02",
                "a_m_y_soucent_03",
                "a_m_y_soucent_04",
                "a_m_y_stbla_01",
                "a_m_y_stbla_02",
                "a_m_y_stlat_01",
                "a_m_y_studioparty_01",
                "a_m_y_stwhi_01",
                "a_m_y_stwhi_02",
                "a_m_y_sunbathe_01",
                "a_m_y_surfer_01",
                "a_m_y_tattoocust_01",
                "a_m_y_vindouche_01",
                "a_m_y_vinewood_01",
                "a_m_y_vinewood_02",
                "a_m_y_vinewood_03",
                "a_m_y_vinewood_04",
                "a_m_y_yoga_01",
                "cs_amandatownley",
                "cs_andreas",
                "cs_ashley",
                "cs_bankman",
                "cs_barry",
                "cs_beverly",
                "cs_brad",
                "cs_bradcadaver",
                "cs_carbuyer",
                "cs_casey",
                "cs_chengsr",
                "cs_chrisformage",
                "cs_clay",
                "cs_dale",
                "cs_davenorton",
                "cs_debra",
                "cs_denise",
                "cs_devin",
                "cs_dom",
                "cs_dreyfuss",
                "cs_drfriedlander",
                "cs_drfriedlander_02",
                "cs_fabien",
                "cs_fbisuit_01",
                "cs_floyd",
                "cs_guadalope",
                "cs_gurk",
                "cs_hunter",
                "cs_janet",
                "cs_jewelass",
                "cs_jimmyboston",
                "cs_jimmydisanto",
                "cs_jimmydisanto2",
                "cs_joeminuteman",
                "cs_johnnyklebitz",
                "cs_josef",
                "cs_josh",
                "cs_karen_daniels",
                "cs_lamardavis",
                "cs_lamardavis_02",
                "cs_lazlow",
                "cs_lazlow_2",
                "cs_lestercrest",
                "cs_lestercrest_2",
                "cs_lestercrest_3",
                "cs_lifeinvad_01",
                "cs_magenta",
                "cs_manuel",
                "cs_marnie",
                "cs_martinmadrazo",
                "cs_maryann",
                "cs_michelle",
                "cs_milton",
                "cs_molly",
                "cs_movpremf_01",
                "cs_movpremmale",
                "cs_mrk",
                "cs_mrs_thornhill",
                "cs_mrsphillips",
                "cs_natalia",
                "cs_nervousron",
                "cs_nervousron_02",
                "cs_nigel",
                "cs_old_man1a",
                "cs_old_man2",
                "cs_omega",
                "cs_orleans",
                "cs_paper",
                "cs_patricia",
                "cs_patricia_02",
                "cs_priest",
                "cs_prolsec_02",
                "cs_russiandrunk",
                "cs_siemonyetarian",
                "cs_solomon",
                "cs_stevehains",
                "cs_stretch",
                "cs_tanisha",
                "cs_taocheng",
                "cs_taocheng2",
                "cs_taostranslator",
                "cs_taostranslator2",
                "cs_tenniscoach",
                "cs_terry",
                "cs_tom",
                "cs_tomepsilon",
                "cs_tracydisanto",
                "cs_wade",
                "cs_zimbor",
                "csb_abigail",
                "csb_agatha",
                "csb_agent",
                "csb_alan",
                "csb_anita",
                "csb_anton",
                "csb_ary",
                "csb_ary_02",
                "csb_avery",
                "csb_avischwartzman_02",
                "csb_avischwartzman_03",
                "csb_avon",
                "csb_ballas_leader",
                "csb_ballasog",
                "csb_billionaire",
                "csb_bogdan",
                "csb_bride",
                "csb_brucie2",
                "csb_bryony",
                "csb_burgerdrug",
                "csb_callgirl_01",
                "csb_callgirl_02",
                "csb_car3guy1",
                "csb_car3guy2",
                "csb_celeb_01",
                "csb_charlie_reed",
                "csb_chef",
                "csb_chef_03",
                "csb_chef2",
                "csb_chin_goon",
                "csb_cletus",
                "csb_cop",
                "csb_customer",
                "csb_dax",
                "csb_denise_friend",
                "csb_dix",
                "csb_djblamadon",
                "csb_drugdealer",
                "csb_englishdave",
                "csb_englishdave_02",
                "csb_fos_rep",
                "csb_g",
                "csb_georginacheng",
                "csb_golfer_a",
                "csb_golfer_b",
                "csb_groom",
                "csb_grove_str_dlr",
                "csb_gustavo",
                "csb_hao",
                "csb_hao_02",
                "csb_helmsmanpavel",
                "csb_huang",
                "csb_hugh",
                "csb_imani",
                "csb_imran",
                "csb_isldj_00",
                "csb_isldj_01",
                "csb_isldj_02",
                "csb_isldj_03",
                "csb_isldj_04",
                "csb_jackhowitzer",
                "csb_jamalamir",
                "csb_janitor",
                "csb_jio",
                "csb_jio_02",
                "csb_johnny_guns",
                "csb_juanstrickler",
                "csb_labrat",
                "csb_luchadora",
                "csb_maude",
                "csb_miguelmadrazo",
                "csb_mimi",
                "csb_mjo",
                "csb_mjo_02",
                "csb_money",
                "csb_moodyman_02",
                "csb_mp_agent14",
                "csb_mrs_r",
                "csb_musician_00",
                "csb_mweather",
                "csb_ortega",
                "csb_oscar",
                "csb_paige",
                "csb_party_promo",
                "csb_popov",
                "csb_porndudes",
                "csb_prologuedriver",
                "csb_prolsec",
                "csb_ramp_gang",
                "csb_ramp_hic",
                "csb_ramp_hipster",
                "csb_ramp_marine",
                "csb_ramp_mex",
                "csb_rashcosvki",
                "csb_reporter",
                "csb_req_officer",
                "csb_roccopelosi",
                "csb_screen_writer",
                "csb_security_a",
                "csb_sessanta",
                "csb_sol",
                "csb_soundeng_00",
                "csb_sss",
                "csb_stripper_01",
                "csb_stripper_02",
                "csb_talcc",
                "csb_talmm",
                "csb_thornton",
                "csb_tomcasino",
                "csb_tonya",
                "csb_tonyprince",
                "csb_trafficwarden",
                "csb_undercover",
                "csb_vagos_leader",
                "csb_vagspeak",
                "csb_vernon",
                "csb_vincent",
                "csb_vincent_2",
                "csb_vincent_4",
                "csb_wendy",
                "csb_yusufamir",
                "g_f_importexport_01",
                "g_f_m_fooliganz_01",
                "g_f_y_ballas_01",
                "g_f_y_families_01",
                "g_f_y_lost_01",
                "g_f_y_vagos_01",
                "g_m_importexport_01",
                "g_m_m_armboss_01",
                "g_m_m_armgoon_01",
                "g_m_m_armlieut_01",
                "g_m_m_cartelgoons_01",
                "g_m_m_cartelguards_01",
                "g_m_m_cartelguards_02",
                "g_m_m_casrn_01",
                "g_m_m_chemwork_01",
                "g_m_m_chiboss_01",
                "g_m_m_chicold_01",
                "g_m_m_chigoon_01",
                "g_m_m_chigoon_02",
                "g_m_m_fooliganz_01",
                "g_m_m_friedlandergoons_01",
                "g_m_m_genthug_01",
                "g_m_m_goons_01",
                "g_m_m_korboss_01",
                "g_m_m_maragrande_01",
                "g_m_m_mexboss_01",
                "g_m_m_mexboss_02",
                "g_m_m_prisoners_01",
                "g_m_m_slasher_01",
                "g_m_y_armgoon_02",
                "g_m_y_azteca_01",
                "g_m_y_ballaeast_01",
                "g_m_y_ballaorig_01",
                "g_m_y_ballasout_01",
                "g_m_y_famca_01",
                "g_m_y_famdnf_01",
                "g_m_y_famfor_01",
                "g_m_y_korean_01",
                "g_m_y_korean_02",
                "g_m_y_korlieut_01",
                "g_m_y_lost_01",
                "g_m_y_lost_02",
                "g_m_y_lost_03",
                "g_m_y_mexgang_01",
                "g_m_y_mexgoon_01",
                "g_m_y_mexgoon_02",
                "g_m_y_mexgoon_03",
                "g_m_y_pologoon_01",
                "g_m_y_pologoon_02",
                "g_m_y_salvaboss_01",
                "g_m_y_salvagoon_01",
                "g_m_y_salvagoon_02",
                "g_m_y_salvagoon_03",
                "g_m_y_strpunk_01",
                "g_m_y_strpunk_02",
                "hc_driver",
                "hc_gunman",
                "hc_hacker",
                "ig_abigail",
                "ig_acidlabcook",
                "ig_agatha",
                "ig_agent",
                "ig_agent_02",
                "ig_ahronward",
                "ig_amandatownley",
                "ig_andreas",
                "ig_ary",
                "ig_ary_02",
                "ig_ashley",
                "ig_avery",
                "ig_avischwartzman_02",
                "ig_avischwartzman_03",
                "ig_avon",
                "ig_ballas_leader",
                "ig_ballasog",
                "ig_bankman",
                "ig_barry",
                "ig_benny",
                "ig_benny_02",
                "ig_bestmen",
                "ig_beverly",
                "ig_billionaire",
                "ig_brad",
                "ig_bride",
                "ig_brucie2",
                "ig_callgirl_01",
                "ig_callgirl_02",
                "ig_car3guy1",
                "ig_car3guy2",
                "ig_casey",
                "ig_celeb_01",
                "ig_charlie_reed",
                "ig_chef",
                "ig_chef_03",
                "ig_chef2",
                "ig_chengsr",
                "ig_chrisformage",
                "ig_clay",
                "ig_claypain",
                "ig_cletus",
                "ig_dale",
                "ig_davenorton",
                "ig_dax",
                "ig_denise",
                "ig_devin",
                "ig_dix",
                "ig_djblamadon",
                "ig_djblamrupert",
                "ig_djblamryanh",
                "ig_djblamryans",
                "ig_djdixmanager",
                "ig_djgeneric_01",
                "ig_djsolfotios",
                "ig_djsoljakob",
                "ig_djsolmanager",
                "ig_djsolmike",
                "ig_djsolrobt",
                "ig_djtalaurelia",
                "ig_djtalignazio",
                "ig_dom",
                "ig_dreyfuss",
                "ig_drfriedlander",
                "ig_drfriedlander_02",
                "ig_drugdealer",
                "ig_englishdave",
                "ig_englishdave_02",
                "ig_entourage_a",
                "ig_entourage_b",
                "ig_fabien",
                "ig_fbisuit_01",
                "ig_floyd",
                "ig_fooliganz_01",
                "ig_fooliganz_02",
                "ig_furry",
                "ig_g",
                "ig_georginacheng",
                "ig_golfer_a",
                "ig_golfer_b",
                "ig_groom",
                "ig_gunvanseller",
                "ig_gustavo",
                "ig_hao",
                "ig_hao_02",
                "ig_helmsmanpavel",
                "ig_hippyleader",
                "ig_huang",
                "ig_hunter",
                "ig_imani",
                "ig_isldj_00",
                "ig_isldj_01",
                "ig_isldj_02",
                "ig_isldj_03",
                "ig_isldj_04",
                "ig_isldj_04_d_01",
                "ig_isldj_04_d_02",
                "ig_isldj_04_e_01",
                "ig_jackie",
                "ig_jamalamir",
                "ig_janet",
                "ig_jay_norris",
                "ig_jaywalker",
                "ig_jewelass",
                "ig_jimmyboston",
                "ig_jimmyboston_02",
                "ig_jimmydisanto",
                "ig_jimmydisanto2",
                "ig_jio",
                "ig_jio_02",
                "ig_joeminuteman",
                "ig_johnny_guns",
                "ig_johnnyklebitz",
                "ig_josef",
                "ig_josh",
                "ig_juanstrickler",
                "ig_karen_daniels",
                "ig_kaylee",
                "ig_kerrymcintosh",
                "ig_kerrymcintosh_02",
                "ig_labrat",
                "ig_lacey_jones_02",
                "ig_lamardavis",
                "ig_lamardavis_02",
                "ig_lazlow",
                "ig_lazlow_2",
                "ig_lestercrest",
                "ig_lestercrest_2",
                "ig_lestercrest_3",
                "ig_lifeinvad_01",
                "ig_lifeinvad_02",
                "ig_lildee",
                "ig_luchadora",
                "ig_magenta",
                "ig_malc",
                "ig_manuel",
                "ig_marnie",
                "ig_maryann",
                "ig_mason_duggan",
                "ig_maude",
                "ig_mechanic_01",
                "ig_mechanic_02",
                "ig_michelle",
                "ig_miguelmadrazo",
                "ig_milton",
                "ig_mimi",
                "ig_mjo",
                "ig_mjo_02",
                "ig_molly",
                "ig_money",
                "ig_moodyman_02",
                "ig_mp_agent14",
                "ig_mrk",
                "ig_mrs_thornhill",
                "ig_mrsphillips",
                "ig_musician_00",
                "ig_natalia",
                "ig_nervousron",
                "ig_nervousron_02",
                "ig_nigel",
                "ig_old_man1a",
                "ig_old_man2",
                "ig_oldrichguy",
                "ig_omega",
                "ig_oneil",
                "ig_orleans",
                "ig_ortega",
                "ig_paige",
                "ig_paper",
                "ig_party_promo",
                "ig_patricia",
                "ig_patricia_02",
                "ig_pernell_moss",
                "ig_pilot",
                "ig_pilot_02",
                "ig_popov",
                "ig_priest",
                "ig_prolsec_02",
                "ig_ramp_gang",
                "ig_ramp_hic",
                "ig_ramp_hipster",
                "ig_ramp_mex",
                "ig_rashcosvki",
                "ig_req_officer",
                "ig_roccopelosi",
                "ig_roostermccraw",
                "ig_russiandrunk",
                "ig_sacha",
                "ig_screen_writer",
                "ig_security_a",
                "ig_sessanta",
                "ig_siemonyetarian",
                "ig_sol",
                "ig_solomon",
                "ig_soundeng_00",
                "ig_sss",
                "ig_stevehains",
                "ig_stretch",
                "ig_subcrewhead",
                "ig_talcc",
                "ig_talina",
                "ig_talmm",
                "ig_tanisha",
                "ig_taocheng",
                "ig_taocheng2",
                "ig_taostranslator",
                "ig_taostranslator2",
                "ig_tenniscoach",
                "ig_terry",
                "ig_thornton",
                "ig_tomcasino",
                "ig_tomepsilon",
                "ig_tonya",
                "ig_tonyprince",
                "ig_tracydisanto",
                "ig_trafficwarden",
                "ig_tylerdix",
                "ig_tylerdix_02",
                "ig_vagos_leader",
                "ig_vagspeak",
                "ig_vernon",
                "ig_vincent",
                "ig_vincent_2",
                "ig_vincent_3",
                "ig_vincent_4",
                "ig_wade",
                "ig_warehouseboss",
                "ig_wendy",
                "ig_yusufamir",
                "ig_zimbor",
                "mp_f_bennymech_01",
                "mp_f_boatstaff_01",
                "mp_f_cardesign_01",
                "mp_f_chbar_01",
                "mp_f_cocaine_01",
                "mp_f_counterfeit_01",
                "mp_f_deadhooker",
                "mp_f_execpa_01",
                "mp_f_execpa_02",
                "mp_f_forgery_01",
                "mp_f_helistaff_01",
                "mp_f_meth_01",
                "mp_f_misty_01",
                "mp_f_stripperlite",
                "mp_f_weed_01",
                "mp_g_m_pros_01",
                "mp_headtargets",
                "mp_m_avongoon",
                "mp_m_boatstaff_01",
                "mp_m_bogdangoon",
                "mp_m_claude_01",
                "mp_m_cocaine_01",
                "mp_m_counterfeit_01",
                "mp_m_exarmy_01",
                "mp_m_execpa_01",
                "mp_m_famdd_01",
                "mp_m_fibsec_01",
                "mp_m_forgery_01",
                "mp_m_g_vagfun_01",
                "mp_m_marston_01",
                "mp_m_meth_01",
                "mp_m_niko_01",
                "mp_m_securoguard_01",
                "mp_m_shopkeep_01",
                "mp_m_waremech_01",
                "mp_m_weapexp_01",
                "mp_m_weapwork_01",
                "mp_m_weed_01",
                "mp_s_m_armoured_01",
                "p_franklin_02",
                "player_one",
                "player_two",
                "player_zero",
                "s_f_m_autoshop_01",
                "s_f_m_fembarber",
                "s_f_m_maid_01",
                "s_f_m_retailstaff_01",
                "s_f_m_shop_high",
                "s_f_m_studioassist_01",
                "s_f_m_sweatshop_01",
                "s_f_m_warehouse_01",
                "s_f_y_airhostess_01",
                "s_f_y_bartender_01",
                "s_f_y_baywatch_01",
                "s_f_y_beachbarstaff_01",
                "s_f_y_casino_01",
                "s_f_y_clubbar_01",
                "s_f_y_clubbar_02",
                "s_f_y_cop_01",
                "s_f_y_factory_01",
                "s_f_y_hooker_01",
                "s_f_y_hooker_02",
                "s_f_y_hooker_03",
                "s_f_y_migrant_01",
                "s_f_y_movprem_01",
                "s_f_y_ranger_01",
                "s_f_y_scrubs_01",
                "s_f_y_sheriff_01",
                "s_f_y_shop_low",
                "s_f_y_shop_mid",
                "s_f_y_stripper_01",
                "s_f_y_stripper_02",
                "s_f_y_stripperlite",
                "s_f_y_sweatshop_01",
                "s_m_m_ammucountry",
                "s_m_m_armoured_01",
                "s_m_m_armoured_02",
                "s_m_m_autoshop_01",
                "s_m_m_autoshop_02",
                "s_m_m_autoshop_03",
                "s_m_m_bouncer_01",
                "s_m_m_bouncer_02",
                "s_m_m_ccrew_01",
                "s_m_m_ccrew_02",
                "s_m_m_ccrew_03",
                "s_m_m_chemsec_01",
                "s_m_m_ciasec_01",
                "s_m_m_cntrybar_01",
                "s_m_m_cop_01",
                "s_m_m_dockwork_01",
                "s_m_m_doctor_01",
                "s_m_m_drugprocess_01",
                "s_m_m_fiboffice_01",
                "s_m_m_fiboffice_02",
                "s_m_m_fibsec_01",
                "s_m_m_fieldworker_01",
                "s_m_m_gaffer_01",
                "s_m_m_gardener_01",
                "s_m_m_gentransport",
                "s_m_m_hairdress_01",
                "s_m_m_hazmatworker_01",
                "s_m_m_highsec_01",
                "s_m_m_highsec_02",
                "s_m_m_highsec_03",
                "s_m_m_highsec_04",
                "s_m_m_highsec_05",
                "s_m_m_janitor",
                "s_m_m_lathandy_01",
                "s_m_m_lifeinvad_01",
                "s_m_m_linecook",
                "s_m_m_lsmetro_01",
                "s_m_m_mariachi_01",
                "s_m_m_marine_01",
                "s_m_m_marine_02",
                "s_m_m_migrant_01",
                "s_m_m_movalien_01",
                "s_m_m_movprem_01",
                "s_m_m_movspace_01",
                "s_m_m_paramedic_01",
                "s_m_m_pilot_01",
                "s_m_m_pilot_02",
                "s_m_m_postal_01",
                "s_m_m_postal_02",
                "s_m_m_prisguard_01",
                "s_m_m_raceorg_01",
                "s_m_m_scientist_01",
                "s_m_m_security_01",
                "s_m_m_snowcop_01",
                "s_m_m_strperf_01",
                "s_m_m_strpreach_01",
                "s_m_m_strvend_01",
                "s_m_m_studioassist_02",
                "s_m_m_studioprod_01",
                "s_m_m_studiosoueng_02",
                "s_m_m_subcrew_01",
                "s_m_m_tattoo_01",
                "s_m_m_trucker_01",
                "s_m_m_ups_01",
                "s_m_m_ups_02",
                "s_m_m_warehouse_01",
                "s_m_o_busker_01",
                "s_m_y_airworker",
                "s_m_y_ammucity_01",
                "s_m_y_armymech_01",
                "s_m_y_autopsy_01",
                "s_m_y_barman_01",
                "s_m_y_baywatch_01",
                "s_m_y_blackops_01",
                "s_m_y_blackops_02",
                "s_m_y_blackops_03",
                "s_m_y_busboy_01",
                "s_m_y_casino_01",
                "s_m_y_chef_01",
                "s_m_y_clown_01",
                "s_m_y_clubbar_01",
                "s_m_y_construct_01",
                "s_m_y_construct_02",
                "s_m_y_cop_01",
                "s_m_y_dealer_01",
                "s_m_y_devinsec_01",
                "s_m_y_dockwork_01",
                "s_m_y_doorman_01",
                "s_m_y_dwservice_01",
                "s_m_y_dwservice_02",
                "s_m_y_factory_01",
                "s_m_y_fireman_01",
                "s_m_y_garbage",
                "s_m_y_grip_01",
                "s_m_y_hwaycop_01",
                "s_m_y_marine_01",
                "s_m_y_marine_02",
                "s_m_y_marine_03",
                "s_m_y_mime",
                "s_m_y_pestcont_01",
                "s_m_y_pilot_01",
                "s_m_y_prismuscl_01",
                "s_m_y_prisoner_01",
                "s_m_y_ranger_01",
                "s_m_y_robber_01",
                "s_m_y_sheriff_01",
                "s_m_y_shop_mask",
                "s_m_y_strvend_01",
                "s_m_y_swat_01",
                "s_m_y_uscg_01",
                "s_m_y_valet_01",
                "s_m_y_waiter_01",
                "s_m_y_waretech_01",
                "s_m_y_westsec_01",
                "s_m_y_westsec_02",
                "s_m_y_winclean_01",
                "s_m_y_xmech_01",
                "s_m_y_xmech_02",
                "s_m_y_xmech_02_mp",
                "u_f_m_casinocash_01",
                "u_f_m_casinoshop_01",
                "u_f_m_corpse_01",
                "u_f_m_debbie_01",
                "u_f_m_drowned_01",
                "u_f_m_miranda",
                "u_f_m_miranda_02",
                "u_f_m_promourn_01",
                "u_f_o_carol",
                "u_f_o_eileen",
                "u_f_o_moviestar",
                "u_f_o_prolhost_01",
                "u_f_y_beth",
                "u_f_y_bikerchic",
                "u_f_y_comjane",
                "u_f_y_corpse_01",
                "u_f_y_corpse_02",
                "u_f_y_danceburl_01",
                "u_f_y_dancelthr_01",
                "u_f_y_dancerave_01",
                "u_f_y_hotposh_01",
                "u_f_y_jewelass_01",
                "u_f_y_lauren",
                "u_f_y_mistress",
                "u_f_y_poppymich",
                "u_f_y_poppymich_02",
                "u_f_y_princess",
                "u_f_y_spyactress",
                "u_f_y_taylor",
                "u_m_m_aldinapoli",
                "u_m_m_bankman",
                "u_m_m_bikehire_01",
                "u_m_m_blane",
                "u_m_m_curtis",
                "u_m_m_doa_01",
                "u_m_m_edtoh",
                "u_m_m_fibarchitect",
                "u_m_m_filmdirector",
                "u_m_m_glenstank_01",
                "u_m_m_griff_01",
                "u_m_m_jesus_01",
                "u_m_m_jewelsec_01",
                "u_m_m_jewelthief",
                "u_m_m_juggernaut_03",
                "u_m_m_markfost",
                "u_m_m_partytarget",
                "u_m_m_prolsec_01",
                "u_m_m_promourn_01",
                "u_m_m_rivalpap",
                "u_m_m_spyactor",
                "u_m_m_streetart_01",
                "u_m_m_vince",
                "u_m_m_willyfist",
                "u_m_m_yeti",
                "u_m_m_yulemonster",
                "u_m_o_dean",
                "u_m_o_filmnoir",
                "u_m_o_finguru_01",
                "u_m_o_taphillbilly",
                "u_m_o_tramp_01",
                "u_m_y_abner",
                "u_m_y_antonb",
                "u_m_y_babyd",
                "u_m_y_baygor",
                "u_m_y_burgerdrug_01",
                "u_m_y_caleb",
                "u_m_y_chip",
                "u_m_y_corpse_01",
                "u_m_y_croupthief_01",
                "u_m_y_cyclist_01",
                "u_m_y_danceburl_01",
                "u_m_y_dancelthr_01",
                "u_m_y_dancerave_01",
                "u_m_y_fibmugger_01",
                "u_m_y_gabriel",
                "u_m_y_guido_01",
                "u_m_y_gunvend_01",
                "u_m_y_hippie_01",
                "u_m_y_imporage",
                "u_m_y_juggernaut_01",
                "u_m_y_juggernaut_02",
                "u_m_y_justin",
                "u_m_y_mani",
                "u_m_y_militarybum",
                "u_m_y_paparazzi",
                "u_m_y_party_01",
                "u_m_y_pogo_01",
                "u_m_y_prisoner_01",
                "u_m_y_proldriver_01",
                "u_m_y_rsranger_01",
                "u_m_y_sbike",
                "u_m_y_smugmech_01",
                "u_m_y_staggrm_01",
                "u_m_y_tattoo_01",
                "u_m_y_ushi",
                "u_m_y_zombie_01",
            },
        },
    },
}

theme

theme.lua
-- Make sure to follow the required format on colors for each section.
return {
    -- Colors (HSL)
    ["background"] = "0 0% 6.7%",
    ["background-alt"] = "0 0% 11%",
    ["foreground"] = "0 0% 94.9%",
    ["foreground-alt"] = "0 0% 70.2%",
    ["muted"] = "240 5.9% 16.7%",
    ["muted-foreground"] = "0 0% 100% / 0.4",
    ["dark"] = "0 0% 96.1%",
    ["dark-04"] = "0 0% 96% / 0.4",
    ["dark-10"] = "0 0% 96% / 0.1",
    ["dark-40"] = "0 0% 96% / 0.04",
    ["accent"] = "201 88% 87%",
    ["destructive"] = "347 78% 60%",
    ["border"] = "0 0% 16.5%",
    ["border-alt"] = "0 0% 8.2%",

    -- Colors (HEX)
    ["text"] = "#dadada",
    ["text-alt"] = "#dadada95",
    ["icon"] = "#ffffff",

    -- Background Noise Config
    ["noise-deg"] = "0deg",
    ["noise-from-color"] = "#FFFFFF1A",
    ["noise-from-percentage"] = "0%",
    ["noise-to-color"] = "#FFFFFF1A",
    ["noise-to-percentage"] = "100%",

    --Gradient Values
    ["menu-gradient"] = "#111111",
    ["header-radial-gradient"] = "#262626, #0d0d0f",

    --Shadows
    ["shadow-mini"] = "0 0.25vmin 0 0.25vmin #0000004D",
    ["shadow-popover"] = "0 1.75vmin 3vmin 0.75vmin #0000004D",

    -- Border Radius
    ["none"] = "0",
    ["sm"] = "0.125vmin",
    ["DEFAULT"] = "0.25vmin",
    ["md"] = "0.675vmin",
    ["lg"] = "1vmin",
    ["xl"] = "1.55vmin",
    ["2xl"] = "2vmin",
    ["3xl"] = "2.5vmin",
    ["card"] = "1.6vmin",
    ["card-sm"] = "1.0vmin",
    ["card-lg"] = "2.0vmin",
    ["input"] = "0.9vmin",
    ["button"] = "1vmin",

}

On this page