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: {
gray: {
'100': '#f4f6f4',
'200': '#e5ebe7',
'300': '#d1dbd5',
'400': '#9bafa1',
'500': '#6a8073',
'600': '#4c6351',
'700': '#37523e',
'800': '#1f3726',
'900': '#112817'
'200': '#e5e7eb',
'300': '#d1d7db',
'400': '#9ba6af',
'500': '#6a7680',
'600': '#4d5b63',
'700': '#374552',
'800': '#1f2c37',
'900': '#111c28'
},
}
},