forked from rDrama/rDrama
1
0
Fork 0

new grays

master
kek7198 2021-12-17 21:06:59 -06:00
parent ca0d48c05e
commit cf31b64c8d
1 changed files with 8 additions and 8 deletions

View File

@ -48,14 +48,14 @@ module.exports = {
colors: { colors: {
gray: { gray: {
'100': '#f4f6f4', '100': '#f4f6f4',
'200': '#e5ebe7', '200': '#e5e7eb',
'300': '#d1dbd5', '300': '#d1d7db',
'400': '#9bafa1', '400': '#9ba6af',
'500': '#6a8073', '500': '#6a7680',
'600': '#4c6351', '600': '#4d5b63',
'700': '#37523e', '700': '#374552',
'800': '#1f3726', '800': '#1f2c37',
'900': '#112817' '900': '#111c28'
}, },
} }
}, },