1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Set background color to #000000 in nextcloud

This commit is contained in:
RGBCube 2024-01-16 14:24:39 +03:00
parent 092961aa89
commit e293f31a45
No known key found for this signature in database

View file

@ -25,6 +25,10 @@ in serverSystemConfiguration {
script = lib.mkAfter '' script = lib.mkAfter ''
nextcloud-occ theming:config name "RGBCube's Depot" nextcloud-occ theming:config name "RGBCube's Depot"
nextcloud-occ theming:config slogan "RGBCube's storage of insignificant data." nextcloud-occ theming:config slogan "RGBCube's storage of insignificant data."
nextcloud-occ theming:config color "#000000"
nextcloud-occ theming:config background backgroundColor
nextcloud-occ theming:config logo ${./icon.gif} nextcloud-occ theming:config logo ${./icon.gif}
''; '';
}; };