# 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.jaksam-scripts.com/jaksam-inventory/guides/customize-theme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
