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

@@ -24,6 +24,10 @@ export default function getAccentColorForTheme(theme) {
return 'rgb(76 33 54)';
case 'mono-light':
return 'rgb(55 65 81)';
case 'dp-dark':
return 'rgb(196 30 58)';
case 'dp-light':
return 'rgb(107 28 35)';
default:
return 'rgb(19 213 145)';
}