added orange color

This commit is contained in:
Angelillo15 2023-08-05 13:35:01 +02:00
parent 4ac857da5b
commit 7601e3fe76
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ module.exports = {
// "primary" and "neutral" are deprecated, prefer the use of "blue" and "gray"
// in new code.
primary: colors.blue,
orange: colors.orange,
gray: gray,
neutral: gray,
cyan: colors.cyan,