# 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="https://3735039044-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFH9TH8An8XLjMiOMvVGb%2Fuploads%2Fgit-blob-039529d280da8515bf983c41218dbd5041fd1693%2Finventory_theme_customization_1.jpg?alt=media" 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="https://3735039044-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFH9TH8An8XLjMiOMvVGb%2Fuploads%2Fgit-blob-1af67b21046b37f1a162cadbf66fc85f5c20c5f4%2Finventory_theme_customization_2.jpg?alt=media" 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="https://3735039044-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFH9TH8An8XLjMiOMvVGb%2Fuploads%2Fgit-blob-7190aff30c58036fa88747cbf7b7a2a6d05970f2%2Finventory_theme_customization_3.jpg?alt=media" 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)
