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:
parent
03425e10d3
commit
a6b89bde2b
98 changed files with 3928 additions and 2525 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue