> For the complete documentation index, see [llms.txt](https://docs.samscreations.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samscreations.eu/samswheel/guides/appearance-and-designs.md).

# Appearance & Designs

Style the wheel face, and add your own designs!

## Bundled Designs

TEXTURE style ships with seven themes (`appearance.variant`):

| Variant   | Look                     |
| --------- | ------------------------ |
| `default` | Classic wooden wheel     |
| `ornate`  | Gold-rimmed              |
| `dark`    | Muted steel rim          |
| `casino`  | Red/black roulette       |
| `neon`    | Glowing                  |
| `rustic`  | Wooden spoked wheel      |
| `prize`   | Red/white carnival wheel |

***

## Size & Colours

* **Wheel size** -> radius in blocks (`appearance.radius`).
* **Rim / Centre / Arrow colours** -> hex colours for the frame, hub and pointer (`frame-color`, `hub-color`, `pointer-color`).

***

## Adding Your Own Designs

You don't need to edit code or wait for an update to add a design.

{% stepper %}
{% step %}

### Create a Folder

Under `plugins/SamsWheel/wheel-designs/`, make a folder named after your design (lowercase, no spaces), e.g. `wheel-designs/mydesign/`.&#x20;
{% endstep %}

{% step %}

### Add the Texture

Put 64×64 PNGs inside named `wheel_2.png` through `wheel_12.png` one per segment count. `wheel_N.png` is used when a wheel has N rewards.&#x20;
{% endstep %}

{% step %}

### Reload & Apply

Run `/samswheel reload`, then regenerate/re-apply your resource pack.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}

#### Same Names

Names that match a built-in design (`default`, `ornate`, `dark`, `casino`, `neon`, `rustic`, `prize`) are ignored, pick a unique name. A `README.txt` in the folder repeats these steps.
{% endhint %}
