From 97f4d5415996f02dd4d2b5848392e4f90c0c9e2a Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Thu, 20 Jun 2024 15:02:46 -0500 Subject: [PATCH] Update mint.json --- mint.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mint.json b/mint.json index 902421b..fb4e52e 100644 --- a/mint.json +++ b/mint.json @@ -1,15 +1,15 @@ { "$schema": "https://mintlify.com/schema.json", - "name": "Plex Developer Documentation", + "name": "Plex API Documentation", "openapi": ["./plex-spec.yaml"], "favicon": "/favicon.svg", "colors": { - "primary": "#0D9373", - "light": "#07C983", - "dark": "#0D9373", + "primary": "#03045e", + "light": "#0077b6", + "dark": "#00b4d8", "anchors": { - "from": "#0D9373", - "to": "#07C983" + "from": "#90e0ef", + "to": "#caf0f8" } },