> For the complete documentation index, see [llms.txt](https://docs.libreoffice.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.libreoffice.id/libreoffice-theme-changer/lotc.md).

# LibreOffice Theme Changer (GUI)

## LO-TC GUI

Extension to manage LibreOffice Theme. This extension is based on [LibreOffice Theme Changer](https://github.com/raniaamina/libreoffice-theme) by Rania Amina & Sofyan Sugianto.

## Target

### Starting Point

* [x] Wireframe and concept
* [x] UI Development

### Manage theme for LibreOffice 6.x

* [x] Import Theme (we will use \*.lotc as theme format)
* [x] Apply theme to LibreOffice 6.x
* [x] Remove imported theme from LO-TC list
* [x] Create own theme

### Current Support

The target of LO-TC Development mainly is for LibreOffice 6.2 or newer. LibreOffice available in various package or instalation method, especially for Linux. So, we make some priority stage.

* Linux
  * [x] Install from distro repository
  * [x] Install from DEB/RPM package (from web)
  * [x] Compile from source
  * [x] Flatpak
  * [x] Snap
  * [ ] AppImage (is it needed? We still not sure to supporting LOTC in Appimage or maybe later)
* Mac OS
  * [x] Mac OS
* Windows
  * [x] Windows 7/8/8.1/10


---

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

```
GET https://docs.libreoffice.id/libreoffice-theme-changer/lotc.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.
