Add BetterDiscord themes and plugin configurations for customization

This commit is contained in:
2026-02-21 14:17:51 +01:00
parent ff0be9b328
commit 19f4a500dc
87 changed files with 68305 additions and 35 deletions
@@ -0,0 +1,54 @@
{
"general": {
"voiceDisconnect": false,
"showToasts": true,
"mediaKeys": true,
"bdContextMenu": true,
"themeAttributes": true,
"notificationPosition": "top-right",
"notificationEnabled": true
},
"addons": {
"addonErrors": true,
"editAction": "detached",
"checkForUpdates": true,
"updateInterval": 4
},
"store": {
"bdAddonStore": true,
"alwaysEnable": false,
"addonEmbeds": true
},
"customcss": {
"customcss": true,
"liveUpdate": true,
"openAction": "settings"
},
"editor": {
"theme": "system",
"lineNumbers": true,
"minimap": true,
"hover": true,
"quickSuggestions": true,
"insertSpaces": false,
"tabSize": 4,
"fontSize": 14,
"renderWhitespace": "selection"
},
"window": {
"transparency": true,
"removeMinimumSize": false,
"frame": true,
"inAppTrafficLights": false
},
"developer": {
"debugLogs": false,
"devTools": true,
"debuggerHotkey": false,
"reactDevTools": false,
"inspectElement": false,
"devToolsWarning": false,
"recovery": true,
"canary": false
}
}