1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00

Redesign admin config and add theme customization

This commit is contained in:
Chocobozzz 2025-05-28 09:58:56 +02:00
parent 03425e10d3
commit a6b89bde2b
No known key found for this signature in database
GPG key ID: 583A612D890159BE
98 changed files with 3928 additions and 2525 deletions

View file

@ -56,6 +56,19 @@ export interface CustomConfig {
theme: {
default: string
customization: {
primaryColor: string
foregroundColor: string
backgroundColor: string
backgroundSecondaryColor: string
menuForegroundColor: string
menuBackgroundColor: string
menuBorderRadius: string
headerForegroundColor: string
headerBackgroundColor: string
inputBorderRadius: string
}
}
services: {