docs(playground): update theme

This commit is contained in:
Benjamin Canac
2024-09-18 12:14:33 +02:00
parent a32d2c034a
commit e45398f6ce
2 changed files with 18 additions and 2 deletions

View File

@@ -6,8 +6,8 @@ export default defineAppConfig({
},
ui: {
colors: {
primary: 'sky',
gray: 'cool'
primary: 'green',
gray: 'slate'
}
}
})

View File

@@ -84,4 +84,20 @@ defineShortcuts({
<style>
@import "tailwindcss";
@import "@nuxt/ui";
@theme {
--font-family-sans: 'Inter', sans-serif;
--color-green-50: #EFFDF5;
--color-green-100: #D9FBE8;
--color-green-200: #B3F5D1;
--color-green-300: #75EDAE;
--color-green-400: #00DC82;
--color-green-500: #00C16A;
--color-green-600: #00A155;
--color-green-700: #007F45;
--color-green-800: #016538;
--color-green-900: #0A5331;
--color-green-950: #052E16;
}
</style>