diff --git a/src/plugin.ts b/src/plugin.ts index 9248667..93abea7 100644 --- a/src/plugin.ts +++ b/src/plugin.ts @@ -51,7 +51,7 @@ export default plugin( '--foreground': hexToRgb(colors.gray[900]), '--input': hexToRgb(colors.gray[300]), '--muted': hexToRgb(colors.gray[100]), - '--muted-foreground': hexToRgb(colors.gray[800]), + '--muted-foreground': hexToRgb(colors.gray[400]), '--popover': hexToRgb(colors.white), '--popover-foreground': hexToRgb(colors.gray[900]), '--primary': hexToRgb('#456EDE'), @@ -85,7 +85,7 @@ export default plugin( '--foreground': hexToRgb(colors.white), '--input': hexToRgb(colors.gray[300]), '--muted': hexToRgb(colors.gray[100]), - '--muted-foreground': hexToRgb(colors.gray[800]), + '--muted-foreground': hexToRgb(colors.gray[600]), '--popover': hexToRgb(colors.neutral[800]), '--popover-foreground': hexToRgb(colors.white), '--primary': hexToRgb(colors.blue[500]),