https://github.com/revoltchat/themes
Official and community-made Revolt themes for Revite.
https://github.com/revoltchat/themes
revolt revoltchat themes
Last synced: 9 months ago
JSON representation
Official and community-made Revolt themes for Revite.
- Host: GitHub
- URL: https://github.com/revoltchat/themes
- Owner: revoltchat
- Created: 2021-09-09T21:09:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-22T07:26:21.000Z (11 months ago)
- Last Synced: 2025-07-22T09:39:15.451Z (11 months ago)
- Topics: revolt, revoltchat, themes
- Language: CSS
- Homepage: https://rvlt.gg/discover
- Size: 526 KB
- Stars: 53
- Watchers: 5
- Forks: 54
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
```toml
# URL friendly name
slug = "my-theme"
# Display name
name = "My Theme"
# Authors' name
creator = "An Individual"
# The commit this preset was built against (optional)
# Should only be specified if you use custom CSS that tends to break between updates
commit = "eea13a3"
# Preset description
description = "neat"
# Theme Version
# Use Semantic Versioning (https://semver.org/)
# Default: 0.0.1
version = "0.0.1"
# Tags (optional)
# Must be a single alphanumeric word
tags = ["sunset", "blue"]
```