update vesktop settings to use catppuccin
This commit is contained in:
parent
6d07d12110
commit
2e44fadcdc
3 changed files with 21 additions and 11 deletions
vesktop
|
@ -2,8 +2,8 @@
|
||||||
"minimizeToTray": true,
|
"minimizeToTray": true,
|
||||||
"discordBranch": "stable",
|
"discordBranch": "stable",
|
||||||
"arRPC": true,
|
"arRPC": true,
|
||||||
"splashColor": "oklab(0.89908 -0.00192907 -0.0048306)",
|
"splashColor": "rgb(205, 214, 244)",
|
||||||
"splashBackground": "rgb(0, 7, 32)",
|
"splashBackground": "rgb(30, 30, 46)",
|
||||||
"spellCheckLanguages": [
|
"spellCheckLanguages": [
|
||||||
"en-US",
|
"en-US",
|
||||||
"en"
|
"en"
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
@import url("https://milbits.github.io/oldcord/src/main.css");
|
|
@ -2,13 +2,13 @@
|
||||||
"notifyAboutUpdates": true,
|
"notifyAboutUpdates": true,
|
||||||
"autoUpdate": true,
|
"autoUpdate": true,
|
||||||
"autoUpdateNotification": true,
|
"autoUpdateNotification": true,
|
||||||
"useQuickCss": true,
|
"useQuickCss": false,
|
||||||
"themeLinks": [],
|
"themeLinks": [],
|
||||||
"enabledThemes": [
|
"enabledThemes": [
|
||||||
"discolored.theme.css",
|
"discolored.theme.css",
|
||||||
"Material-Discord.theme.css",
|
"Material-Discord.theme.css",
|
||||||
"SettingsModal.theme.css",
|
"SettingsModal.theme.css",
|
||||||
"Nord.theme.css"
|
"mocha.theme.css"
|
||||||
],
|
],
|
||||||
"enableReactDevtools": false,
|
"enableReactDevtools": false,
|
||||||
"frameless": false,
|
"frameless": false,
|
||||||
|
@ -185,9 +185,6 @@
|
||||||
"GreetStickerPicker": {
|
"GreetStickerPicker": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
"HideAttachments": {
|
|
||||||
"enabled": false
|
|
||||||
},
|
|
||||||
"iLoveSpam": {
|
"iLoveSpam": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
|
@ -361,8 +358,13 @@
|
||||||
},
|
},
|
||||||
"PinDMs": {
|
"PinDMs": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"dmSectioncollapsed": false,
|
"pinOrder": 0,
|
||||||
"pinOrder": 0
|
"dmSectionCollapsed": false,
|
||||||
|
"canCollapseDmSection": false,
|
||||||
|
"userBasedCategoryList": {
|
||||||
|
"1025553250440720474": [],
|
||||||
|
"552658564368302092": []
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"PlainFolderIcon": {
|
"PlainFolderIcon": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
|
@ -730,6 +732,12 @@
|
||||||
},
|
},
|
||||||
"FullUserInChatbox": {
|
"FullUserInChatbox": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
|
},
|
||||||
|
"HideMedia": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"IrcColors": {
|
||||||
|
"enabled": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
|
@ -742,6 +750,7 @@
|
||||||
"authenticated": false,
|
"authenticated": false,
|
||||||
"url": "https://api.vencord.dev/",
|
"url": "https://api.vencord.dev/",
|
||||||
"settingsSync": false,
|
"settingsSync": false,
|
||||||
"settingsSyncVersion": 1736978258906
|
"settingsSyncVersion": 1742950782065
|
||||||
}
|
},
|
||||||
|
"eagerPatches": false
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue