Skip to content

loiccoyle/thqm-styles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thqm-styles

This repository contains the style templates for thqm.

🖼 Gallery

🎨 Style structure

A thqm style should have the following structure:

Path Usage
{style_name}/ The name of the style is determined by the name of the style's root folder in the user data directory.
{style_name}/template/index.html This file is the tera template which will be used to generate the menu.
{style_name}/static/ This directory holds static resources such as css, js and image files.

The style tera template options are documented here.

👤 Contributing

If you want to contribute your own styles, please feel free to open a PR.