From 86497ed4e4e5de3316d1d6a02931aa01267d5290 Mon Sep 17 00:00:00 2001 From: Geoffrey McGill Date: Thu, 10 Jul 2025 10:39:01 -0600 Subject: [PATCH] Use new Retype features to update the theme and navigation --- retype.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/retype.yml b/retype.yml index fa36ff2b8..99ba1028e 100644 --- a/retype.yml +++ b/retype.yml @@ -2,6 +2,24 @@ input: . output: .retype url: docs.artblocks.io +start: + # Start locally in Pro mode + pro: true + +nav: + mode: stack + icons: + mode: none + +theme: + base: + base-color: "#9B19EF" + base-bg: "#F9F9F9" + base-text: "#1E1E1E" + base-link-weight: 500 + dark: + base-color: "#D41FD6" + branding: title: Art Blocks label: Docs