uyuyorumstore
um-clothingCustomize

Custom Theme

How to configure custom theme in um-clothing

Custom Theme

theme builder

  1. /customtheme command to open the theme builder
  2. Change and copy json
  3. Paste json to um-clothing > custom.json
  4. Open config file and set theme = 'custom'
config.lua
return {
    DefaultSettings = {
        position = 'left',        -- left or right
        color    = 'green',       -- default, blue, violet, rose, green
        theme    = 'custom', -- transparent, mantine, custom
    },
}

On this page