> For the complete documentation index, see [llms.txt](https://docs.t1ger.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.t1ger.net/resources/t1ger-tuning/configuration/paints.md).

# Paints

t1ger\_tuning/shared/paints.lua

```lua
return {

    Categories = {
        { id = "metallic",      label = "Metallic",     paintType = 1,     price = 250 },
        { id = "matte",         label = "Matte",        paintType = 3,     price = 350 },
        { id = "metals",        label = "Metals",       paintType = 4,     price = 500 },
        { id = "util",          label = "Util",         paintType = 1,     price = 700 },
        { id = "worn",          label = "Worn",         paintType = 1,     price = 750 },
        { id = "chameleon",     label = "Chameleon",    paintType = 6,     price = 1000 }
    },

    Colors = {
        ["metallic"] = {
            { label = "Black",               index = 0 },
            { label = "Graphite Black",      index = 1 },
            { label = "Black Steel",         index = 2 },
            { label = "Dark Silver",         index = 3 },
            { label = "Silver",              index = 4 },
            { label = "Blue Silver",         index = 5 },
            { label = "Steel Grey",          index = 6 },
            { label = "Shadow Silver",       index = 7 },
            { label = "Stone Silver",        index = 8 },
            { label = "Midnight Silver",     index = 9 },
            { label = "Gun Metal",           index = 10 },
            { label = "Anthracite Grey",     index = 11 },
            { label = "Red",                 index = 27 },
            { label = "Torino Red",          index = 28 },
            { label = "Formula Red",         index = 29 },
            { label = "Blaze Red",           index = 30 },
            { label = "Graceful Red",        index = 31 },
            { label = "Garnet Red",          index = 32 },
            { label = "Desert Red",          index = 33 },
            { label = "Cabernet Red",        index = 34 },
            { label = "Candy Red",           index = 35 },
            { label = "Sunrise Orange",      index = 36 },
            { label = "Classic Gold",        index = 37 },
            { label = "Orange",              index = 38 },
            { label = "Dark Green",          index = 49 },
            { label = "Racing Green",        index = 50 },
            { label = "Sea Green",           index = 51 },
            { label = "Olive Green",         index = 52 },
            { label = "Green",               index = 53 },
            { label = "Gasoline Blue Green", index = 54 },
            { label = "Midnight Blue",       index = 61 },
            { label = "Dark Blue",           index = 62 },
            { label = "Saxony Blue",         index = 63 },
            { label = "Blue",                index = 64 },
            { label = "Mariner Blue",        index = 65 },
            { label = "Harbor Blue",         index = 66 },
            { label = "Diamond Blue",        index = 67 },
            { label = "Surf Blue",           index = 68 },
            { label = "Nautical Blue",       index = 69 },
            { label = "Bright Blue",         index = 70 },
            { label = "Purple Blue",         index = 71 },
            { label = "Spinnaker Blue",      index = 72 },
            { label = "Ultra Blue",          index = 73 },
            { label = "Light Blue",          index = 74 },
            { label = "Taxi Yellow",         index = 88 },
            { label = "Race Yellow",         index = 89 },
            { label = "Bronze",              index = 90 },
            { label = "Yellow Bird",         index = 91 },
            { label = "Lime",                index = 92 },
            { label = "Champagne",           index = 93 },
            { label = "Pueblo Beige",        index = 94 },
            { label = "Dark Ivory",          index = 95 },
            { label = "Choco Brown",         index = 96 },
            { label = "Golden Brown",        index = 97 },
            { label = "Light Brown",         index = 98 },
            { label = "Straw Beige",         index = 99 },
            { label = "Moss Brown",          index = 100 },
            { label = "Biston Brown",        index = 101 },
            { label = "Beechwood",           index = 102 },
            { label = "Dark Beechwood",      index = 103 },
            { label = "Choco Orange",        index = 104 },
            { label = "Beach Sand",          index = 105 },
            { label = "Sun Bleeched Sand",   index = 106 },
            { label = "Cream",               index = 107 },
            { label = "White",               index = 111 },
            { label = "Frost White",         index = 112 },
            { label = "Securicor Green",     index = 125 },
            { label = "Pure White",          index = 134 },
            { label = "Hot Pink",            index = 135 },
            { label = "Salmon pink",         index = 136 },
            { label = "Vermillion Pink",     index = 137 },
            { label = "Bright Orange",       index = 138 },
            { label = "Bright Green",        index = 139 },
            { label = "Bright Blue",         index = 140 },
            { label = "Black Blue",          index = 141 },
            { label = "Black Purple",        index = 142 },
            { label = "Black Red",           index = 143 },
            { label = "Purple",              index = 145 },
            { label = "V Dark Blue",         index = 146 },
            { label = "Carbon Black",        index = 147 },
            { label = "Lava Red",            index = 150 }
        },
        ["matte"] = {
            { label = "Black",         index = 12 },
            { label = "Gray",          index = 13 },
            { label = "Light Grey",    index = 14 },
            { label = "Red",           index = 39 },
            { label = "Dark Red",      index = 40 },
            { label = "Orange",        index = 41 },
            { label = "Yellow",        index = 42 },
            { label = "Lime Green",    index = 55 },
            { label = "Dark Blue",     index = 82 },
            { label = "Blue",          index = 83 },
            { label = "Midnight Blue", index = 84 },
            { label = "Green",         index = 128 },
            { label = "Brown",         index = 129 },
            { label = "White",         index = 131 },
            { label = "Purple",        index = 148 },
            { label = "Dark Purple",   index = 149 },
            { label = "Forest Green",  index = 151 },
            { label = "Olive Drab",    index = 152 },
            { label = "Desert Brown",  index = 153 },
            { label = "Desert Tan",    index = 154 },
            { label = "Foliage Green", index = 155 }
        },
        ["metals"] = {
            { label = "Brushed Steel",       index = 117 },
            { label = "Brushed Black Steel", index = 118 },
            { label = "Brushed Aluminum",    index = 119 },
            { label = "Chrome",              index = 120 },
            { label = "Alloy",               index = 156 },
            { label = "Epsilon Blue",        index = 157 },
            { label = "Pure Gold",           index = 158 },
            { label = "Brushed Gold",        index = 159 }
        },
        ["util"] = {
            { label = "Black",          index = 15 },
            { label = "Black Poly",     index = 16 },
            { label = "Dark silver",    index = 17 },
            { label = "Silver",         index = 18 },
            { label = "Gun Metal",      index = 19 },
            { label = "Shadow Silver",  index = 20 },
            { label = "Red",            index = 43 },
            { label = "Bright Red",     index = 44 },
            { label = "Garnet Red",     index = 45 },
            { label = "Dark Green",     index = 56 },
            { label = "Green",          index = 57 },
            { label = "Dark Blue",      index = 75 },
            { label = "Midnight Blue",  index = 76 },
            { label = "Blue",           index = 77 },
            { label = "Sea Foam Blue",  index = 78 },
            { label = "Lightning blue", index = 79 },
            { label = "Maui Blue Poly", index = 80 },
            { label = "Bright Blue",    index = 81 },
            { label = "Brown",          index = 108 },
            { label = "Medium Brown",   index = 109 },
            { label = "Light Brown",    index = 110 },
            { label = "Off White",      index = 122 }
        },
        ["worn"] = {
            { label = "Black",            index = 21 },
            { label = "Graphite",         index = 22 },
            { label = "Silver Grey",      index = 23 },
            { label = "Silver",           index = 24 },
            { label = "Blue Silver",      index = 25 },
            { label = "Shadow Silver",    index = 26 },
            { label = "Red",              index = 46 },
            { label = "Golden Red",       index = 47 },
            { label = "Dark Red",         index = 48 },
            { label = "Dark Green",       index = 58 },
            { label = "Green",            index = 59 },
            { label = "Sea Wash",         index = 60 },
            { label = "Dark Blue",        index = 85 },
            { label = "Blue",             index = 86 },
            { label = "Light Blue",       index = 87 },
            { label = "Honey Beige",      index = 113 },
            { label = "Brown",            index = 114 },
            { label = "Dark Brown",       index = 115 },
            { label = "Straw Beige",      index = 116 },
            { label = "Off White",        index = 121 },
            { label = "Orange",           index = 123 },
            { label = "Light Orange",     index = 124 },
            { label = "Taxi Yellow",      index = 126 },
            { label = "Orange 2",         index = 130 },
            { label = "White",            index = 132 },
            { label = "Olive Army Green", index = 133 }
        },
        ["chameleon"] = {
            { label = "Anodized Red Pearl",                   index = 161 },
            { label = "Anodized Wine Pearl",                  index = 162 },
            { label = "Anodized Purple Pearl",                index = 163 },
            { label = "Anodized Blue Pearl",                  index = 164 },
            { label = "Anodized Green Pearl",                 index = 165 },
            { label = "Anodized Lime Pearl",                  index = 166 },
            { label = "Anodized Copper Pearl",                index = 167 },
            { label = "Anodized Bronze Pearl",                index = 168 },
            { label = "Anodized Champagne Pearl",             index = 169 },
            { label = "Anodized Gold Pearl",                  index = 170 },
            { label = "Green/Blue Flip",                      index = 171 },
            { label = "Green/Red Flip",                       index = 172 },
            { label = "Green/Brown Flip",                     index = 173 },
            { label = "Green/Turquoise Flip",                 index = 174 },
            { label = "Green/Purple Flip",                    index = 175 },
            { label = "Teal/Purple Flip",                     index = 176 },
            { label = "Turquoise/Red Flip",                   index = 177 },
            { label = "Turquoise/Purple Flip",                index = 178 },
            { label = "Cyan/Purple Flip",                     index = 179 },
            { label = "Blue/Pink Flip",                       index = 180 },
            { label = "Blue/Green Flip",                      index = 181 },
            { label = "Purple/Red Flip",                      index = 182 },
            { label = "Purple/Green Flip",                    index = 183 },
            { label = "Magenta/Green Flip",                   index = 184 },
            { label = "Magenta/Yellow Flip",                  index = 185 },
            { label = "Burgundy/Green Flip",                  index = 186 },
            { label = "Magenta/Cyan Flip",                    index = 187 },
            { label = "Copper/Purple Flip",                   index = 188 },
            { label = "Magenta/Orange Flip",                  index = 189 },
            { label = "Red/Orange Flip",                      index = 190 },
            { label = "Orange/Purple Flip",                   index = 191 },
            { label = "Orange/Blue Flip",                     index = 192 },
            { label = "White/Purple Flip",                    index = 193 },
            { label = "Red/Rainbow Flip",                     index = 194 },
            { label = "Blue/Rainbow Flip",                    index = 195 },
            { label = "Dark Green Pearl",                     index = 196 },
            { label = "Dark Teal Pearl",                      index = 197 },
            { label = "Dark Blue Pearl",                      index = 198 },
            { label = "Dark Purple Pearl",                    index = 199 },
            { label = "Oil Slick Pearl",                      index = 200 },
            { label = "Light Green Pearl",                    index = 201 },
            { label = "Light Blue Pearl",                     index = 202 },
            { label = "Light Purple Pearl",                   index = 203 },
            { label = "Light Pink Pearl",                     index = 204 },
            { label = "Off White Pearl",                      index = 205 },
            { label = "Cute Pink Pearl",                      index = 206 },
            { label = "Baby Yellow Pearl",                    index = 207 },
            { label = "Baby Green Pearl",                     index = 208 },
            { label = "Baby Blue Pearl",                      index = 209 },
            { label = "Cream Pearl",                          index = 210 },
            { label = "White Prismatic Pearl",                index = 211 },
            { label = "Graphite Prismatic Pearl",             index = 212 },
            { label = "Blue Prismatic Pearl",                 index = 213 },
            { label = "Purple Prismatic Pearl",               index = 214 },
            { label = "Hot Pink Prismatic Pearl",             index = 215 },
            { label = "Red Prismatic Pearl",                  index = 216 },
            { label = "Green Prismatic Pearl",                index = 217 },
            { label = "Black Prismatic Pearl",                index = 218 },
            { label = "Oil Spill Prismatic Pearl",            index = 219 },
            { label = "Rainbow Prismatic Pearl",              index = 220 },
            { label = "Black Holographic Pearl",              index = 221 },
            { label = "White Holographic Pearl",              index = 222 },
            { label = "Fubuki-jo Specials: Monochrome",       index = 223 },
            { label = "Fubuki-jo Specials: Night & Day",      index = 224 },
            { label = "Fubuki-jo Specials: The Verlierer",    index = 225 },
            { label = "Fubuki-jo Specials: Sprunk Extreme",   index = 226 },
            { label = "Fubuki-jo Specials: Vice City",        index = 227 },
            { label = "Fubuki-jo Specials: Synthwave Night",  index = 228 },
            { label = "Fubuki-jo Specials: Four Seasons",     index = 229 },
            { label = "Fubuki-jo Specials: M9 Throwback",     index = 230 },
            { label = "Fubuki-jo Specials: Bubblegum",        index = 231 },
            { label = "Fubuki-jo Specials: Full Rainbow",     index = 232 },
            { label = "Fubuki-jo Specials: Sunset",           index = 233 },
            { label = "Fubuki-jo Specials: The Seven",        index = 234 },
            { label = "Fubuki-jo Specials: Kamen Rider",      index = 235 },
            { label = "Fubuki-jo Specials: Chromatic",        index = 236 },
            { label = "Fubuki-jo Specials: It\"s Christmas!", index = 237 },
            { label = "Fubuki-jo Specials: Temperature",      index = 238 },
            { label = "Fubuki-jo Specials: HSW Badge",        index = 239 },
            { label = "Fubuki-jo Specials: Anod. Lightning",  index = 240 },
            { label = "Fubuki-jo Specials: Emeralds",         index = 241 },
            { label = "Fubuki-jo Specials: Fubuki Castle",    index = 242 }
        }
    },

    Types = {
        {value = 0, label = "Normal"},
        {value = 1, label = "Metallic"},
        {value = 2, label = "Pearl"},
        {value = 3, label = "Matte"},
        {value = 4, label = "Metal"},
        {value = 5, label = "Chrome"}
    }
}

```
