vesktop: add support for multiple themes (#6860)

This commit is contained in:
awwpotato 2025-04-21 10:25:22 -07:00 committed by GitHub
parent ca8367117a
commit 08b85bd000
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 35 additions and 30 deletions

View file

@ -13,7 +13,7 @@
discordBranch = "stable";
};
vencord = {
theme = ''
themes.my_theme = ''
.privateChannels_f0963d::after {
content: "";
position: absolute;
@ -51,8 +51,8 @@
assertFileExists $configDir/settings/settings.json
assertFileContent $configDir/settings/settings.json \
${./basic-vencord-settings.json}
assertFileExists $configDir/themes/theme.css
assertFileContent $configDir/themes/theme.css \
assertFileExists $configDir/themes/my_theme.css
assertFileContent $configDir/themes/my_theme.css \
${./basic-theme.css}
'';
};