> For the complete documentation index, see [llms.txt](https://documentation.jaksam-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.jaksam-scripts.com/jaksam-inventory/guides/customize-theme.md).

# Customize default theme

> **Want every player to have the same default theme? Here's how to do it, step-by-step**

1. Open your inventory in-game by pressing **F2**
2. Click the **Theme** button (bottom right corner)

<figure><img src="/files/jypZie0cjYgorFcPbBro" alt="Inventory theme customization 1"><figcaption></figcaption></figure>

3. Change the colors and styles as you like, then hit **Save**
4. Make sure your custom theme is selected

<figure><img src="/files/cTK4ranyvSzH0WKbfQJS" alt="Inventory theme customization 2"><figcaption></figcaption></figure>

5. Press **F8** to open the console, then type:

   ```
   admintheme
   ```
6. You'll see a bunch of code. Copy *everything* between\
   `COPY FROM THE LINE BELOW`\
   **and**\
   `COPY TILL THE LINE ABOVE`

<figure><img src="/files/iZfhqq5rwTTBtLGGML3A" alt="Inventory theme customization 3"><figcaption></figcaption></figure>

7. Go to the server files and open:\
   `jaksam_inventory/dist/assets/variables.css`
8. Paste what you copied, replacing everything in that file
9. Restart the script/reload the server

That's it! Now, everyone's default theme will use your custom colors and settings (unless they change it themselves)
