Skip to content

Repository acting as an index of pekwm themes (hosted elsewhere)

License

Notifications You must be signed in to change notification settings

lxmx/pekwm-theme-index

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pekwm-theme-index

Repository acting as an index of pekwm themes hosted elsewhere.

Each theme in the index is represented by a JSON file under the themes directory.

The format of the JSON files is described in json-schema in theme.schema.json.

Getting your theme included

The process of getting your theme(s) included in the index includes the following steps:

  1. Fork pekwm-theme-index
  2. Create .json files for your themes
  3. Create a pull request

From that point, if the validation of the JSON file passes wait for the pull request to be merged. After updates on the main branch of pekwm-theme-index the pekwm themes site will be updated.

Example theme JSON file

{
    "registry-version": 1,

    "author": "Claes Nästén",
    "name": "lila",
    "title": "Original theme, previously named purple-p",
    "description": "Original theme from the early days of pekwm, created on Solaris",
    "homepage": "https://github.com/pekdon/pekwm-theme-lila",
    "source": {
        "type": "git",
        "git": {
            "remote": "https://github.com/pekdon/pekwm-theme-lila.git",
            "branch": "main"
        }
    }
}

About

Repository acting as an index of pekwm themes (hosted elsewhere)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published