mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-18 23:09:47 +02:00
Lots more theme stuff
This commit is contained in:
@@ -20,14 +20,15 @@ module.exports = {
|
||||
white: 'hsl(0 100% 100% / <alpha-value>)',
|
||||
black: 'hsl(0 100% 0% / <alpha-value>)',
|
||||
background: 'hsl(var(--color-background) / <alpha-value>)',
|
||||
placeholder: 'hsl(var(--color-gray-200) / <alpha-value>)',
|
||||
gray: color('gray'),
|
||||
placeholder: 'hsl(var(--color-gray-300) / <alpha-value>)',
|
||||
red: color('red'),
|
||||
orange: color('orange'),
|
||||
yellow: color('yellow'),
|
||||
gray: color('gray'),
|
||||
blue: color('blue'),
|
||||
green: color('green'),
|
||||
pink: color('pink'),
|
||||
violet: color('violet'),
|
||||
red: color('red'),
|
||||
}
|
||||
},
|
||||
plugins: [],
|
||||
|
||||
Reference in New Issue
Block a user