# Theme

Token Negotiator Active mode comes with its own set of styles. To adjust these, its recommended you import your own version of the following style sheet.&#x20;

```
import "@tokenscript/token-negotiator/dist/theme/style.css";
```

Here are two ways this can be done.

#### Working directly with CSS

1. Copy @tokenscript/token-negotiator/dist/theme/style.css into your project.

```

https://www.npmjs.com/package/@tokenscript/token-negotiator?activeTab=code

```

2. Import the styles, adjusting as required.

```
import "new path to the css/style.css";
```

#### **Working with Less**

1. Copy Token Negotiator's /theme directory into your Less supported project.

```
https://github.com/TokenScript/token-negotiator/tree/main/src/theme
```

2. Import the styles, adjusting as required.

For support and any questions please reach out to us on [discord](https://discord.com/invite/CfvmYFyujW) or via <sayhi@smarttokenlabs.com>


---

# Agent Instructions: 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:

```
GET https://tokenscript.gitbook.io/token-negotiator/learn/active-negotiation-ui/theme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
