From c84e626b13994845e516a73b7fa2d33a503b75dd Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Thu, 27 Jun 2024 14:17:00 +0000 Subject: [PATCH] chore: Update mint.json with theme change to prism --- mint.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/mint.json b/mint.json index bceed24..0060d5a 100644 --- a/mint.json +++ b/mint.json @@ -3,12 +3,7 @@ "name": "Plex API Documentation", "openapi": "https://raw.githubusercontent.com/LukeHagar/plex-api-spec/main/plex-media-server-spec-dereferenced.yaml", "favicon": "/favicon.svg", - "colors": { - "primary": "#219ebc", - "light": "#8ecae6", - "dark": "#219ebc" - }, - + "theme": "prism", "topbarCtaButton": { "name": "Suggest an edit", "url": "https://github.com/LukeHagar/plex-api-spec"