More colors

This commit is contained in:
Gregory Schier
2023-03-02 17:56:53 -08:00
parent a7488b389d
commit 77ca90779c
4 changed files with 52 additions and 6 deletions

View File

@@ -21,6 +21,8 @@ module.exports = {
background: 'hsl(var(--color-background) / <alpha-value>)',
gray: color('gray'),
blue: color('blue'),
green: color('green'),
pink: color('pink'),
violet: color('violet'),
red: color('red'),
}