feat: Dark Mode (#7471)

This commit is contained in:
Sivin Varghese
2023-07-21 22:10:25 +05:30
committed by GitHub
parent 480f34803b
commit 40ec0d109a
264 changed files with 2935 additions and 6817 deletions

View File

@@ -18,6 +18,9 @@ module.exports = {
colors: {
transparent: 'transparent',
white: '#fff',
white_transparent: 'rgba(255, 255, 255, 0.9)',
black_transparent: 'rgba(0, 0, 0, 0.9)',
modal: 'rgba(0, 0, 0, 0.4)',
current: 'currentColor',
woot: {
25: '#F5FAFF',
@@ -95,6 +98,18 @@ module.exports = {
800: '#D11320',
900: '#C30011',
},
violet: {
50: '#FFFFFF',
100: '#F5EBFF',
200: '#DDB8FF',
300: '#C585FF',
400: '#AC52FF',
500: '#941FFF',
600: '#7B00EB',
700: '#6000B8',
800: '#450085',
900: '#2B0052',
},
body: '#2f3b49',
},
keyframes: {