Skip to content

Commit

Permalink
feat: modify preset to include primary and invert colors for light an…
Browse files Browse the repository at this point in the history
…d dark mode
  • Loading branch information
driss-chelouati committed Dec 4, 2023
1 parent 087eeca commit 55721ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion src/preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ export function createPreset(options: PluginOption = {}) {

extend: {
colors: {
muted: colors.slate,
primary: colors.violet,
'primary-invert': colors.white,
'primary-dark': colors.violet,
'primary-invert-dark': colors.white,
muted: colors.slate,
info: colors.sky,
success: colors.teal,
warning: colors.amber,
Expand Down

0 comments on commit 55721ea

Please sign in to comment.