This repository contains the style templates for thqm.
default: the default style
fa-grid:fontawesomeicon grid
base: a bare bones style, which can be used as a base for your own styles
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.
If you want to contribute your own styles, please feel free to open a PR.