> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jaksam-scripts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Customize Default Theme

> Set a custom default theme for all players on your server, step-by-step

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

<Steps>
  <Step title="Open your inventory">
    Press **F2** in-game to open your inventory.
  </Step>

  <Step title="Open the theme editor">
    Click the **Theme** button (bottom right corner).

    <Frame>
      <img src="https://mintcdn.com/jaksam/CFF8PxdulGaP6e6O/images/inventory-theme-1.jpg?fit=max&auto=format&n=CFF8PxdulGaP6e6O&q=85&s=a0087402704c675bf0d8d4b88b0b97f8" alt="Inventory theme customization 1" width="1919" height="1064" data-path="images/inventory-theme-1.jpg" />
    </Frame>
  </Step>

  <Step title="Customize and save">
    Change the colors and styles as you like, then hit **Save**.
  </Step>

  <Step title="Select your theme">
    Make sure your custom theme is selected.

    <Frame>
      <img src="https://mintcdn.com/jaksam/CFF8PxdulGaP6e6O/images/inventory-theme-2.jpg?fit=max&auto=format&n=CFF8PxdulGaP6e6O&q=85&s=5efbbba58cb70ccf47b89fed6b78e3cb" alt="Inventory theme customization 2" width="1919" height="1062" data-path="images/inventory-theme-2.jpg" />
    </Frame>
  </Step>

  <Step title="Open the console">
    Press **F8** to open the console, then type:

    ```bash theme={null}
        admintheme
    ```
  </Step>

  <Step title="Copy the theme code">
    You'll see a bunch of code.

    <Note>
      Copy *everything* between `COPY FROM THE LINE BELOW` and `COPY TILL THE LINE ABOVE` — don't miss the edges.
    </Note>

    <Frame>
      <img src="https://mintcdn.com/jaksam/CFF8PxdulGaP6e6O/images/inventory-theme-3.jpg?fit=max&auto=format&n=CFF8PxdulGaP6e6O&q=85&s=ac31eb4009a66396e2a7eddbb767692e" alt="Inventory theme customization 3" width="1919" height="1008" data-path="images/inventory-theme-3.jpg" />
    </Frame>
  </Step>

  <Step title="Open the theme file">
    Go to the server files and open:

    ```text theme={null}
        jaksam_inventory/dist/assets/variables.css
    ```
  </Step>

  <Step title="Paste and replace">
    Paste what you copied, replacing **everything** in that file.
  </Step>

  <Step title="Restart">
    Restart the script or reload the server.
  </Step>
</Steps>

<Tip>
  That's it! Now everyone's default theme will use your custom colors and settings (unless they change it themselves).
</Tip>


## Related topics

- [Replacing default names](/jobs-creator/replacing-default-scripts-names.md)
- [How to](/jaksam-inventory/how-to-update.md)
- [How to use images for items](/shops-creator/how-to-use-images-for-items.md)
- [Change doors icon](/doors-creator/change-doors-icon.md)
- [Replace default billing](/jobs-creator/client/replace-default-billing.md)
