# Setup a Servoy Less Theme wizard

## Overview

<div align="center"><figure><img src="https://3933488479-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjpWd52BKwABWxF2lScUK%2Fuploads%2Fgit-blob-878678c0b480b0d44bf0640e0e55a8af6a44cbf2%2Fsetup-a-servoy-less-theme-demo.gif?alt=media" alt=""><figcaption><p>Setup a Servoy Less Theme wizard</p></figcaption></figure></div>

The **Setup a Servoy Less Theme** wizard helps convert a plain LESS stylesheet into a fully supported **Servoy LESS Theme**.\
This wizard ensures the selected stylesheet is correctly structured to work with Servoy’s theme engine, including generating standard import references.

It is accessed via the `Add Less Theme Support` button in the [Solution CSS picker](https://docs.servoy.com/reference/servoy-developer/object-editors/solution-css-picker/..#solution-css-picker) wizard.

## Sections

### Fields & Controls

* **Dropdown (Select a stylesheet to configure the less theme)**
  * A dropdown list containing all available stylesheets (including `.less` and `.css` files) from the media library.
  * Selecting `-none-` means no file will be processed.

### Buttons

* **OK**: Applies LESS theme support to the selected stylesheet and closes the wizard.
* **Cancel**: Closes the wizard without applying any changes.

## Using the Setup a Servoy Less Theme wizard

Here are the steps for using the **Setup a Servoy Less Theme**:

1. **Open the Wizard**
   * In the [Solution CSS picker](https://docs.servoy.com/reference/servoy-developer/object-editors/solution-css-picker/..#solution-css-picker) wizard, click `Add Less Theme Support` button.
   * This opens the [Setup a Servoy Less Theme](#setup-a-servoy-less-theme-wizard) dialog.
2. **Select a Stylesheet**
   * Use the dropdown to choose which existing `.less` or `.css` file should be configured for Servoy LESS theme support.
   * Avoid selecting `-none-` as it means no file will be processed.
3. **Apply or Cancel**
   * Click `OK` to initialize LESS theme support on the selected stylesheet.
   * Click `Cancel` to exit without making any changes.
