vesktop: use local theme

This commit is contained in:
timoxa0 2024-12-12 13:26:42 +05:00
parent 8ea9f38613
commit e2c764c20f
2 changed files with 6 additions and 5 deletions

View file

@ -2,10 +2,10 @@
"autoUpdate": true, "autoUpdate": true,
"autoUpdateNotification": true, "autoUpdateNotification": true,
"useQuickCss": true, "useQuickCss": true,
"themeLinks": [ "themeLinks": [],
"https://catppuccin.github.io/discord/dist/catppuccin-mocha-blue.theme.css" "enabledThemes": [
"catppuccin-mocha-blue.theme.css"
], ],
"enabledThemes": [],
"enableReactDevtools": false, "enableReactDevtools": false,
"frameless": false, "frameless": false,
"transparent": false, "transparent": false,
@ -610,6 +610,6 @@
"authenticated": true, "authenticated": true,
"url": "https://api.vencord.dev/", "url": "https://api.vencord.dev/",
"settingsSync": true, "settingsSync": true,
"settingsSyncVersion": 1731730708667 "settingsSyncVersion": 1733731663448
} }
} }

File diff suppressed because one or more lines are too long