Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
amorey committed Jan 22, 2025
1 parent 4e5fd4e commit 7399c80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down Expand Up @@ -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]),
Expand Down

0 comments on commit 7399c80

Please sign in to comment.