# Color Themes

Chamilo 2.0 introduces a color theme system that lets you customize the visual appearance of the platform.

## How Themes Work

Color themes define the palette used across the Chamilo interface — primary colors, accent colors, backgrounds, and text colors. A theme is associated to an access URL: in a single-URL portal it effectively becomes the global theme, and in a multi-URL setup each URL can have its own.

## Applying a Theme

![The color themes page showing available themes with preview swatches and an Apply button](/files/teDYmKOZpVdHERvQmr0R)

1. From the administration panel, navigate to **Color themes**
2. Browse the available themes
3. Select a theme and click **Apply**
4. The theme is immediately applied to the platform

## Per-URL Themes

In a multi-URL setup, each access URL can have its own color theme. This allows different portals to have distinct visual identities while sharing the same Chamilo installation.

## Tips

* **Match your brand** — Choose or customize a theme that matches your organization's brand colors
* **Test readability** — After applying a theme, check that text is readable against background colors, especially in high-contrast situations
* **Consider accessibility** — Ensure sufficient color contrast for users with visual impairments


---

# 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://docs.chamilo.org/administration-guide/admin-guide/branding/color-themes.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.
