> For the complete documentation index, see [llms.txt](https://docs.servoy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.servoy.com/reference/servoy-developer/object-editors/solution-css-picker/setup-a-servoy-less-theme-wizard.md).

# Setup a Servoy Less Theme wizard

## Overview

<div align="center"><figure><img src="/files/u0ULcCpLOvVdoaTWf4CQ" 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](/reference/servoy-developer/object-editors/solution-css-picker.md#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](/reference/servoy-developer/object-editors/solution-css-picker.md#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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.servoy.com/reference/servoy-developer/object-editors/solution-css-picker/setup-a-servoy-less-theme-wizard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
