diff --git a/vesktop/settings.json b/vesktop/settings.json index 793632c..92041e7 100644 --- a/vesktop/settings.json +++ b/vesktop/settings.json @@ -2,8 +2,8 @@ "minimizeToTray": true, "discordBranch": "stable", "arRPC": true, - "splashColor": "oklab(0.89908 -0.00192907 -0.0048306)", - "splashBackground": "rgb(0, 7, 32)", + "splashColor": "rgb(205, 214, 244)", + "splashBackground": "rgb(30, 30, 46)", "spellCheckLanguages": [ "en-US", "en" diff --git a/vesktop/settings/quickCss.css b/vesktop/settings/quickCss.css index e69de29..dd44bb0 100644 --- a/vesktop/settings/quickCss.css +++ b/vesktop/settings/quickCss.css @@ -0,0 +1 @@ +@import url("https://milbits.github.io/oldcord/src/main.css"); \ No newline at end of file diff --git a/vesktop/settings/settings.json b/vesktop/settings/settings.json index e08c9d7..4158c9d 100644 --- a/vesktop/settings/settings.json +++ b/vesktop/settings/settings.json @@ -2,13 +2,13 @@ "notifyAboutUpdates": true, "autoUpdate": true, "autoUpdateNotification": true, - "useQuickCss": true, + "useQuickCss": false, "themeLinks": [], "enabledThemes": [ "discolored.theme.css", "Material-Discord.theme.css", "SettingsModal.theme.css", - "Nord.theme.css" + "mocha.theme.css" ], "enableReactDevtools": false, "frameless": false, @@ -185,9 +185,6 @@ "GreetStickerPicker": { "enabled": true }, - "HideAttachments": { - "enabled": false - }, "iLoveSpam": { "enabled": false }, @@ -361,8 +358,13 @@ }, "PinDMs": { "enabled": true, - "dmSectioncollapsed": false, - "pinOrder": 0 + "pinOrder": 0, + "dmSectionCollapsed": false, + "canCollapseDmSection": false, + "userBasedCategoryList": { + "1025553250440720474": [], + "552658564368302092": [] + } }, "PlainFolderIcon": { "enabled": false @@ -730,6 +732,12 @@ }, "FullUserInChatbox": { "enabled": false + }, + "HideMedia": { + "enabled": false + }, + "IrcColors": { + "enabled": false } }, "notifications": { @@ -742,6 +750,7 @@ "authenticated": false, "url": "https://api.vencord.dev/", "settingsSync": false, - "settingsSyncVersion": 1736978258906 - } + "settingsSyncVersion": 1742950782065 + }, + "eagerPatches": false } \ No newline at end of file