brecert / revolt-themes

Official and community-made Revolt themes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Revolt Themes

Folder Structure

data
|- theme_slug
   |- Preset.toml
   |- Custom.css (optional)

Preset Information

Each preset comes with a bit of information to identify it.

# URL friendly name
slug = "my-theme"

# Display name
name = "My Theme"

# Authors' name
creator = "An Individual"

# The commit this preset was built against
# Should only be specified if you use custom CSS that tends to break between updates
commit = "eea13a3"

# Preset description
description = "neat"

About

Official and community-made Revolt themes.


Languages

Language:JavaScript 57.0%Language:CSS 43.0%