Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revoltchat/themes
Official and community-made Revolt themes.
https://github.com/revoltchat/themes
revolt themes
Last synced: about 1 month ago
JSON representation
Official and community-made Revolt themes.
- Host: GitHub
- URL: https://github.com/revoltchat/themes
- Owner: revoltchat
- Created: 2021-09-09T21:09:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T13:11:03.000Z (2 months ago)
- Last Synced: 2024-11-10T17:47:46.358Z (about 1 month ago)
- Topics: revolt, themes
- Language: CSS
- Homepage:
- Size: 277 KB
- Stars: 48
- Watchers: 4
- Forks: 44
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-revolt - Official Theme Repository - Themes provided by the Revolt community. (🎨 Themes / Cobol)
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"]
```