Skip to content

Commit 5b781a8

Browse files
authored
new theme
1 parent be39ef6 commit 5b781a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sanity.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ import {
44
} from '@sanity/document-internationalization'
55
import { CogIcon, EditIcon, LockIcon, UserIcon } from '@sanity/icons'
66
// @ts-expect-error -- TODO figure out how to get typings for this
7-
import { theme } from 'https://themer.creativecody.dev/api/hues?preset=tw-cyan&default=677389;500;lightest:f9fafb;darkest:101728&primary=51b4d0;500;lightest:effefe;darkest:264d61&transparent=6b727f;500;lightest:f8fafb;darkest:131826&positive=55b785;500;lightest:eefdf5;darkest:214d3b&caution=e2b53e;500;lightest:fefbea;darkest:69411b&critical=e14f62;500;lightest:fdf2f2;darkest:7d2037&min=1'
87
import { createConfig } from 'sanity'
8+
// @ts-expect-error -- TODO figure out how to get typings for this
9+
import { theme } from 'https://themer.creativecody.dev/api/hues?default=8bb9b5;400&primary=fa7a78;400&transparent=8bb9b5;400&positive=43d675;300&caution=fbd024;200&critical=f02f53&lightest=fcfdfd&darkest=0d1515&min=1'
10+
911
import { deskTool } from 'sanity/desk'
1012

1113
import SocialMediaCardPreview from './components/SocialMediaCardPreview'

0 commit comments

Comments
 (0)