diff --git a/unocss.config.ts b/unocss.config.ts index ce8c5a2..6612078 100644 --- a/unocss.config.ts +++ b/unocss.config.ts @@ -33,8 +33,8 @@ export default defineConfig({ // https://unocss.dev/config/theme#usage colors: { - // TODO: Add colors - 'surface-0': 'var(--p-surface-0)', + 'surface-0': 'var(--p-surface-0)', // text-surface-0 + 'surface-900': 'var(--p-surface-900)', // text-surface-900 }, }, @@ -43,6 +43,10 @@ export default defineConfig({ 'logo-transform': 'i-icon:pacman w-6em h-6em transform transition-800', pacman: 'i-icon:pacman text-(pink 36)', }, + { + // https://github.com/primefaces/tailwindcss-primeui/blob/d5e903377e015b7c63cb5edf42490b9d6954ef04/src/utils/preset.js + 'text-muted-color': 'text-[var(--p-text-muted-color)]', + }, ], presets: [ presetUno({