Skip to content

Commit

Permalink
chore(ui): add color schemes with custom names
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Jan 16, 2023
1 parent 5bc73e0 commit e3ba521
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ module.exports = {
"./src/**/.{vue,js,ts}"
],
theme: {
extend: {},
extend: {
colors: {
"calculator-candy": "#f096e3",
"calculator-mint": "#4e9e94",
"calculator-mustard": "#f7cb45",
"calculator-ocean": "#2e66d2",
"calculator-sky": "#8a94f8",
}
}
},
plugins: [],
}

0 comments on commit e3ba521

Please sign in to comment.