https://github.com/binaryquantumsoul/discordaccentcolorrolling
Better Discord plugin for changing theme accent color
https://github.com/binaryquantumsoul/discordaccentcolorrolling
Last synced: 4 months ago
JSON representation
Better Discord plugin for changing theme accent color
- Host: GitHub
- URL: https://github.com/binaryquantumsoul/discordaccentcolorrolling
- Owner: BinaryQuantumSoul
- License: apache-2.0
- Created: 2023-12-22T00:02:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-22T00:11:00.000Z (over 1 year ago)
- Last Synced: 2024-04-21T11:17:46.319Z (about 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DiscordAccentColorRolling
Better Discord plugin for changing theme accent color1. Change your theme css file so that accent-color uses HSL with `--base-hue` hue.
For example: `--accent-color: hsl(var(--base-hue), 80%, 60%);`
2. Copy [accentColorRoll.plugin.js](accentColorRoll.plugin.js) inside BetterDiscord's plugin folder
3. Configure `SPEED` to have quicker or slower rolling (higher value means slower)