diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index a4b43757..1bc93447 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -666,6 +666,7 @@ {"id": "rights", "title": "Rights Management"}, {"id": "contact", "title": "Contact"} ], + "themes": ["oxlight", "oxmedium", "oxdark"], "timelines": [ {"id": "antialias", "title": "Anti-Alias"}, {"id": "slitscan", "title": "Slit-Scan"}, @@ -753,7 +754,7 @@ "showSitePosters": false, "showTimeline": true, "sidebarSize": 256, - "theme": "modern", + "theme": "oxdark", "videoMuted": false, "videoPoints": {}, "videoResolution": 96, diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index f5fc1812..699c7fbd 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -583,6 +583,7 @@ {"id": "license", "title": "License"}, {"id": "contact", "title": "Contact"} ], + "themes": ["oxlight", "oxmedium", "oxdark"], "timelines": [ {"id": "antialias", "title": "Anti-Alias"}, {"id": "slitscan", "title": "Slit-Scan"}, @@ -675,7 +676,7 @@ "showSitePosters": false, "showTimeline": true, "sidebarSize": 256, - "theme": "classic", + "theme": "oxlight", "videoMuted": false, "videoPoints": {}, "videoResolution": 240, diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index ac21d0e5..e3f430c9 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -503,6 +503,7 @@ {"id": "license", "title": "License"}, {"id": "contact", "title": "Contact"} ], + "themes": ["oxlight", "oxmedium", "oxdark"], "timelines": [ {"id": "antialias", "title": "Anti-Alias"}, {"id": "slitscan", "title": "Slit-Scan"}, @@ -593,7 +594,7 @@ "showSitePosters": false, "showTimeline": true, "sidebarSize": 256, - "theme": "classic", + "theme": "oxmedium", "videoMuted": false, "videoPoints": {}, "videoResolution": 240,