> 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/create-own-theme-guideline/understanding-the-directory-hierarchy.md).

# Understanding the Directory Hierarchy

The directory created by LOTC was still empty, please complete with your new theme data. To help you find out about what needs to be added to this working directory, please pay attention to the following theme folder hierarchy.

```
your-theme-name
├── manifest.xml
├── personas
│   ├── YourThemeName
│   │   ├── footer.png
│   │   ├── header.png
│   │   └── preview.png
│   └── personas_list.txt
├── program
│   ├── intro.png
│   └── sofficerc
└── screenshots
    ├── screenshot-1.png
    ├── screenshot-2.png
    └── screenshot-3.png
```
