Added new demonic pacts images and theme.

This commit is contained in:
2026-01-16 13:29:04 +08:00
parent ea8484fca7
commit e807d3c380
16 changed files with 1849 additions and 893 deletions

View File

@@ -19,6 +19,8 @@ module.exports = {
're-ocean': '#034f92',
'mono-dark': '#f9fafb',
'mono-white': '#374151',
'dp-crimson': '#eb4e68',
'dp-blood': '#6b1c23',
gray: {
150: '#f1f2f5',
},
@@ -47,12 +49,14 @@ module.exports = {
'tr-dark',
're-dark',
'mono-dark',
'dp-dark',
'tl-light',
'tb-light',
'tr-light',
'sl-light',
're-light',
'mono-light',
'dp-light',
];
themes.forEach(theme => {
addVariant(theme, `.theme-${theme} &`);