diff --git a/README.md b/README.md
index 1c4cc20..318937f 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,6 @@ My dotfiles for:
 - kitty
 - nvim
 - gpg
-- Vencord Desktop (Vesktop)
 - ~~sway~~ [SwayFX](https://github.com/WillPower3309/swayfx)
 - VS Code
 - Claws Mail
@@ -36,4 +35,6 @@ NOTE: Sway uses swayfx now, which has a bunch of effects
 TODO:
 
 - figure out how to script firefox/librewolf extension installation
+  - add vencord firefox
 - maybe just rewrite it in rust or something entirely??? idk
+- fix swaylock background generation
diff --git a/backup.sh b/backup.sh
index edde271..c39f9ea 100755
--- a/backup.sh
+++ b/backup.sh
@@ -26,16 +26,6 @@ mkdir $GIT_DIR/gnupg
 cp $HOME/.gnupg/gpg.conf $GIT_DIR/gnupg/
 cp $HOME/.gnupg/gpg-agent.conf $GIT_DIR/gnupg/
 
-# Vesktop
-rm -rf $GIT_DIR/vesktop
-cp -r $HOME/.config/vesktop/ $GIT_DIR
-rm -rf $GIT_DIR/vesktop/sessionData
-rm -rf $GIT_DIR/vesktop/Crashpad
-rm -rf $GIT_DIR/vesktop/vencordDist
-rm -f $GIT_DIR/vesktop/Singleton*
-rm -f $GIT_DIR/vesktop/state.json
-rm -f $GIT_DIR/vesktop/.updaterId
-
 # VS code
 rm -rf $GIT_DIR/vscode
 mkdir $GIT_DIR/vscode
diff --git a/fish/conf.d/aliases.fish b/fish/conf.d/aliases.fish
index 6ae3e69..89c2565 100644
--- a/fish/conf.d/aliases.fish
+++ b/fish/conf.d/aliases.fish
@@ -65,3 +65,7 @@ alias sway="sway --unsupported-gpu"
 if [ $(tty) = /dev/tty1 ]
     sway
 end
+
+# run code in wayland natively
+# TODO: just add it to the args file instead
+alias code="code --enable-features=UseOzonePlatform --ozone-platform=wayland"
diff --git a/librewolf/prefs.js b/librewolf/user.js
similarity index 100%
rename from librewolf/prefs.js
rename to librewolf/user.js
diff --git a/restore.sh b/restore.sh
index 63aa2b8..2193162 100755
--- a/restore.sh
+++ b/restore.sh
@@ -31,10 +31,6 @@ rm -f $HOME/.gnupg/gpg.conf
 mkdir $HOME/.gnupg
 cp -r $GIT_DIR/gnupg/* $HOME/.gnupg/
 
-# vesktop
-mkdir $HOME/.config/vesktop
-cp -r $GIT_DIR/vesktop/* $HOME/.config/vesktop/
-
 # i3
 rm -rf $HOME/.config/i3
 cp -r $GIT_DIR/i3 $HOME/.config/
@@ -83,11 +79,9 @@ mkdir -p $HOME/.config/fontconfig/conf.d/
 cp -r $GIT_DIR/fontconfig/* $HOME/.config/fontconfig/conf.d/
 
 # waybar
-if ! command_exists "dnf"; then
-    rm -rf $HOME/.config/waybar/
-    mkdir $HOME/.config/waybar/
-    cp -r $GIT_DIR/waybar/* $HOME/.config/waybar/
-fi
+rm -rf $HOME/.config/waybar/
+mkdir $HOME/.config/waybar/
+cp -r $GIT_DIR/waybar/* $HOME/.config/waybar/
 
 # sway-runner
 # TODO: make this work on nix too
@@ -107,12 +101,7 @@ fi
 
 cd ~/.librewolf
 for dir in $(find . -mindepth 1 -maxdepth 1 -type d -name "*.*"); do
-    cp -r $GIT_DIR/librewolf/!(prefs.js) $dir
-    while read line; do
-        if ! grep -q "$line" $dir/prefs.js; then
-            echo "$line" | tee -a $dir/prefs.js
-        fi
-    done <$GIT_DIR/librewolf/prefs.js
+    cp -r $GIT_DIR/librewolf/ $dir
 done
 
 # WezTerm
@@ -135,6 +124,8 @@ elif command_exists "code-oss"; then
     code-oss $(for ext in $(cat $GIT_DIR/vscode/extensions.txt); do echo -n "--install-extension $ext "; done)
     cp $GIT_DIR/vscode/argv.json $HOME/.vscode-oss/argv.json
 fi
+# VS code: run in wayland natively
+sudo sed '/^Exec=\/usr\/share\/code\/code\( --new-window\)\? %F$/ s/$/ --enable-features=UseOzonePlatform --ozone-platform=wayland/' -i /usr/share/applications/code.desktop
 
 echo "restore.sh done!"
 
diff --git a/sway/automation.sh b/sway/automation.sh
index a7272b7..acaf0e6 100755
--- a/sway/automation.sh
+++ b/sway/automation.sh
@@ -4,6 +4,9 @@
 
 generate() {
     magick background.png -resize ${1}x${2}! background-${1}x${2}.png
+    # TODO: background.png wasn't the background, it was already overlaid,
+    # so really it was just getting resized, and it just wans't noticeable at lower resolutions?
+    # need to redo it to grow logo.png to match to scale against 1080p (based on whichever axis grows less)
     magick composite -gravity center logo.png background-${1}x${2}.png result-${1}x${2}.png
     cp result-${1}x${2}.png ~/.config/sway/backgrounds/${1}x${2}.png
     rm background-*
diff --git a/sway/background.png b/sway/background.png
index 844a75b..abb9999 100644
Binary files a/sway/background.png and b/sway/background.png differ
diff --git a/sway/backgrounds/1504x2256.png b/sway/backgrounds/1504x2256.png
new file mode 100644
index 0000000..5421539
Binary files /dev/null and b/sway/backgrounds/1504x2256.png differ
diff --git a/sway/backgrounds/2256x1504.png b/sway/backgrounds/2256x1504.png
new file mode 100644
index 0000000..6a718b9
Binary files /dev/null and b/sway/backgrounds/2256x1504.png differ
diff --git a/sway/config.d/misc b/sway/config.d/misc
index 12dd423..6e0d70a 100644
--- a/sway/config.d/misc
+++ b/sway/config.d/misc
@@ -68,12 +68,18 @@ bindsym Mod4+Mod1+Down exec "brightnessctl set 10%-"
 bindsym Mod4+Mod1+Shift+Up exec "brightnessctl set 1%+"
 bindsym Mod4+Mod1+Shift+Down exec "brightnessctl set 1%-"
 
-# Adjust volume with keys
+# media control keys
+# volume
 bindsym XF86AudioMute exec "pactl set-sink-mute @DEFAULT_SINK@ toggle"
 bindsym XF86AudioRaiseVolume exec "pactl set-sink-volume @DEFAULT_SINK@ +2%"
 bindsym Mod4+Mod1+Right exec "pactl set-sink-volume @DEFAULT_SINK@ +2%"
 bindsym XF86AudioLowerVolume exec "pactl set-sink-volume @DEFAULT_SINK@ -2%"
 bindsym Mod4+Mod1+Left exec "pactl set-sink-volume @DEFAULT_SINK@ -2%"
+# play/pause, back/forward
+bindsym XF86AudioPlay exec "playerctl play-pause"
+bindsym XF86AudioNext exec "playerctl next"
+bindsym XF86AudioPrev exec "playerctl previous"
+# TODO: Add thing to switch between players - maybe to fast forward/rewind as well?
 
 # pipewire
 exec "command_exists() { type '$1' &>/dev/null; }; if command_exists 'xbps-install'; then pipewire; fi"
diff --git a/sway/config.d/outputs b/sway/config.d/outputs
index f663312..c9149d2 100644
--- a/sway/config.d/outputs
+++ b/sway/config.d/outputs
@@ -6,4 +6,7 @@ workspace right output "Hewlett Packard HP ZR22w CN41250H24"
 output "Hewlett Packard HP ZR22w CN41250FHX" transform 270 position -1080,-40
 workspace left output "Hewlett Packard HP ZR22w CN41250FHX"
 
+# framework 13
+output "BOE 0x0BCA Unknown" scale 1.3
+
 output * bg ~/.config/sway/backgrounds/logo.png center #1E1E2E
diff --git a/vesktop/settings.json b/vesktop/settings.json
deleted file mode 100644
index 793632c..0000000
--- a/vesktop/settings.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-    "minimizeToTray": true,
-    "discordBranch": "stable",
-    "arRPC": true,
-    "splashColor": "oklab(0.89908 -0.00192907 -0.0048306)",
-    "splashBackground": "rgb(0, 7, 32)",
-    "spellCheckLanguages": [
-        "en-US",
-        "en"
-    ]
-}
\ No newline at end of file
diff --git a/vesktop/settings/quickCss.css b/vesktop/settings/quickCss.css
deleted file mode 100644
index e69de29..0000000
diff --git a/vesktop/settings/settings.json b/vesktop/settings/settings.json
deleted file mode 100644
index e08c9d7..0000000
--- a/vesktop/settings/settings.json
+++ /dev/null
@@ -1,747 +0,0 @@
-{
-    "notifyAboutUpdates": true,
-    "autoUpdate": true,
-    "autoUpdateNotification": true,
-    "useQuickCss": true,
-    "themeLinks": [],
-    "enabledThemes": [
-        "discolored.theme.css",
-        "Material-Discord.theme.css",
-        "SettingsModal.theme.css",
-        "Nord.theme.css"
-    ],
-    "enableReactDevtools": false,
-    "frameless": false,
-    "transparent": false,
-    "winCtrlQ": false,
-    "macosTranslucency": false,
-    "disableMinSize": false,
-    "winNativeTitleBar": false,
-    "plugins": {
-        "BadgeAPI": {
-            "enabled": true
-        },
-        "CommandsAPI": {
-            "enabled": true
-        },
-        "ContextMenuAPI": {
-            "enabled": true
-        },
-        "MemberListDecoratorsAPI": {
-            "enabled": true
-        },
-        "MessageAccessoriesAPI": {
-            "enabled": true
-        },
-        "MessageDecorationsAPI": {
-            "enabled": true
-        },
-        "MessageEventsAPI": {
-            "enabled": true
-        },
-        "MessagePopoverAPI": {
-            "enabled": true
-        },
-        "NoticesAPI": {
-            "enabled": true
-        },
-        "ServerListAPI": {
-            "enabled": false
-        },
-        "NoTrack": {
-            "enabled": true,
-            "disableAnalytics": true
-        },
-        "Settings": {
-            "enabled": true,
-            "settingsLocation": "aboveActivity"
-        },
-        "SupportHelper": {
-            "enabled": true
-        },
-        "AlwaysAnimate": {
-            "enabled": false
-        },
-        "AlwaysTrust": {
-            "enabled": true,
-            "domain": true,
-            "file": true
-        },
-        "AnonymiseFileNames": {
-            "enabled": false,
-            "anonymiseByDefault": true,
-            "method": 0,
-            "randomisedLength": 7
-        },
-        "WebRichPresence (arRPC)": {
-            "enabled": false
-        },
-        "BANger": {
-            "enabled": false
-        },
-        "BetterFolders": {
-            "enabled": false
-        },
-        "BetterGifAltText": {
-            "enabled": true
-        },
-        "BetterNotesBox": {
-            "enabled": false
-        },
-        "BetterRoleDot": {
-            "enabled": false
-        },
-        "BetterUploadButton": {
-            "enabled": true
-        },
-        "BiggerStreamPreview": {
-            "enabled": true
-        },
-        "BlurNSFW": {
-            "enabled": false
-        },
-        "CallTimer": {
-            "enabled": false
-        },
-        "ClearURLs": {
-            "enabled": true
-        },
-        "ColorSighted": {
-            "enabled": false
-        },
-        "ConsoleShortcuts": {
-            "enabled": false
-        },
-        "CopyUserURLs": {
-            "enabled": true
-        },
-        "CrashHandler": {
-            "enabled": true
-        },
-        "CustomRPC": {
-            "enabled": true,
-            "type": 2,
-            "timestampMode": 2,
-            "appID": "1173702678707195904",
-            "appName": "the screams of the damned",
-            "details": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
-            "state": ""
-        },
-        "Dearrow": {
-            "enabled": false
-        },
-        "EmoteCloner": {
-            "enabled": false
-        },
-        "Experiments": {
-            "enabled": true,
-            "enableIsStaff": false,
-            "toolbarDevMenu": false
-        },
-        "F8Break": {
-            "enabled": false
-        },
-        "FakeNitro": {
-            "enabled": true,
-            "enableEmojiBypass": true,
-            "enableStickerBypass": true,
-            "enableStreamQualityBypass": true,
-            "transformStickers": true,
-            "transformEmojis": true,
-            "transformCompoundSentence": true,
-            "emojiSize": 48,
-            "hyperLinkText": "{{NAME}}",
-            "useHyperLinks": true,
-            "stickerSize": 160,
-            "disableEmbedPermissionCheck": false
-        },
-        "FakeProfileThemes": {
-            "enabled": true,
-            "nitroFirst": true
-        },
-        "FavoriteEmojiFirst": {
-            "enabled": true
-        },
-        "FavoriteGifSearch": {
-            "enabled": false,
-            "searchOption": "hostandpath"
-        },
-        "FixSpotifyEmbeds": {
-            "enabled": false
-        },
-        "ForceOwnerCrown": {
-            "enabled": true
-        },
-        "FriendInvites": {
-            "enabled": true
-        },
-        "GameActivityToggle": {
-            "enabled": true,
-            "oldIcon": false
-        },
-        "GifPaste": {
-            "enabled": true
-        },
-        "GreetStickerPicker": {
-            "enabled": true
-        },
-        "HideAttachments": {
-            "enabled": false
-        },
-        "iLoveSpam": {
-            "enabled": false
-        },
-        "IgnoreActivities": {
-            "enabled": false
-        },
-        "ImageZoom": {
-            "enabled": true,
-            "size": 100,
-            "zoom": 2,
-            "nearestNeighbour": false,
-            "square": true,
-            "saveZoomValues": true,
-            "zoomSpeed": 0.5
-        },
-        "InvisibleChat": {
-            "enabled": false,
-            "savedPasswords": "password, Password"
-        },
-        "KeepCurrentChannel": {
-            "enabled": false
-        },
-        "LastFMRichPresence": {
-            "enabled": false
-        },
-        "LoadingQuotes": {
-            "enabled": false,
-            "replaceEvents": true,
-            "enablePluginPresetQuotes": true,
-            "enableDiscordPresetQuotes": false,
-            "additionalQuotes": "",
-            "additionalQuotesDelimiter": "|"
-        },
-        "MemberCount": {
-            "enabled": true,
-            "memberList": true,
-            "toolTip": true
-        },
-        "MessageClickActions": {
-            "enabled": false
-        },
-        "MessageLinkEmbeds": {
-            "enabled": false
-        },
-        "MessageLogger": {
-            "enabled": false
-        },
-        "MessageTags": {
-            "enabled": false
-        },
-        "MoreCommands": {
-            "enabled": true
-        },
-        "MoreKaomoji": {
-            "enabled": true
-        },
-        "MoreUserTags": {
-            "enabled": false,
-            "tagSettings": {
-                "WEBHOOK": {
-                    "text": "Webhook",
-                    "showInChat": true,
-                    "showInNotChat": true
-                },
-                "OWNER": {
-                    "text": "Owner",
-                    "showInChat": true,
-                    "showInNotChat": true
-                },
-                "ADMINISTRATOR": {
-                    "text": "Admin",
-                    "showInChat": true,
-                    "showInNotChat": true
-                },
-                "MODERATOR_STAFF": {
-                    "text": "Staff",
-                    "showInChat": true,
-                    "showInNotChat": true
-                },
-                "MODERATOR": {
-                    "text": "Mod",
-                    "showInChat": true,
-                    "showInNotChat": true
-                },
-                "VOICE_MODERATOR": {
-                    "text": "VC Mod",
-                    "showInChat": true,
-                    "showInNotChat": true
-                }
-            }
-        },
-        "Moyai": {
-            "enabled": false,
-            "volume": 0.5,
-            "quality": "Normal",
-            "triggerWhenUnfocused": true,
-            "ignoreBots": true,
-            "ignoreBlocked": true
-        },
-        "MutualGroupDMs": {
-            "enabled": false
-        },
-        "NoBlockedMessages": {
-            "enabled": false
-        },
-        "NoDevtoolsWarning": {
-            "enabled": true
-        },
-        "NoF1": {
-            "enabled": true
-        },
-        "NoMosaic": {
-            "enabled": true,
-            "inlineVideo": true,
-            "mediaLayoutType": "STATIC"
-        },
-        "NoPendingCount": {
-            "enabled": true,
-            "hideFriendRequestsCount": true,
-            "hideMessageRequestsCount": true,
-            "hidePremiumOffersCount": true
-        },
-        "NoProfileThemes": {
-            "enabled": true
-        },
-        "NoReplyMention": {
-            "enabled": false
-        },
-        "NoScreensharePreview": {
-            "enabled": false
-        },
-        "NoTypingAnimation": {
-            "enabled": true
-        },
-        "NoUnblockToJump": {
-            "enabled": true
-        },
-        "NormalizeMessageLinks": {
-            "enabled": false
-        },
-        "NSFWGateBypass": {
-            "enabled": true
-        },
-        "OnePingPerDM": {
-            "enabled": true,
-            "channelToAffect": "both_dms",
-            "allowMentions": false,
-            "allowEveryone": false
-        },
-        "oneko": {
-            "enabled": true
-        },
-        "OpenInApp": {
-            "enabled": false
-        },
-        "PermissionFreeWill": {
-            "enabled": true,
-            "lockout": true,
-            "onboarding": true
-        },
-        "PermissionsViewer": {
-            "enabled": true,
-            "permissionsSortOrder": 0,
-            "defaultPermissionsDropdownState": false
-        },
-        "petpet": {
-            "enabled": true
-        },
-        "PictureInPicture": {
-            "enabled": true
-        },
-        "PinDMs": {
-            "enabled": true,
-            "dmSectioncollapsed": false,
-            "pinOrder": 0
-        },
-        "PlainFolderIcon": {
-            "enabled": false
-        },
-        "PlatformIndicators": {
-            "enabled": true,
-            "colorMobileIndicator": true,
-            "list": true,
-            "badges": true,
-            "messages": true
-        },
-        "PreviewMessage": {
-            "enabled": false
-        },
-        "QuickMention": {
-            "enabled": false
-        },
-        "QuickReply": {
-            "enabled": false
-        },
-        "ReactErrorDecoder": {
-            "enabled": false
-        },
-        "ReadAllNotificationsButton": {
-            "enabled": false
-        },
-        "RelationshipNotifier": {
-            "enabled": false
-        },
-        "RevealAllSpoilers": {
-            "enabled": false
-        },
-        "ReverseImageSearch": {
-            "enabled": true
-        },
-        "RoleColorEverywhere": {
-            "enabled": true,
-            "chatMentions": true,
-            "memberList": true,
-            "voiceUsers": true,
-            "reactorsList": true,
-            "colorChatMessages": false,
-            "pollResults": true
-        },
-        "SecretRingToneEnabler": {
-            "enabled": false
-        },
-        "SendTimestamps": {
-            "enabled": true,
-            "replaceMessageContents": true
-        },
-        "ServerListIndicators": {
-            "enabled": false
-        },
-        "ShikiCodeblocks": {
-            "enabled": true,
-            "useDevIcon": "GREYSCALE",
-            "theme": "https://raw.githubusercontent.com/shikijs/shiki/0b28ad8ccfbf2615f2d9d38ea8255416b8ac3043/packages/shiki/themes/dark-plus.json"
-        },
-        "ShowAllMessageButtons": {
-            "enabled": false
-        },
-        "ShowConnections": {
-            "enabled": true,
-            "iconSpacing": 1,
-            "iconSize": 32
-        },
-        "ShowHiddenChannels": {
-            "enabled": false
-        },
-        "ShowMeYourName": {
-            "enabled": false,
-            "displayNames": false,
-            "mode": "user-nick",
-            "inReplies": false
-        },
-        "SilentMessageToggle": {
-            "enabled": false
-        },
-        "SilentTyping": {
-            "enabled": true,
-            "showIcon": false,
-            "isEnabled": true
-        },
-        "SortFriendRequests": {
-            "enabled": false
-        },
-        "SpotifyControls": {
-            "enabled": false
-        },
-        "SpotifyCrack": {
-            "enabled": true,
-            "noSpotifyAutoPause": true,
-            "keepSpotifyActivityOnIdle": false
-        },
-        "SpotifyShareCommands": {
-            "enabled": false
-        },
-        "StartupTimings": {
-            "enabled": true
-        },
-        "TextReplace": {
-            "enabled": false
-        },
-        "ThemeAttributes": {
-            "enabled": false
-        },
-        "TimeBarAllActivities": {
-            "enabled": false
-        },
-        "Translate": {
-            "enabled": false
-        },
-        "TypingIndicator": {
-            "enabled": false
-        },
-        "TypingTweaks": {
-            "enabled": false
-        },
-        "Unindent": {
-            "enabled": false
-        },
-        "UnsuppressEmbeds": {
-            "enabled": false
-        },
-        "UrbanDictionary": {
-            "enabled": true
-        },
-        "UserVoiceShow": {
-            "enabled": true,
-            "showInUserProfileModal": true,
-            "showInMemberList": true,
-            "showInMessages": true
-        },
-        "USRBG": {
-            "enabled": false
-        },
-        "ValidUser": {
-            "enabled": true
-        },
-        "VoiceChatDoubleClick": {
-            "enabled": false
-        },
-        "VcNarrator": {
-            "enabled": false
-        },
-        "VencordToolbox": {
-            "enabled": true
-        },
-        "ViewIcons": {
-            "enabled": true,
-            "format": "webp",
-            "imgSize": "1024"
-        },
-        "ViewRaw": {
-            "enabled": true,
-            "clickMethod": "Left"
-        },
-        "VoiceMessages": {
-            "enabled": true
-        },
-        "WebContextMenus": {
-            "enabled": true,
-            "addBack": true
-        },
-        "WebKeybinds": {
-            "enabled": true
-        },
-        "WhoReacted": {
-            "enabled": false
-        },
-        "Wikisearch": {
-            "enabled": false
-        },
-        "SuperReactionTweaks": {
-            "enabled": false
-        },
-        "DisableCallIdle": {
-            "enabled": true
-        },
-        "ChatInputButtonAPI": {
-            "enabled": true
-        },
-        "BetterGifPicker": {
-            "enabled": false
-        },
-        "ClientTheme": {
-            "enabled": false
-        },
-        "Decor": {
-            "enabled": false
-        },
-        "FixCodeblockGap": {
-            "enabled": false
-        },
-        "FixYoutubeEmbeds": {
-            "enabled": false
-        },
-        "NotificationVolume": {
-            "enabled": false
-        },
-        "ReviewDB": {
-            "enabled": false
-        },
-        "XSOverlay": {
-            "enabled": false
-        },
-        "NewGuildSettings": {
-            "enabled": false
-        },
-        "BetterRoleContext": {
-            "enabled": true
-        },
-        "BetterSettings": {
-            "enabled": true,
-            "disableFade": true,
-            "organizeMenu": true,
-            "eagerLoad": true
-        },
-        "FriendsSince": {
-            "enabled": false
-        },
-        "OverrideForumDefaults": {
-            "enabled": false,
-            "defaultLayout": 1,
-            "defaultSortOrder": 0
-        },
-        "ResurrectHome": {
-            "enabled": false
-        },
-        "UnlockedAvatarZoom": {
-            "enabled": false
-        },
-        "ShowHiddenThings": {
-            "enabled": true,
-            "showTimeouts": true,
-            "showInvitesPaused": true,
-            "showModView": true,
-            "disableDiscoveryFilters": true,
-            "disableDisallowedDiscoveryFilters": true
-        },
-        "BetterSessions": {
-            "enabled": true,
-            "backgroundCheck": false,
-            "checkInterval": 20
-        },
-        "ImplicitRelationships": {
-            "enabled": false,
-            "sortByAffinity": true
-        },
-        "StreamerModeOnStream": {
-            "enabled": false
-        },
-        "PartyMode": {
-            "enabled": false,
-            "superIntensePartyMode": 0
-        },
-        "ServerInfo": {
-            "enabled": true
-        },
-        "MessageUpdaterAPI": {
-            "enabled": false
-        },
-        "UserSettingsAPI": {
-            "enabled": true
-        },
-        "AccountPanelServerProfile": {
-            "enabled": false
-        },
-        "AlwaysExpandRoles": {
-            "enabled": false
-        },
-        "AppleMusicRichPresence": {
-            "enabled": false
-        },
-        "ConsoleJanitor": {
-            "enabled": false
-        },
-        "CopyEmojiMarkdown": {
-            "enabled": false
-        },
-        "CopyFileContents": {
-            "enabled": false
-        },
-        "CtrlEnterSend": {
-            "enabled": false
-        },
-        "CustomIdle": {
-            "enabled": false
-        },
-        "DontRoundMyTimestamps": {
-            "enabled": false
-        },
-        "ImageLink": {
-            "enabled": false
-        },
-        "MentionAvatars": {
-            "enabled": false
-        },
-        "MessageLatency": {
-            "enabled": false
-        },
-        "NoDefaultHangStatus": {
-            "enabled": false
-        },
-        "NoMaskedUrlPaste": {
-            "enabled": true
-        },
-        "NoOnboardingDelay": {
-            "enabled": true
-        },
-        "NoServerEmojis": {
-            "enabled": false
-        },
-        "PauseInvitesForever": {
-            "enabled": false
-        },
-        "ReplaceGoogleSearch": {
-            "enabled": false
-        },
-        "ReplyTimestamp": {
-            "enabled": false
-        },
-        "Summaries": {
-            "enabled": true,
-            "summaryExpiryThresholdDays": 3
-        },
-        "ShowTimeoutDuration": {
-            "enabled": false
-        },
-        "StickerPaste": {
-            "enabled": false
-        },
-        "ValidReply": {
-            "enabled": false
-        },
-        "VoiceDownload": {
-            "enabled": true
-        },
-        "VolumeBooster": {
-            "enabled": true
-        },
-        "WebScreenShareFixes": {
-            "enabled": true
-        },
-        "YoutubeAdblock": {
-            "enabled": true
-        },
-        "FullSearchContext": {
-            "enabled": false
-        },
-        "UserMessagesPronouns": {
-            "enabled": true,
-            "showInMessages": true,
-            "showSelf": true,
-            "pronounSource": 0,
-            "showInProfile": true,
-            "pronounsFormat": "LOWERCASE"
-        },
-        "DynamicImageModalAPI": {
-            "enabled": true
-        },
-        "FixImagesQuality": {
-            "enabled": false
-        },
-        "FullUserInChatbox": {
-            "enabled": false
-        }
-    },
-    "notifications": {
-        "timeout": 5000,
-        "position": "bottom-right",
-        "useNative": "not-focused",
-        "logLimit": 50
-    },
-    "cloud": {
-        "authenticated": false,
-        "url": "https://api.vencord.dev/",
-        "settingsSync": false,
-        "settingsSyncVersion": 1736978258906
-    }
-}
\ No newline at end of file
diff --git a/vesktop/themes/Dark+.theme.css b/vesktop/themes/Dark+.theme.css
deleted file mode 100644
index b696628..0000000
--- a/vesktop/themes/Dark+.theme.css
+++ /dev/null
@@ -1,28 +0,0 @@
-/**
-  * @name Dark+
-  * @author DevEvil#8745
-  * @version Dark+3
-  * @description Highly customized dark and purple theme for Discord
-  * @authorId 468132563714703390
-  * @authorLink https://devevil.com
-  * @source https://github.com/DevEvil99/DarkPlus-Discord-Theme
-  * @website https://devevil.com
-  * @invite jsQ9UP7kCA
-*/
-
-@import url('https://devevil99.github.io/devevil/BetterDiscordAddons/Theme/Dark+/Dark+.theme.css');
-
-:root {
-  --darkplus-bg: #212121;
-  --darkplus-bg2: #302f2f;
-  --darkplus-sec: #bb86fc;
-  --darkplus-links: #cdaef3;
-  --darkplus-home-icon: url(https://cdn.discordapp.com/attachments/468141324906921984/852117175212179466/discord-avatar-512-YV0PV.png);
- --watermark-filter-invert: 0%;
-  --watermark-filter-sepia: 50%;
-  --watermark-filter-saturate: 3000%;
-  --watermark-filter-hue-rotate: 210deg;
-  --watermark-filter-brightness: 70%;
-  --watermark-filter-contrast: 200%;
-  --darkplus-emoji-picker-color: 210deg;
-}
diff --git a/vesktop/themes/DiscordNight.theme.css b/vesktop/themes/DiscordNight.theme.css
deleted file mode 100644
index c3237f2..0000000
--- a/vesktop/themes/DiscordNight.theme.css
+++ /dev/null
@@ -1,11 +0,0 @@
-/**
- * @name DiscordNight
- * @version 0.9.5.6
- * @description Dark and compact theme for BetterDiscord
- * @source https://github.com/KillYoy/DiscordNight/
- * @donate https://www.paypal.me/KillYoy
- * @author KillYoy#0295
- * @authorId 98468214824001536
-*/
-
-@import url("https://KillYoy.github.io/DiscordNight/DiscordNight.css");
\ No newline at end of file
diff --git a/vesktop/themes/Eclipse.theme.css b/vesktop/themes/Eclipse.theme.css
deleted file mode 100644
index 3159c76..0000000
--- a/vesktop/themes/Eclipse.theme.css
+++ /dev/null
@@ -1,15 +0,0 @@
-/**
- * @name Eclipse
- * @author Next
- * @description Simple Dark Theme
- * @version 1.3
- * @authorId 319955529873227787
- */
- @import url(https://nextr0ll.github.io/Eclipse/core.css);
- :root {
-    --rgb: 230, 100, 90; /* Main color */
-    --main-black: #1C2120;
-    --secondary-black: #111411;
-    --third-black: #171b19;
-    --fourth-black: #1a1f1d;
- }
diff --git a/vesktop/themes/Exponent.theme.css b/vesktop/themes/Exponent.theme.css
deleted file mode 100644
index a86045f..0000000
--- a/vesktop/themes/Exponent.theme.css
+++ /dev/null
@@ -1,57 +0,0 @@
-/**
- * @name Exponent
- * @author Saltssaumure
- * @authorLink https://github.com/Saltssaumure
- * @description A Windows XP style theme.
- * @license GPL-3.0
- * @version 1.4
- * @invite uy8nKQVatp
- * @source https://github.com/Saltssaumure/xp-discord-theme
- * @donate https://ko-fi.com/saltssaumure
-*/
-
-@import url("https://saltssaumure.github.io/xp-discord-theme/xp.min.css");
-
-/* See https://github.com/Saltssaumure/xp-discord-theme#customisation for customisation settings. */
-:root {
-    --xp-background-image:  url(https://saltssaumure.github.io/xp-discord-theme/img/bliss.avif);
-    --xp-background-color:  #0066CC;
-    --xp-window-color-1:    #005AE7;
-    --xp-window-color-2:    #0372FF;
-    --xp-taskbar-color-1:   #108CE4;
-    --xp-taskbar-color-2:   #578CD0;
-    --xp-taskbar-color-3:   #1665CA;
-    --xp-start-color-1:     #008000;
-    --xp-start-color-2:     #38C438;
-    --xp-shortcut-color-1:  #0CA80C;
-    --xp-shortcut-color-2:  #008000;
-    --xp-ping-color:        #E64D1C;
-    --bsod-color:           #000080;
-    --bsod-text:            "A problem has been detected and Windows has been shut down to prevent damage to your computer. \A\A A clock interrupt was not received on a secondary processor within the allocated time interval. \A\A If this is the first time you've seen this stop error screen, restart your computer. If this screen appears again, follow these steps: \A\A Check to make sure any new hardware or software is properly installed. If this is a new installation, ask your hardware or software manufacturer for any Windows updates you might need. \A\A If problems continue, disable or remove any newly installed hardware or software. Disable BIOS memory options such as caching or shadowing. If you need to use Safe Mode to remove or disable components, restart your computer, press F8 to select Advanced Startup Options, and then throw away the whole computer. \A\A Technical information: \A\A *** STOP: USING_DISCORD \A\A ***       discord.exe - Address DEADBEEF base at 8BADF00D, DateStamp 1337C0D3 \A\A\A\A\A\A\A\A\A\A Collecting data for crash dump ... \A Initializing disk for crash dump ... \A Beginning dump of all your belongings ... \A Dumping physical memory to disk: 100% \A Physical memory dump complete. \A Contact your system administrator or technical support group for further assistance.";
-}
-
-.theme-dark {
-    --xp-bg-color:          #000000;
-    --xp-set-color:         #FFFFFFB3;
-    --xp-hover-color:       #112233;
-    --xp-selected-color:    #1665CA;
-    --xp-zing-color:        #AA5500;
-    --xp-txt-color:         #FFFFFF;
-    --xp-bg-bright-color:   #223344;
-    --xp-bg-tint-color:     #222222;
-    --xp-bg-shade-color:    #111111;
-    --xp-border-color:      #1665CA;
-}
-
-.theme-light {
-    --xp-bg-color:          #FFFFFF;
-    --xp-set-color:         #000000B3;
-    --xp-hover-color:       #D3D3D3;
-    --xp-selected-color:    #1665CA;
-    --xp-zing-color:        #FFA500;
-    --xp-txt-color:         #000000;
-    --xp-bg-bright-color:   #F0EFED;
-    --xp-bg-tint-color:     #EBE8D7;
-    --xp-bg-shade-color:    #808080;
-    --xp-border-color:      #000000;
-}
\ No newline at end of file
diff --git a/vesktop/themes/GitHub-Dark.theme.css b/vesktop/themes/GitHub-Dark.theme.css
deleted file mode 100644
index 96eb446..0000000
--- a/vesktop/themes/GitHub-Dark.theme.css
+++ /dev/null
@@ -1,471 +0,0 @@
-/**
-    * @name GitHub Dark
-    * @version 1.0.0
-    * @description A theme based off of the GitHub Dark theme.
-    * @author Sango
-    * @source https://github.com/moistp1ckle/GitHub_Dark
-    * @website https://github.com/moistp1ckle
-**/
-
-:root {
-    /* --------- BASE THEME --------- */
-    --blurple-replace: #7289DA;
-    --background-primary: rgb(9, 12, 16);
-    --background-secondary: rgb(13, 17, 23);
-    --background-floating: rgb(22, 27, 34);
-    --background-secondary-alt: var(--background-floating);
-    --background-tertiary: rgb(7, 10, 16);
-    --background-accent: rgb(17, 29, 46);
-    --userarea-background: var(--background-tertiary);
-    --header-primary: rgb(240, 246, 252);
-    --header-secondary: rgb(139, 148, 158);
-    --elevation-low: 0 1px 0 rgba(40, 40, 50, 0.2), 0 1.5px 0 rgba(60, 60, 70, 0.05), 0 2px 0 rgba(40, 40, 50, 0.05);
-    --elevation-high: 0 8px 16px rgba(0, 0, 0, 0.24);
-    --channels-default: rgb(139, 148, 158);
-    --channeltextarea-background: rgb(7, 10, 16);
-    --voice-color: var(--brand-experiment);
-    --guild-header-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
-    --activity-card-background: #0f0f0f;
-    --interactive-normal: rgb(139, 148, 158);
-    --interactive-hover: #dcddde;
-    --interactive-active: #fff;
-    --interactive-muted: rgb(76, 82, 88);
-    --background-modifier-hover: rgba(33, 38, 45, 0.26);
-    --background-modifier-active: rgba(33, 38, 45, 0.44);
-    --background-modifier-selected: rgba(33, 38, 45, 0.52);
-    --background-modifier-accent: rgb(33, 38, 45);
-    --text-link: rgb(88, 166, 255);
-    --text-normal: rgb(201, 209, 217);
-    --text-muted: rgb(139, 148, 158);
-    --deprecated-panel-background: #2a2f29;
-    --deprecated-card-bg: var(--background-secondary);
-    --deprecated-card-editable-bg: var(--background-secondary);
-    --deprecated-store-bg: #36393f;
-    --deprecated-quickswitcher-input-background: #72767d;
-    --deprecated-quickswitcher-input-placeholder: hsla(0, 0%, 100%, 0.3);
-    --deprecated-text-input-bg: var(--channeltextarea-background);
-    --deprecated-text-input-border: var(--border-color);
-    --deprecated-text-input-border-hover: #040405;
-    --deprecated-text-input-border-disabled: #202225;
-    --deprecated-text-input-prefix: #dcddde;
-    --background-accent-1: rgb(15, 15, 15, 0.1);
-    --background-accent-3: rgb(15, 15, 15, 0.3);
-    --background-floating-2: rgba(0, 0, 0, 0.2);
-    --border: 1px solid rgb(48, 54, 61);
-    --border-color: rgb(48, 54, 61);
-    --blurple-border: 1px solid rgb(31, 47, 71);
-    --border-radius: 5px;
-    --divide-color: var(--brand-experiment);
-    --brand-experiment: rgb(88, 101, 242);
-    --deprecated-quickswitcher-input-background: var(--channeltextarea-background)
-}
-
-.theme-light {
-    --background-secondary: rgb(13, 17, 23);
-    --header-primary: rgb(240, 246, 252);
-    --header-secondary: rgb(139, 148, 158);
-    --background-primary: rgb(22, 27, 34);
-    --text-normal: rgb(201, 209, 217);
-    --background-floating: rgb(22, 27, 34);
-    --background-tertiary: transparent;
-    --deprecated-text-input-bg: rgb(7, 10, 16);
-}
-
-.theme-dark {
-    --text-positive: hsl(139, calc(var(--saturation-factor, 1)*66.8%), 58.6%);
-    --text-warning: hsl(38, calc(var(--saturation-factor, 1)*95.7%), 54.1%);
-    --text-danger: hsl(359, calc(var(--saturation-factor, 1)*82.6%), 59.4%);
-    --info-positive-text: #fff;
-    --info-warning-text: #fff;
-    --info-danger-text: #fff;
-    --info-help-background: hsla(197, calc(var(--saturation-factor, 1)*100%), 47.8%, 0.1);
-    --info-help-foreground: hsl(197, calc(var(--saturation-factor, 1)*100%), 47.8%);
-    --info-help-text: #fff;
-    --status-warning-text: #000;
-    --scrollbar-thin-thumb: rgb(22, 27, 34);
-    --scrollbar-thin-track: transparent;
-    --scrollbar-auto-thumb: rgb(22, 27, 34);
-    --scrollbar-auto-track: rgba(17, 19, 24, 0.308);
-    --scrollbar-auto-scrollbar-color-thumb: rgb(22, 27, 34);
-    --scrollbar-auto-scrollbar-color-track: rgba(17, 19, 24, 0.308);
-    --elevation-stroke: 0 0 0 1px rgba(4, 4, 5, 0.15);
-    --elevation-low: 0 1px 0 rgba(4, 4, 5, 0.2), 0 1.5px 0 rgba(6, 6, 7, 0.05), 0 2px 0 rgba(4, 4, 5, 0.05);
-    --elevation-medium: 0 4px 4px rgba(0, 0, 0, 0.16);
-    --elevation-high: 0 8px 16px rgba(0, 0, 0, 0.24);
-    --logo-primary: rgb(240, 246, 252);
-    --control-brand-foreground: hsl(227, calc(var(--saturation-factor, 1)*57.9%), 77.6%);
-    --control-brand-foreground-new: hsl(235, calc(var(--saturation-factor, 1)*86.1%), 77.5%);
-    --background-mentioned: rgba(13, 17, 23, 0.466);
-    --background-mentioned-hover: rgba(20, 33, 53, 0.233);
-    --background-message-hover: rgba(4, 4, 5, 0.07);
-    --activity-card-background: #202225;
-    --textbox-markdown-syntax: rgb(82, 89, 95);
-}
-
-.resultsGroup-r_nuzN {
-    background-color: var(--background-secondary);
-    border-radius: var(--border-radius);
-    border-left: var(--border);
-    border-right: var(--border);
-}
-
-.lookBlank-3eh9lL {
-    color: var(--text-normal);
-}
-
-.footer-2gL1pp .lookFilled-1Gx00P.colorGrey-2DXtkV {
-    background-color: rgb(43, 50, 59) !important;
-}
-
-.mentioned-xhSam7:before {
-    background-color: var(--brand-experiment);
-}
-
-.theme-dark .emptyHintCard-2mUdMe {
-    background-color: var(--background-secondary-alt);
-    border: var(--border);
-    border-radius: var(--border-radius);
-}
-
-#MemberCount {
-    border-left: var(--border);
-}
-
-.theme-dark .contentWrapper-3WC1ID {
-    background-color: var(--background-secondary);
-}
-
-.divider-JfaTT5 {
-    --divider-color: var(--divide-color);
-}
-
-.children-19S4PO:after {
-    content: none
-}
-
-.theme-dark .outer-1AjyKL.interactive-3B9GmY:hover, .theme-dark .outer-1AjyKL.active-1xchHY {
-    background-color: var(--background-modifier-selected);
-}
-
-.theme-light .footer-2gL1pp {
-    box-shadow: none;
-    border-top: var(--border);
-}
-
-.border-Jn5IOt.speaking-B2MXPi {
-    -webkit-box-shadow: inset 0 0 0 2px #0FF;
-    box-shadow: inset 0 0 0 2px #0FF;
-    -webkit-animation: rainbow 3s infinite linear !important;
-    animation: rainbow 3s infinite linear !important;
-}
-
-@keyframes rainbow {
-    0% {
-        -webkit-filter: hue-rotate(0deg);
-    }
-    100% {
-        -webkit-filter: hue-rotate(360deg);
-    }
-}
-
-.theme-dark .lookFilled-1Gx00P.colorGrey-2DXtkV {
-    background-color: var(--background-floating);
-}
-
-.theme-dark .lookFilled-1Gx00P.colorGrey-2DXtkV:hover {
-    background-color: var(--background-modifier-selected);
-}
-
-.theme-dark .container-1D34oG {
-    background-color: var(--background-primary);
-}
-
-.item-26Dhrx[aria-checked=true] {
-    background-color: var(--background-modifier-selected);
-    border: var(--border);
-}
-
-.phoneField-38N1bJ, .phoneField-38N1bJ .inputField-aNPXsv {
-    background-color: var(--channeltextarea-background);
-    border-radius: var(--border-radius);
-}
-
-.option-n0icdO, .theme-dark .notDetected-33MY4s, .theme-light .notDetected-33MY4s {
-    background-color: var(--background-floating);
-}
-
-.container-1r6BKw.themed-ANHk51 {
-    background-color: var(--background-secondary);
-    border-top: var(--border);
-    border-bottom: var(--border);
-}
-
-.menu-3sdvDG {
-    border: var(--border);
-    border-radius: var(--border-radius);
-}
-
-.container-enaOkj, .messagesPopoutWrap-1MQ1bW, .role-3UN8jj:hover {
-    border: var(--border);
-    border-radius: var(--border-radius);
-    margin: -1px;
-}
-
-.peopleListItem-2nzedh.active-rhSpJJ, .peopleListItem-2nzedh:hover {
-    border: var(--border);
-    border-radius: var(--border-radius);
-    margin: 0 10px 0 20px;
-}
-
-.peopleListItem-2nzedh {
-    border-left: 1px solid transparent;
-    border-right: 1px solid transparent;
-    border-bottom: 1px solid transparent;
-}
-
-.item-1tOPte, .container-2Pjhx-, .membershipDialog-rVL-t_, .listRow-1iDGel, .content-1x5b-n, .side-8zPYf6 .item-PXvHYJ, .memberRow-1wwtfV, .roleRow-30TwGe, .result-oB0z--, .container-jSV3OF, .theme-dark .lookFilled-1Gx00P.colorGrey-2DXtkV, .container-2rNpDV, .wrapper-3D2qGf, .friend-3KALPe, .item-26Dhrx {
-    border-radius: var(--border-radius);
-}
-
-.tertiary-aMXF0g:hover:not(.disabled-3Njyym), .secondary-dIudih:hover:not(.disabled-3Njyym) {
-    border: var(--border);
-}
-
-.actionButton-uPB8Fs:hover, .listRow-1iDGel:hover {
-    border: var(--border);
-}
-
-.actionButton-uPB8Fs, .item-26Dhrx, .listRow-1iDGel, .side-8zPYf6 .item-PXvHYJ, .memberRow-1wwtfV {
-    border: 1px solid transparent;
-}
-
-.theme-dark .userSettingsVoice-iwdUCU .previewOverlay-2O7_KC {
-    background-color: var(--background-secondary);
-    border: var(--border);
-    border-radius: var(--border-radius);
-}
-
-.searchBar-3dMhjb {
-    border: var(--border);
-    padding: 0;
-}
-
-.searchBar-6Kv8R2 .searchBarComponent-32dTOx, .bd-select, .bd-select:hover, .bd-select.menu-open {
-    border: var(--border)
-}
-
-.panels-j1Uci_ {
-    border-top: var(--border);
-    margin-top: -1px;
-}
-
-.topPill-30KHOu .themed-OHr7kt.selected-3s45Ha.item-PXvHYJ {
-    border: var(--border);
-    border-radius: var(--border-radius);
-}
-
-.topPill-30KHOu .item-PXvHYJ, .friend-3KALPe, .selectable-3dP3y-, .roleRow-30TwGe {
-    border: 1px solid transparent;
-}
-
-.sidebar-2K8pFh {
-    border-left: var(--border);
-    border-top: var(--border);
-    border-right: var(--border);
-}
-
-.theme-dark .root-1gCeng, .theme-dark .popoutList-T9CKZQ {
-    background-color: var(--background-secondary);
-    border: var(--border);
-    border-radius: var(--border-radius);
-}
-
-.members-1998pB {
-    border-left: var(--border);
-}
-
-.userPopout-xaxa6l {
-    border: var(--border);
-}
-
-.theme-dark .friendSelected-1sa4bG {
-    border: var(--border);
-    background: var(--background-modifier-hover);
-}
-
-.theme-dark .selectableItem-1MP3MQ:hover {
-    background-color: var(--background-modifier-hover);
-}
-
-.theme-dark .footer-2gL1pp {
-    background-color: var(--background-floating);
-}
-
-.theme-dark .container-1nZlH6 {
-    background-color: var(--channeltextarea-background);
-    border: var(--border);
-    border-radius: var(--border-radius);
-}
-
-.inputDefault-_djjkz.input-cIJ7To.multiInputField-3K361B {
-    border: none !important;
-}
-
-.theme-dark .codeRedemptionRedirect-1wVR4b {
-    background-color: var(--background-secondary);
-    border-color: var(--border-color);
-    border: var(--border);
-    border-radius: var(--border-radius);
-}
-
-.bd-addon-list .bd-addon-card {
-    border: var(--border);
-    border-radius: var(--border-radius);
-    margin-bottom: 18px;
-}
-
-.bd-select .bd-select-options {
-    border-left: var(--border);
-    border-right: var(--border);
-    border-bottom: var(--border);
-}
-
-.searchHeader-2XoQg7 {
-    background-color: var(--background-secondary-alt);
-    border-bottom: var(--border);
-}
-
-.theme-dark .headerExpanded-CUEwZ5, .checklistHeader-1KWcEY, .header-2Y0-A- {
-    background-color: var(--background-secondary-alt);
-}
-
-.theme-dark .pageWrapper-1PgVDX {
-    border-top: var(--border);
-}
-
-.panels-j1Uci_, .theme-dark .changeDetails-bk98pu, .theme-dark .tierBody-16Chc9, .theme-dark .headerClickable-2IVFo9, .theme-dark .headerDefault-1wrJcN {
-    background-color: var(--background-secondary);
-}
-
-.bf-toolbar::before {
-    background-color: var(--background-secondary) !important;
-}
-
-.option-3KoAJB[aria-selected=true] {
-    background-color: var(--background-modifier-selected);
-}
-
-.cardWrapper-2Min21, .cardPrimaryOutline-29Ujqw, .theme-dark .tierHeaderUnlocked-3lTDnP, .theme-dark .tierBody-3aUxuc, .theme-dark .pageWrapper-1PgVDX {
-    background-color: var(--background-secondary);
-}
-
-.container-cMG81i, .theme-dark .copyInput-2rOSt7, .searchPage-3GKAdT .search-1iTphC .searchBox-2_mAlO {
-    background-color: var(--channeltextarea-background);
-}
-
-.channelTextArea-rNsIhG, .detailsBlock-FoDTGA, .container-UC8Ug1, .bf-toolbar::before, .tier-12tKuZ, .ctaBar-2UsjF2, .theme-dark .uploadModal-2ifh8j, .container-2Yth53, .wrapper-1rqM3x, .searchPage-3GKAdT .search-1iTphC .searchBox-2_mAlO, .theme-dark .card-3DjzTQ, .getStartedWrapper-2AGgRZ, .settingsFormItem-103g1I, .enableContainer-2DIT9Q, .container-2w0lh0, .checklistContainer-mFJZEJ, .featureCard-1RR4Tl, .developerPortalCtaWrapper-2XNafh, .upsellContainer-L9xv7w, .analyticsCard-qckucw, .descriptionBox-1EKQKL, .theme-dark .copyInput-2rOSt7, .wrapper-18yWki, .theme-dark .auditLog-3jNbM6, .theme-dark .tierHeaderUnlocked-3lTDnP, .side-8zPYf6 .themed-OHr7kt.selected-3s45Ha.item-PXvHYJ, .topPill-30KHOu .themed-OHr7kt.selected-3s45Ha.item-PXvHYJ, .previewContainer-1KQDJS, .memberRow-1wwtfV:hover, .roleRow-30TwGe:hover:not(.roleRowDisableHover-1HiqqT), .container-cMG81i, .container-_phMUq, .popout-VcNcHB, .lookFilled-22uAsw.select-2fjwPw, .searchResult-9tQ1uo, .background-1QDuV2, .cardPrimaryOutline-29Ujqw, .accountBtn-2Nozo3 .accountBtnInner-sj5jLs, .connection-1fbD7X, .accountList-33MS45, .theme-dark .feature-2w65J5, .activeGame-14JI7o, .cardWrapper-2Min21, .guild-Hq0WWA, .preview-2nSL_2, .previewMessage-1ZN7YG, .cardPrimary-1Hv-to, .cardPrimaryEditable-3KtE4g, .channelTextArea-2VhZ6z, #bd-editor-panel, .bd-search-wrapper, .input-cIJ7To, .messageGroupWrapper-o-Zw7G, .wrapper-1cBijl, .contentWrapper-SvZHNd, .quickswitcher-3JagVE, .input-2VB9rf, .container-2XeR5Z, .tutorial-3w5I9h, .messages-3G3erD, .messageContainer-gbhlwo, .section-2gLsgF {
-    border: var(--border);
-    border-radius: var(--border-radius);
-}
-
-.theme-dark .iconWrapper-3LVgIo {
-    background-color: var(--background-secondary-alt);
-}
-
-.searchResultsWrap-3-pOjs {
-    border-left: var(--border);
-}
-
-.theme-dark .tierHeaderLocked-3S508x, .theme-dark .footer-3mqk7D {
-    background-color: var(--background-secondary-alt);
-}
-
-.root-1gCeng, .theme-dark .uploadModal-2ifh8j {
-    background-color: var(--background-secondary);
-}
-
-.theme-dark .perksModal-fSYqOq {
-    background-color: var(--background-primary);
-}
-
-.reaction-1hd86g .emoji {
-    width: 1.2rem;
-    height: 1.2rem;
-}
-
-.embed-IeVjo6, .wrapper-35wsBm {
-    border-radius: var(--border-radius);
-}
-
-.container-S9SaVf {
-    border: var(--border) !important;
-    border-radius: var(--border-radius);
-}
-
-.accountBtn-2Nozo3 .accountBtnInner-sj5jLs:hover {
-    border: var(--border);
-}
-
-.css-gvi9bl-control, .css-gvi9bl-control:hover, .css-6fzn47-control:hover, .css-6fzn47-control, .css-17e1tep-control:hover, .css-17e1tep-control {
-    background-color: var(--background-secondary);
-    border-radius: var(--border-radius);
-    border: var(--border);
-    border-color: var(--border-color);
-}
-
-.css-3vaxre-menu {
-    border-radius: var(--border-radius);
-    border: var(--border);
-    background-color: var(--background-secondary);
-}
-
-.theme-dark .addGamePopout-2RY8Ju {
-    background-color: var(--background-floating);
-    border: var(--border);
-    border-radius: var(--border-radius);
-}
-
-.theme-dark .default-3oAQTF {
-    background-color: var(--background-secondary);
-}
-
-.diversitySelectorOptions-4YM-vX {
-    border: var(--border);
-    border-radius: var(--border-radius);
-}
-
-.header-2-Imhb .tabBar-1kuXvJ .tab-ck0077.active-1MbGPa {
-    border: var(--blurple-border);
-    border-radius: var(--border-radius);
-    color: var(--header-primary);
-    margin: -1px;
-    margin-top: 4px;
-}
-
-.navButtonActive-1MkytQ {
-    border: var(--blurple-border);
-    border-radius: var(--border-radius);
-    color: var(--header-primary);
-    margin: -1px;
-}
-
-.autocomplete-1vrmpx {
-    background-color: var(--background-secondary) !important;
-    border: var(--border);
-    border-radius: var(--border-radius);
-}
-
-.header-ykumBX {
-    background-color: var(--background-floating);
-    border-bottom: var(--border);
-}
-
-.selected-1Tbx07 {
-    background-color: var(--background-modifier-selected) !important;
-    border: var(--border);
-    border-radius: var(--border-radius);
-}
-
-.option-96V44q:after {
-    width: 0px;
-}
diff --git a/vesktop/themes/Just_Black.theme.css b/vesktop/themes/Just_Black.theme.css
deleted file mode 100644
index a8f2681..0000000
--- a/vesktop/themes/Just_Black.theme.css
+++ /dev/null
@@ -1,24 +0,0 @@
-/**
- * @name Just_Black
- * @version 4.3.0
- * @author Ме́филес#9198
- * @authorId 376086802961793024
- * @description Revival of JustBlack Theme by Dddsasul: "A nice and black theme"
- * @source https://github.com/Mephiles-the-Dark/Better_Discord/tree/master/Themes/Just_Black/
- * @invite sbA3xCJ
-*/
-@import url("https://Mephiles-the-Dark.github.io/Better_Discord/Themes/Just_Black/Just_Black.css");
-:root {
-	--Dark: 0, calc(var(--saturation-factor, 1)*0%), 0%; /* An HSL triplet for dark theme background (default: 0, calc(var(--saturation-factor, 1)*0%), 0%) */
-	--Light: 0, calc(var(--saturation-factor, 1)*0%), 100%; /* An HSL triplet for light theme background (default: 0, calc(var(--saturation-factor, 1)*0%), 100%) */
-	--Just_Black_Accent1: 204.9, calc(var(--saturation-factor, 1)*100%), 67.8%; /* An HSL triplet (default: 204.9, calc(var(--saturation-factor, 1)*100%), 67.8%) */
-	--Just_Black_Accent2: 207.1, calc(var(--saturation-factor, 1)*69.2%), 50.4%; /* An HSL triplet (default: 207.1, calc(var(--saturation-factor, 1)*69.2%), 50.4%) */
-	--Just_White_Accent1: 24.9, calc(var(--saturation-factor, 1)*100%), 32.2%; /* An HSL triplet (default: 24.9, calc(var(--saturation-factor, 1)*100%), 32.2%) */
-	--Just_White_Accent2: 27.1, calc(var(--saturation-factor, 1)*69.2%), 49.6%; /* An HSL triplet (default: 27.1, calc(var(--saturation-factor, 1)*69.2%), 49.6%) */
-	--Blue: 240, calc(var(--saturation-factor, 1)*100%), 50%; /* An extra HSL triplet for Dark Theme (default: 240, calc(var(--saturation-factor, 1)*100%), 50%) */
-	--Orange: 16.2, calc(var(--saturation-factor, 1)*100%), 50%; /* An extra HSL for Light Theme (default: 16.2, calc(var(--saturation-factor, 1)*100%), 50%) */
-	--Fuchsia: 300, calc(var(--saturation-factor, 1)*100%), 50%; /* An HSL triplet (default: 300, calc(var(--saturation-factor, 1)*100%), 50%) */
-	--Active: 120, calc(var(--saturation-factor, 1)*50%), 40%; /* An HSL triplet for clicking (default: 120, calc(var(--saturation-factor, 1)*50%), 40%) */
-	--Blank: 0.7; /* An opacity for not hovered, 0 for hiding, 1 for showing (default: 0.7) */
-}
-/* One may post code snippets below this line */
diff --git a/vesktop/themes/Materialistic.theme.css b/vesktop/themes/Materialistic.theme.css
deleted file mode 100644
index 31d434a..0000000
--- a/vesktop/themes/Materialistic.theme.css
+++ /dev/null
@@ -1,75 +0,0 @@
-/**
- * @name Materialistic
- * @author BigMeanie
- * @version 1.0.0
- * @description A clean material design theme for discord with a simple accent color
- * @invite P9fAbrDjQ6
-*/
-
-@import url('https://booglesmcgee.github.io/Materialistic-Discord/Materialistic.css');
-:root {
-	
-	/*--Change the default accent colors--*/
-	--accent-color-main: #b288e6;
-	--accent-color-main-opacity:#b288e6CC;
-	--accent-color-dark: #322c3a;
-	--accent-color-darker: #251f2d;
-	
-	/*--Change the default background colors--*/
-	--background-color-main: #212121;
-	--background-color-dark: #191919;
-	--background-color-darker: #131313;
-	--background-color-darkest: #040404;
-	--background-tertiary:var(--background-color-main);
-	--background-primary:var(--background-color-main);
-	
-	/*--Change the default channel list width--*/
-    --channels-width: 200px;
-	
-	/*--Change the default member list width--*/
-	--members-width: 200px;
-	
-	/*Change the default server list sizing--*/
-	--server-icon-size: 30px;
-	--server-icon-spacing: 7px;
-	--server-container-padding: 5px;
-
-	/*--Change the default radial status settings--*/
-	--rs-small-spacing: 2px;
-	--rs-large-spacing: 3px;
-	--rs-width: 2px;
-	--rs-avatar-shape: 50%;
-	--rs-online-color: #488558;
-	--rs-idle-color: #faa61a;
-	--rs-dnd-color: #ff6962;
-	--rs-offline-color: #636b75;
-	--rs-streaming-color: #643da7;
-	--rs-invisible-color: #747f8d;
-	
-	/*--Change the default font sizes--*/
-	--main-font-size:13px;
-	--secondary-font-size:11px;
-	--subtext-font-size:9px;
-	
-	/*--Change the default button and text colors--*/
-	--button-no-accent: #a8a8a8;
-	--text-color: #cfcfcf;
-	--text-color-dark:#6D7178;
-	
-	/*--Change the default Scrollbar colors--*/
-	--scrollbar-thin-thumb: var(--accent-color-main);
-	--scrollbar-thin-track: transparent;
-	--scrollbar-auto-thumb: var(--accent-color-main);
-	--scrollbar-auto-track: var(--background-color-dark);
-	--scrollbar-auto-scrollbar-color-thumb: var(--accent-color-main);
-	--scrollbar-auto-scrollbar-color-track: var(--background-color-dark);
-	
-	/*--Misc--*/
-	--text-link: var(--accent-color-main);
-	--background-mentioned: var(--accent-color-darker);
-	--background-mentioned-hover: var(--accent-color-dark);
-	--radio-group-dot-foreground:var(--accent-color-main);
-	
-	/*--DO NOT CHANGE--*/
-	--main-font: Montserrat;
-}
\ No newline at end of file
diff --git a/vesktop/themes/MinimalCord.theme.css b/vesktop/themes/MinimalCord.theme.css
deleted file mode 100644
index 38ad963..0000000
--- a/vesktop/themes/MinimalCord.theme.css
+++ /dev/null
@@ -1,31 +0,0 @@
-/**
- * @name MinimalCord
- * @author Gibbu#1211
- * @version 2.0.0
- * @invite ZHthyCw
- * @description Changes Discord enough to give it a fresh feel while also making it darker. Supports both Light and Dark themes.
- * @source https://github.com/DiscordStyles/MinimalCord
- * @website https://www.gibbu.me
-*/
-
-@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');
-@import url("https://discordstyles.github.io/MinimalCord/dist/MinimalCord.css");
-
-:root {
-    /*
-        Accent variable
-        Use this website: https://htmlcolorcodes.com/color-picker/
-        to get your desired RGB numbers. Then simply put each number in their respective area.
-        R,G,B
-    */
-    --accent: 50, 131, 207;
-
-    --message-padding: 10px; /* Spacing in the messages. MUST END IN px | DEFAULT: 10px */
-    --message-spacing: 10px; /* Spacing around the messages. MUST END IN px | DEFAULT: 10px */
-
-    /*
-        To use a custom font. Visit https://fonts.google.com and select one to your liking.
-        Now just follow this tutorial: https://imgur.com/a/CNbw7xC
-    */
-    --font: 'Inter';
-}
\ No newline at end of file
diff --git a/vesktop/themes/Nord.theme.css b/vesktop/themes/Nord.theme.css
deleted file mode 100644
index 513f683..0000000
--- a/vesktop/themes/Nord.theme.css
+++ /dev/null
@@ -1,9 +0,0 @@
-/**
- * @name Nord
- * @version 1.0.0
- * @description A theme for discord inspired by the deep blues of the Atlantic 
- * @author Daggy1234
- * @source https://github.com/Daggy1234/Nord
-*/
-
-@import url('https://dagcord.github.io/Nord/nord.css');
diff --git a/vesktop/themes/SettingsModal.theme.css b/vesktop/themes/SettingsModal.theme.css
deleted file mode 100644
index 07b0ede..0000000
--- a/vesktop/themes/SettingsModal.theme.css
+++ /dev/null
@@ -1,21 +0,0 @@
-/**
- * @name SettingsModal
- * @description Turns Settings Windows like User-/Channel-/Serversettings and Boost Overview into Modals
- * @author DevilBro
- * @version 1.0.0
- * @authorId 278543574059057154
- * @invite Jx3TjNS
- * @donate https://www.paypal.me/MircoWittrien
- * @patreon https://www.patreon.com/MircoWittrien
- * @website https://mwittrien.github.io/
- * @source https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/SettingsModal/
- * @updateUrl https://mwittrien.github.io/BetterDiscordAddons/Themes/SettingsModal/SettingsModal.theme.css
- */
-
-@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/SettingsModal/SettingsModal.css);
-
-:root {
-	--settingsmodalbackground: 	transparent;			/* default:	transparent		(lowest bg color of changed windows, change it in case another theme turns them transparent)	*/
-	--settingsmodalwidth: 		960px;					/* default:	960px			(width of the settings modal, px/vw)															*/
-	--settingsmodalheight: 		80vh;					/* default:	80vh			(height of the settings modal, px/vh)															*/
-}
\ No newline at end of file
diff --git a/vesktop/themes/Slate.theme.css b/vesktop/themes/Slate.theme.css
deleted file mode 100644
index 5592246..0000000
--- a/vesktop/themes/Slate.theme.css
+++ /dev/null
@@ -1,34 +0,0 @@
-/**
- * @name Slate
- * @author Gibbu#1211 & Tropical#8908
- * @version 1.1
- * @invite TeRQEPb
- * @description An optimized, consistent, and functional theme for Discord based on GitHub's design language.
- * @source https://github.com/DiscordStyles/Slate/
- * @website https://discordstyles.github.io/slate-theme/
-*/
-
-/*
-  Import Source Code 
-*/
-@import url("https://discordstyles.github.io/AdjustableServerWidth/base.css");
-@import url("https://discordstyles.github.io/Slate/dist/Slate.css");
-
-/*
-  Basic Variables
-  See available vars here: https://github.com/DiscordStyles/Slate/wiki
-*/
-:root {
-  /* Primary Colors */
-  --accent: 3, 102, 214;
-  --link-colour: 48, 144, 255;
-
-  /* Server List */
-  --server-icon-size: 35px;
-  --server-icon-spacing: 8px;
-  --server-container-padding: 10px;
-}
-
-/*
-  Place any Theme-specific Custom CSS Below here
-*/
diff --git a/vesktop/themes/Solana.theme.css b/vesktop/themes/Solana.theme.css
deleted file mode 100644
index c29b855..0000000
--- a/vesktop/themes/Solana.theme.css
+++ /dev/null
@@ -1,88 +0,0 @@
-/**
- * @name Solana
- * @version 1.0.11
- * @author Disease#3749
- * @authorId 678469587444170762
- * @description macOS with barely any customization.
- * @source https://github.com/maenDisease/BetterDiscordStuff/tree/main/Themes/Solana
- * @invite BShu37e4jg
- * @website https://maendisease.github.io/
-*/
-
-/* Source */
-@import url(https://maendisease.github.io/BetterDiscordStuff/Themes/Solana/Solana.css);
-
-/* Optional */
-@import url(https://maendisease.github.io/BetterDiscordStuff/css/bdAddonMini.css);
-@import url(https://maendisease.github.io/BetterDiscordStuff/Themes/Solana/addon/mac-titlebar.css);
-@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Apple.css);
-
-:root {
-    /* 
-    bdeditor.dev/theme/solana
-    is strongly recommended for customization 
-    */
-
-    /* color control */
-    --accent-hue: 213;
-    --accent-saturation: 100%;
-    --accent-brightness: 50%;
-    --background-accent-hue: 213;
-    --background-accent-saturation: 100%;
-    --background-accent-brightness: 50%;
-
-    /* background image */
-    --background-image: initial;
-    --background-image-position: center;
-    --background-image-size: cover;
-    --background-image-blur: 0;
-    --background-overlay-opacity: 80%;
-    --background-overlay-color-lightness: 0;
-    --background-hue-shift-strength: 100%;
-
-    /* window */
-    --window-background-image: initial;
-    --window-background-image-position: center;
-    --window-background-image-attachment: fixed;
-    --window-opacity: 100%;
-    --window-blur: 0;
-    --window-friends-blur: 0;
-    --window-margin: 24;
-    --window-margin-left: 0;
-    --window-border-radius: 10px;
-    --window-background-lightness: 0;
-    --window-accent-tint-strength: 5%;
-
-    /* chat */
-    --chat-bubble: 0;
-    --chat-bubble-background-color: var(--background-primary);
-    --chat-bubble-border-color: var(--background-primary-border-color);
-    --text-link-hue: 212;
-    --chat-text-brightness: 0;
-
-    /* dock */
-    --home-icon: initial;
-    --favorites-icon: initial;
-    --dock-blur: var(--window-blur);
-    --dock-border-radius: 0;
-
-    /* sidebar */
-    --sidebar-width: 240px;
-    --members-width: 240px;
-    --sidebar-text-brightness: 0;
-
-    /* floating */
-    --background-floating-blur: 20px;
-    --floating-background-lightness: 0;
-    --background-floating-opacity: 1;
-    --enable-floating-transparency: 1;
-
-    /* font */
-    --custom-font-display: "";
-    --custom-font-regular: "";
-    --custom-font-primary: "";
-    --custom-font-code: "";
-
-    /* other */
-    --enable-blur: 1;
-}
diff --git a/vesktop/themes/Ultra.theme.css b/vesktop/themes/Ultra.theme.css
deleted file mode 100644
index 35f8c0b..0000000
--- a/vesktop/themes/Ultra.theme.css
+++ /dev/null
@@ -1,66 +0,0 @@
-/**
- * @name Ultra
- * @version 1.0.7
- * @author TheCommieAxolotl#0001
- * @authorId 538487970408300544
- * @description A Smooth, Black theme
- * @source https://github.com/TheCommieAxolotl/BetterDiscord-Stuff/tree/main/Ultra
- * @website https://thecommieaxolotl.netlify.app/
- * @donate https://github.com/sponsors/thecommieaxolotl
- * @invite g2KnUw7u7N
-*/
-
-/* Imports */
-@import url("https://discord-custom-covers.github.io/usrbg/dist/usrbg.css");
-@import url("https://thecommieaxolotl.github.io/BetterDiscord-Stuff/Imports/Touchup.css");
-@import url("https://thecommieaxolotl.github.io/BetterDiscord-Stuff/Imports/UserBadges.css");
-@import url("https://maendisease.github.io/BetterDiscordStuff/css/bettterInvites.css");
-@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;200;400;500;600;700&display=swap");
-@import url("https://fonts.googleapis.com/css2?family=Source Code Pro:wght@550&display=swap");
-
-/* Source */
-@import url("https://thecommieaxolotl.github.io/BetterDiscord-Stuff/Ultra/Clients/betterdiscord.css");
-
-:root,
-.theme-dark {
-    --text-normal: #dcddde;
-    --text-muted: #4a4a52;
-    --text-link: #6e6af6;
-    --text-positive: #50dc7d;
-    --text-warning: #8d4949;
-    --text-danger: #8d4949;
-    --text-brand: #6e6af6;
-    --interactive-normal: #b9bbbe;
-    --interactive-hover: #dcddde;
-    --interactive-active: #c9ced0;
-    --interactive-muted: #4f545c;
-    --background-primary: #101014;
-    --background-secondary: #17161b;
-    --background-secondary-alt: #17161b;
-    --background-tertiary: #101014;
-    --background-accent: #4f545c;
-    --background-floating: #17161b;
-    --modal-background: #101014;
-    --channeltextarea-background: #17161b;
-    --info-positive-text: #fff;
-    --info-warning-text: #fff;
-    --info-warning-foreground: #6e6af6;
-    --info-danger-text: #fff;
-    --info-help-text: #fff;
-    --status-warning-text: #000;
-    --background-mentioned: #6f6af62c;
-    --background-mentioned-hover: #6f6af615;
-    --background-message-hover: rgba(4, 4, 5, 0.07);
-    --scrollbar-auto-thumb: #6e6af6;
-    --brand-experiment: #6e6af6;
-    --brand-experiment-hover: #6f6af64d;
-    --brand-experiment-560: #6e6af6;
-    --channels-default: #4a4a52;
-    --selected-indicator: #97ffa5;
-    --hover-indicator: #ffffff;
-    --font: "Lato";
-    --code-font: "Source Code Pro";
-    --boost-bar: none;
-}
-
-/* Made By The Commie Axolotl */
diff --git a/vesktop/themes/discolored.theme.css b/vesktop/themes/discolored.theme.css
deleted file mode 100644
index 930522d..0000000
--- a/vesktop/themes/discolored.theme.css
+++ /dev/null
@@ -1,9 +0,0 @@
-/**
-* @name Discolored
-* @author snapper#0001, Nyria#4198
-* @description Colorize Discord's boring SVGs
-* @version 1.3
-*/
-
-@import "https://nyri4.github.io/Discolored/main.css";
-@import url("https://nyri4.github.io/donators/donators.css");
diff --git a/vesktop/themes/discorddark.theme.css b/vesktop/themes/discorddark.theme.css
deleted file mode 100644
index 5401b18..0000000
--- a/vesktop/themes/discorddark.theme.css
+++ /dev/null
@@ -1,87 +0,0 @@
-/**
- * @name Discord Dark
- * @description A Github Dark Theme for Discord, meant to be used with Discord Dark Mode
- * @author SyndiShanX
- * @authorLink https://github.com/SyndiShanX
- * @version 1.39
- * @website https://syndishanx.github.io/Discord-Dark
- * @source https://github.com/SyndiShanX/Discord-Dark
-*/
-
-/* Main Theme File */
-@import url(https://syndishanx.github.io/Discord-Dark/discorddark.css);
-
-/* Icons by Mwittrien */
-@import url(https://syndishanx.github.io/Discord-Dark/Imports/SettingsIcons.css);
-
-/* Plugins/Themes Counter - Skamt */
-@import url("https://syndishanx.github.io/Discord-Dark/Imports/AddonsCounter.css");
-
-/* Server Rings - Gibbu */
-@import url("https://syndishanx.github.io/Discord-Dark/Imports/ServerRings.css");
-
-/* Normalized Forums - Disease */
-@import url(https://syndishanx.github.io/Discord-Dark/Imports/NormalizedForums.css);
-
-/* Spotify Activity Redesign - DaBluLite */
-@import url("https://syndishanx.github.io/Discord-Dark/Imports/SpotifyRedesign.css");
-
-/* Old Discord Font - Overimagine */
-@import url(https://cdn.jsdelivr.net/gh/Overimagine1/old-discord-font/source.min.css);
-
-:root {
-	--theme: Discord Dark by SyndiShanX;                           /* Replaces Default Discord Colors                                        */
-	--background-primary: rgba(0, 0, 0, 0);                        /*                                                                        */
-	--background-secondary: #1a1a1a;                               /*                                                                        */
-	--background-tertiary: rgba(0, 0, 0, 0.5);                     /*                                                                        */
-	--border-primary: #5c5c5c;                                     /*                                                                        */
-	--border-secondary: #c0c0c0;                                   /*                                                                        */
-	--control-brand-foreground: #3a496b!important;                 /* Category Title Text Color                                              */
-	--category-title-text-color: #3973AC;                          /* Channel State Text Colors                                              */
-	--unread-channel-text: #ffffff;                                /*                                                                        */
-	--default-channel-text: #949BA4;                               /*                                                                        */
-	--muted-channel-text: #4E5058;                                 /*                                                                        */
-	--brand-experiment: #3a496b!important;                         /* Selection Colors                                                       */
-	--selection-background: #265d96;                               /*                                                                        */
-	--selection-text: #ffffff;                                     /* Red Button Colors                                                      */
-	--red-button: #712828;                                         /*                                                                        */
-	--red-button-hover: #973535;                                   /*                                                                        */
-	--red-button-border: #ba1212;                                  /* Green Button Colors                                                    */
-	--green-button: #508055;                                       /*                                                                        */
-	--green-button-hover: #629d68;                                 /*                                                                        */
-	--green-button-border: #00b344;                                /* Blue Button Colors                                                     */
-	--blue-button: #2e3952;                                        /*                                                                        */
-	--blue-button-hover: #3a496b;                                  /*                                                                        */
-	--blue-button-border: #265d96;                                 /* White Button Colors                                                    */
-	--white-button: #ffffff;                                       /*                                                                        */
-	--white-button-hover: #dedede;                                 /*                                                                        */
-	--white-button-border: #808080;                                /* Gray Button Colors                                                     */
-	--gray-button: #4f545c;                                        /*                                                                        */
-	--gray-button-hover: #646970;                                  /*                                                                        */
-	--gray-button-border: #919599;                                 /* Orange Button Colors                                                   */
-	--orange-button: #A54829;                                      /*                                                                        */
-	--orange-button-hover: #C65731;                                /*                                                                        */
-	--orange-button-border: #CC4300;                               /* Gift and GIF Buttons (none | block)                                    */
-	--GIFtButtons: none;                                           /* Icons Size                                                             */
-	--settingsiconssize: 18px;                                     /* Icons Gap                                                              */
-	--settingsiconsgap: 14px;                                      /* Settings Sidebar Width                                                 */
-	--sidebar-width: 245px;                                        /* Scrollbar Slider Color                                                 */
-	--scrollbar-color: rgba(55, 55, 55, 0.5);                      /* Scrollbar Slider Hover Color                                           */
-	--scrollbar-hover-color: rgba(75, 75, 75, 1);                  /* Scrollbar Width                                                        */
-	--scrollbar-width: 8px;                                        /* Server Rings - Unread Color                                            */
-	--server-unread-colour: 194, 178, 60;                          /* Server Rings - Hover Color                                             */
-  --server-hover-colour: 186, 186, 186;                          /* Server Rings - Selected Color                                          */
-  --server-selected-colour: var(--accent, 53, 175, 234);         /* Server Rings - Spacing                                                 */
-  --server-spacing: 16px;                                        /* Server Rings - Glow Intensity                                          */
-  --server-glow-intensity: 1;                                    /* Discord Opacity | Transparency Needs to be Enabled                     */
-	--discord-opacity: 1.0;                                        /* Images are Stored here to improve Loading times, more info in css file */	
-	/*
-		Images are Stored here to improve Loading times, to get the Image Code:
-	  Open https://codebeautify.org/image-to-base64-converter in a Browser, Upload the Image,
-		Copy the Base64 String, then Replace one of the below Images with `url('data:image/png;base64,BASE64_STRING')`
-	*/
-	--bgImage: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGBAMAAACDAP+3AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAwUExURRsbGx0dHR4eHh8fHyEhISIiIiMjIyUlJQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKpYFUMAAAXUSURBVEjHNZbNcqU4DIUN6QdAMun1lWyyDgbS22BMZjsN3PR68tPzADM9zz9HpLOIKlX2tY8+HUu4JK4qfUM0ZGW9ZlZdkyr98SKOfHZURReEbnqEVgeVmMekXV96jWnJRDMnouy8UsJ+WjTuOuq46SFT5r3Scml7HiTgPPUXqvq2Vy0Rl6SYRUv7WFHsByLWmRxxaajiQ1XjO0J7VdHbHQvtW09ED9hT+R2C/QOOiG9Judux8XazPQf28NJjz2K65q+b0hAW5YKghVNFOSQhfxnFeaEgbULCPuk1dTkcHKG1guDM3Dc+OfzgRvDTOBflmEbR2B9UeYXgUKIgurkimjaQmzYBviys63ck8YRVXg+obl3GnmUX5XUXlufeYPdNRatQQ8VCCz1Nq7ir7UvimItS92haJQt1aUhN3TtegDjsXKjbCaQXPQjlWkh7PogH7HYUoiJj0OUQjHM3Q2YAmjRB0qgCVP4dYsIBweEd0sMbJPhXaA0HpMbZ9nx5mlW7t8QS31AG3NhYjZHPUEFwlspRish8CRBwACwX3zcu3yTi5HFrioVcm3hNcda1v81a+tueg3hwJuCDaYRQiwzES0Ed86jqZUGB04Iip2TSLSS3YfnhRVVWyJInYG+eZuNsRR8vVnn3Cwk9HSryvAHxsyCXYr5Zzj3Ivt4dDBzgYiQw9rCyOVsGgRqse5BFFVw49LTyot2mS8Vzs1QhcaYAbzgWyuJ0HSFkHGfWMc4NpdBXYI9LBpzEAZk4Dj+hms3K8UoNrAsxX4zzB8jv2GOIRdtDhOMuVLXJVoxzTIQTF9tTzBkH45UuUOESK3H2yUIP2GNWF7OuiqqvqevB1MOHAjWB4oV6iipF3YBSDyMDQLEXZ7ZMuMkPhhg9QKfFATHfGeyn79Bw94gAzkQr/qorzKLvboeJnqxea/5Ntx6M82CeX4IZylm3SLBivPeGOJiU8VKFBn6PSEjL4JDcDj9LoTpXA7LhGUVHhjDIrN5s43QaM8to5wdv5yMfClZMHZHjWAh7wlWZwr8G1ujycf6H9L7ACHL7YrWIR1bpcDu18FYTA4I/YY/JzknYUxR79toeCxlYn6q697nhuVvUZ/Q018HFKYLo/Y11EDQ1BWwa8D9aX8FzYIfswjJWDffgUyc8dTb93hCHsplt3AvEf/uraqrJ6D4YvsnCFVjFgj67Q0nXwRB/cj7P4SHZOdaYCupOt4+wZHvxZ7WhzGB7IJYJUhGcB2I4FCLrhTLxzLmqE/esCQmHHt5x+oHYwJ4uBl30khHvqCAdHq5ycm6MrjXgE7H1hNbe2tdXCO5elB08eI+VBUdE80MIZmV0KQVC0cU4605YybU1CvQ0tpLXCW0kZlgibmhsLs5Gt69iH61HtNIMEmEEmhBgdcB2+weQitPpvhNNJo3mmHbdcOXh/oRtrQXSdH9aGdonPDh9NsQ/hczPoNssNoRy+pggQISxEYo1Jgvt5pCGv9xcjK4hbqEMb41XIOY1jElWcTwwJA0M6yz1TDepznhrHgfksHGbQ27AFO8TdNH+0QlxKNhIt0LRAhPbxGisP3+6GAdiCIEudyfiVzz9u5cK/TkY3WhHBD3PQQOeQBfmQgccU0OuRqGRFA0gxGe3gIs3NLaY44Jh7nNlc3CQ6YInapwvUXlUCwLEv2xk7BX4wMA2dq0h/3bfjIm44rV8+4k+4dXNsML0+NvFjSHmH9jIfydU/T/0RlrdJ93TypQGVt4XeysI3dWwJ3fStYCh1gSdEoyMqToh6PP9cYErMAf5tE62vIB4CxsOsZCjNQ9YHQxtKGgnxhmIB/uqmCys10tz0nOfLkYtWoxnif8YYgt3r+bsF8Ke08UR45kiEKMdIZ+CeiPAWrbq0LiGs1s0NT4jpN1igRT7oNjqfC5gDpqLw6XxgoJP6Izo70A8aJFG8XBpwl0nXYSCyRAw6Nhjkml4hkGrhHZ9O9qej26x2mfEjxkGfs4fVoa9sUDH/6WSZL/WE8WDAAAAAElFTkSuQmCC');
-	--bgDarkness1: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGBAMAAACDAP+3AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAVUExURRgYGBcXFxUVFRoaGhsbGx0dHRwcHFbDdK8AAAAJcEhZcwAADr8AAA6/ATgFUyQAAAUASURBVEjHTZbBjttIDETZamXOTWmQs+T8QGta67Nm5fgcYIM9ezGz+f9P2FeUjKyBMIZFdReLxeKYpcvc0uBu1YrdajFbzcz/eKSLl3rxOZPjUyKMPEi58kOfWrJstbovxdz1rhv5fMsbTwh76mvZZmvdmIrxPhml8zmNyaxxiFmuydr4NnvmoRdbdEYbfC67nn4Sxhsvvm5+8fEjufsLOXPZAFxelPNhVvqNb0fOTk6piZwqXMvXjVtVWiNYKzaDkFJKx5WFvDSqYKq+WV9tLxmsM4BrKWngZ16YEq/kpVmhLspOOwChyKmC68yW2b3f+KnfKG2tHLG+k3MVmHUH9WiVnMrjsm6ppHsS2WmYfU0+eFMYwTOMgjkm3VWbef8mrImCeqAMdCEotq00bnSYBjMIvFJJ2aGQbCqG3dKygMSnXwRTWHtC5ht5n8KwA9g+lfYBhPIAq+1AzYtyvl0XXv4AGDwnylNOjXpmANc06y4qrwYAepZKo4hLnTjfim7NzY3KVgi0Nb1Wa+lVcigE2i4gSe0XxVRMr4Q91VCkNCGez6A2vzy4ZQVWukL7cF2ePOdOnbefFHTdLaX7Rnn3RC1NuqmRQ5gkz7iGAri4D2Ur5MTzArODhL5bSLlSNc0ry1BnE/tArxcwV7WaoixnRoAwiOKZisWzTop7iv1SlJTzzQekC5hv4vkg8j36I3bRbip5Sz6PpifiGZCzJpNPCHinQqRZ/aKBK/UISXcFgUiZrq9qcw6KU1AMN0ltb4ccLENrbWJXsvwfzxzCFEBxeRHZ13dN3BsBnt1X/s03ieWTXiS/6ry1nuxOEphbDKAu+Qi3EAm5KyfFgjLb0ISmqSZdyU1baj5BsKpZJJ2KLMpCkWLY+kyROQRcnr1+8lxCYqYBLm5/idhgd49vlPcNIaTXh7qQ92qplx7E7gC7PpQgO+sqwQmjSNukw13EYgcTLR/KAjOl4mmiqOn63E1yEExNeibfZIqYDDmHlOcBKQc1dD6oiWa2TbKxB+C//DMPs+bTX0Sf5tNvYk7B7sjQaaoofvJ8nhOaUNOBUv31TRR3gSLHQAl7o9ojWIHiQRDhGbcoS6nzZCUcooatSxeWfhMb4SIv4SDKkWEFz/LefXhSLE8YNWtfRXH/kJfm2h027MeJFlLmcphj1EOGG+z6aRT1CBNQHCAavNDzEsTOMZiZvTGAEyF4LzWswssxQcjBrp8UA1qKGdeNK3f7E9kGxX0XUgZ7Dw7Y5fMLytCz9FAttHtCL4u22kGxTHlTGaWbuoNd4QHZKm9rYXD4kixVEy6ZljotlDTxbtVEIPQyUtxghw1bxv6PZmrF9rxsFRFrYwzyZ/9NMUtIQ9kfFCPZF5Rth6efFB/npNKLXcSVGBgaPi1it2ppnpZBVZt2dMUpYImpiz0IN2Pw3OVYdASKs5/CyhavolhrN1g41Md85pVp+fLrPX5bkEL/dqp4EMXlu0bqX9DZ37Li1Z7shpTdgi9Jr8p6bqeyTwFnYA38LKNgq/YEu3e7xs0O7+M/1aWNKBsJL6EuP6bxNIo+zcep2lDSA6Z168KulXNQTC9G1nPKP5TzIzaNlP2QDwTFKG9wEYsdEdoRXH8gcc4TD0ualZzGTW4Sf1BsU8gbPGPU1Q1SL1VlHbwGk0migDeFw4tL02Zg0ZVylxXfEegsu36Va51uEXr7zpTw+JAy8ib4/h/o4qxp5wlvXAAAAABJRU5ErkJggg==');
-	--bgDarkness2: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGBAMAAACDAP+3AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAASUExURRQUFBMTExISEhYWFhgYGBcXFzQNGvwAAAAJcEhZcwAADr8AAA6/ATgFUyQAAASVSURBVEjHTZbBbiM5DESp1vhOSph7y/kBykzfBwj27oU3//8rW0XJ2Q0GHMPNloqPJcoi5T6iNDNxUQlXkRAR+3yWu6nfbVTk2FkQOh6U6viilihSxd1sqpjxXRPk41PFP4ZAqvqQOHpRwfvI0MNG6QV7YBEs40WiP4ZVPDSVyTWi2VBqqC+EHnixu92tv4qZ3ZAz1CFYbztHsZnsnECOekGOU9f87diVpQWChMqAQpSiB7ZU5JXOgrNqatYKrQOCXbU0fI0XzoJX6kQW6iqsHQKByFAFthOZw6ySHOsBQywREzkXxURAdRdHjuOx8nG5CmGXNgyC2wodelqnzF64l4dYfVBrQUHk1dCFRCyugR0X7IACc1SC71CzkjOyNSqF5F+dlEmtFFzxCXmvpQGPX0x7QYI+jVWxnMmcj2smYi0IqNyZ41nPgGAvg3uhchcIQM+gAUXc/cT6oty1Ql4n/jqxWact0g6KgLZTSGH7idjZddoLFacj6Qly3oFtvj2xS0BWuYC9XT+c68HOyxcKuuCZctGTV0Et9IR55iCctGdugwKynXQ2Qy14rqDYaHQaBnRXGDobrEz6kO53aM5WV/KpOAIIjYjHQsyguY/KNyOtDBRtJL4Pcl4gpywXw+RRCrpebHThEyZC5LCsW7aBURVOld154NRXyL0SYLoY7qmshohLIgYbOqiEbD8Aqwfp0pb/47wWAWK9cVPQxYl7IOQnOnlEmgWZxS6uF77pnjSYSR5AyRxOC0Koh27ElDKkBdXEmjRELNCMxoysZtI6DlvoRJEkDLoosqaB9d3rN2dNiyUgNfki2KQb+QnlfQBZ6U92oQZkV/qBdBvoWtOEXbkV5eSgKH5ycSNYjIMTLW86QUadbl+cUcNxcoJgqNHPyOcZ4ZBBzrLyaLByokHnE002M8i5yhPif/092qjJmfhYlPHd1asL6/BgEfGb815H3uuw5dYfRHykimw+5wZeBLUMUF4wWDmkT8wN04nRfIrmhPAc6+T8MyPe4c5ZgoWgZg8LCc7eFZaLOQnw9DcR16fkHDzWGLa1oqSVc1YAUR5zmA5P9qDwFU5+u89c+nkm2JEHs2JuNOiEEYyBhKss7xZbdG0jtuWYHvwUAgMvxPQNrNxSF+ni7xvI6GdYAXcFvbul61w3IhFzKDvL0OM8Fl3qgbKgYzLwfHGk8lzTpurnRElnjmtPoysW8SZvuhj/q5m8YivpAo3yxmicz/YfYlxCPJR1IYZlb3C2rJm+Ea91MEHy6sQnIELDz0m6zktzjwxPFyfifUPnPQg2PTkfNS86BHrwi1qR40ScU1l+3Df3ifr1PfO7CSvUx3ZxI2L95JH6B+rkrxzF8qabVjZJXrSeJ+ft7G3gClktuxy8VSubcR3B4yZr9uE/1uXvMZKhcnik1d+DYqxV81Amn4gjx3X+3kjE6AXuM2D4w5w/edPQ2U/OgUQM06E8VpUhVqC1uM5bDy7pvOOc++QPCj/T3tDTs66j0b38jcSF8yzglwDlsmDbs1h5xyVivXIUw1WD47pzau1pkX77xCmRzPnmd7wMLf4FRkih2/FxJ/YAAAAASUVORK5CYII=');
-	--bgDarkness3: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGBAMAAACDAP+3AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAASUExURQ8PDw4ODg0NDRAQEBERERISEnwSqd4AAAAJcEhZcwAADr8AAA6/ATgFUyQAAATKSURBVEjHTVZRcuU2DCMt7z8p5wDW2wvQkfuv1N7/znTvf5YClN+mmQnjsSkJBEEoIvpqXau7hJjcYSKniPhfQ19u8fJWkOO7Imz4oCXwYtWuUiTC/TBx51oX5OOpDHxBuHQNG036sqkJ1iPDFm+6qUjHJiIlVPr22bzgo5sc3KNXb3bx642w3Vj4Mfzl26XuviKn2QBgW5mDRFsHnr5zLBQ5QVzHx8CpLK0jSDdpQIhSbMGRhjzdWDCqvmUNuawAawPgMNOK11iwK5aUo4uhLpStFwCCIkcVOE7kaMA18GodKO0MbHF+IeckmPMC6k0COYHPdg41vZVka22OnOqdYQOeuhHmpjwruvj6SayKglhsRReSYhnWcaKDaWAGAg9UYhcoRDYqBrvWC4HkD0hzVu1onHvBE/ISwwXAcjPtAgQbwCoXoJaDOT/PA4svAAPPivKYE1lPA+DQxrNQeQgAoBVqHUW8Ysf+Yjy1dBdUdoJAOfUjpOsH5WAIaDuBKNtPilExekXsGqlIaoI8P4FtZq+VsBCa1/N481wWdl5+swMAq/dIilFLp24icxB2yjOPQQE4eE1lMxTFdwOzlUK/JKUcPDGaHTWakH1AjxcwBw9CUVIKRgChkuKGiskzd8pzgIHxTj17bUnxT4ZJ5Ff2h+xCu2plqLdN+IU8A2TjZOInBXyhQkgz/MWBs5hBeVYSCCmj6yfbXJJiTYrBjbLtfcpBCmiNTnYpy//xjE0wBeM9U1AxlP2JAJ4R8NtSLDdy1E/ud8bD7k6BueQAShJItyAJZbGHYkJpUjvRdNbEI3HS0O47CGY1B6UTkIUdKJIMy1pQZEkB27vXb54tJZaYzOVfEpvsXvnUSDYWfbAcK1eIrtQD2a1g16sl2YVHEU4ahY6dmzuJhR3saHm1A8xYwNNIUefxZdnpIDA16hn5QlOEySBnSrlVSDmpQeeTmmxmH5QNqjb58dVq43z6qu9Aseg9a7qw60mI8eb52Sc1waYDSvjHJyleEkXJgSL2jmpnEAPFlRDBM9zCDou2i6VDRNo6dSH6TWyGF70EG6EcTlNiovde9Q/FtC7OWlK88gmAlmnDPneUlDIOB3MY9ZThALv+GEXMsAOKAwgHL/V8JLEtB7Pg3qjACSH4SjWcxIttkpDJrj8UAzQVs53DOVt/Q7aT4iWlDOwrcMikGJThiXoISe0+0O3grTYppikPlmHLvkx2iQfITnpbT4ODJdFSKT/K1GI/UNKOtcGJgNBtQ3FVpg1Lgf3PZvKKXbFYAiLmjVHpz98qhgnsf4aSNw3Mv7GZ8k3x3EdtJbsQl2Jg0PD9ILvBS/OxDFQ1eEcHnAIsYeryHgQ3W/K8lLzoEFCc/CZW3OJBinntJgtTfZjPcmJaftxf+e6AFNItWF4lxfaLI4WgMGbM4ilvdlPKLskXpRe0nvtR9iPgAlgVr2kUuFVXBLmXi+Mm0/vwh3XxRqSNpJegLp/T+BjFqm3umpa0Mpz3knbNnEkxerHhetbyD3MyTGXTB5JiKK86iYUdIfQZnP8gYZ83HlzSuJJ1G3ST/Idi7Clv4NmyrqVSvaiqcOMzmVSKArwxTC+2zpsBF53Zza7fEGijXX/QtR6jSL39OijgmFLmO3e//gN4DKeB24D0vAAAAABJRU5ErkJggg==')
-}
\ No newline at end of file
diff --git a/vesktop/themes/dtm-16.theme.css b/vesktop/themes/dtm-16.theme.css
deleted file mode 100644
index fa1bdac..0000000
--- a/vesktop/themes/dtm-16.theme.css
+++ /dev/null
@@ -1,14 +0,0 @@
-/**
-* @name DTM-16
-* @author 11pixels
-* @version 5
-* @invite vUN9sNW
-* @description Formerly known as Oldcord, this theme tries to bring back the 2016 look of Discord
-* @source https://github.com/XYZenix/XYZenixThemes/blob/master/DTM-16.theme.css
-*/
-
-@import url(https://xyzenix.github.io/XYZenixThemes/DTM-16-V5/DTM-16.css);
-:root {
- --showRtcConnectionStatusIcon: block; /* show the vc ping/status icon | block = show | none = hide */
- --jumboEmojiSize: 2rem; /* Old - 2rem | New - 3rem */
-}
diff --git a/vesktop/themes/midnight.theme.css b/vesktop/themes/midnight.theme.css
deleted file mode 100644
index 1904b73..0000000
--- a/vesktop/themes/midnight.theme.css
+++ /dev/null
@@ -1,74 +0,0 @@
-/**
- * @name midnight
- * @description A darkened discord theme.
- * @author refact0r
- * @version 1.6.0
- * @source https://github.com/refact0r/midnight-discord
- * @authorId 508863359777505290
-*/
-
-/* IMPORTANT: make sure to enable dark mode in discord settings for the theme to apply properly!! */
-
-@import url('https://refact0r.github.io/midnight-discord/midnight.css');
-
-/* change colors and variables here */
-:root {
-	/* font */
-	--font-primary: 'figtree'; /* change to 'gg sans' for default discord font */
-	--font-display: 'figtree'; /* change to 'gg sans' for default discord font */
-
-	/* amount of spacing and padding */
-	--spacing: 12px;
-	/* radius of round corners */
-	--roundness: 16px;
-
-	/* color of links */
-	--accent-1: hsl(190, 80%, 60%);
-	/* color of unread dividers and some indicators */
-	--accent-2: hsl(190, 80%, 48%);
-	/* color of accented buttons */
-	--accent-3: hsl(190, 80%, 42%);
-	/* color of accented buttons when hovered */
-	--accent-4: hsl(190, 80%, 36%);
-	/* color of accented buttons when clicked */
-	--accent-5: hsl(190, 80%, 30%);
-
-	/* color of green online dot, change to #23a55a for default green */
-	--online-indicator: var(--accent-2);
-
-	/* color of mentions and messages that mention you */
-	--mention: hsla(190, 80%, 52%, 0.1);
-	/* color of mentions and messages that mention you when hovered */
-	--mention-hover: hsla(190, 80%, 52%, 0.05);
-
-	/* color of bright text on colored buttons */
-	--text-1: hsl(220, 40%, 90%);
-	/* color of headings and important text */
-	--text-2: hsl(220, 25%, 70%);
-	/* color of normal text */
-	--text-3: hsl(220, 15%, 60%);
-	/* color of icon buttons and channels */
-	--text-4: hsl(220, 15%, 40%);
-	/* color of muted channels/chats and timestamps */
-	--text-5: hsl(220, 15%, 25%);
-
-	/* color of dark buttons when clicked */
-	--bg-1: hsl(220, 15%, 20%);
-	/* color of dark buttons */
-	--bg-2: hsl(220, 15%, 16%);
-	/* color of spacing around panels and secondary elements */
-	--bg-3: hsl(220, 15%, 13%);
-	/* main background color */
-	--bg-4: hsl(220, 15%, 10%);
-
-	/* color of channels and icon buttons when hovered */
-	--hover: hsla(230, 20%, 40%, 0.1);
-	/* color of channels and icon buttons when clicked or selected */
-	--active: hsla(220, 20%, 40%, 0.2);
-	/* color of messages when hovered */
-	--message-hover: hsla(220, 0%, 0%, 0.1);
-
-	/* top left icon */
-	--moon-icon: block; /* change to 'none' to hide moon icon */
-	--discord-icon: none; /* change to 'block' to show default discord icon */
-}
diff --git a/vesktop/themes/mocha.theme.css b/vesktop/themes/mocha.theme.css
deleted file mode 100644
index e300548..0000000
--- a/vesktop/themes/mocha.theme.css
+++ /dev/null
@@ -1,11 +0,0 @@
-/**
- * @name Catppuccin Mocha
- * @author winston#0001
- * @authorId 505490445468696576
- * @version 0.2.0
- * @description 🎮 Soothing pastel theme for Discord
- * @website https://github.com/catppuccin/discord
- * @invite r6Mdz5dpFc
- * **/
-
-@import url("https://catppuccin.github.io/discord/dist/catppuccin-mocha.theme.css");
diff --git a/vesktop/themes/modern-discord.theme.css b/vesktop/themes/modern-discord.theme.css
deleted file mode 100644
index 5673bfd..0000000
--- a/vesktop/themes/modern-discord.theme.css
+++ /dev/null
@@ -1,27 +0,0 @@
-/**
- * @name Alexis Modern Discord Theme
- * @author Alexis | WyvernZu#0001
- * @authorLink https://twitter.com/WyvernZu
- * @version 21.07.22
- * @description A decluttered, simple, and modern theme for Discord.
- * @source https://github.com/AlexisJonsson/AlexisJonsson.github.io/tree/master/BetterDiscordAddons/Themes
- * @website https://alexisjonsson.com/
-*/
-
-@import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/UsrBgs.css");
-@import url("https://AlexisJonsson.github.io/BetterDiscordAddons/Themes/modern-discord.theme.source.css");
-
-:root {
-    /*My Account Button*/
-    --username-button-width: 128px; /* Adjust the with of the username button to match your discord username lenght */
-    --username-button-padding: 6px; /* Padding for the username button */
-    --username-button-right-margin: 12px; /* Width between the username button and the window controls */
-
-    /*Server List*/
-    --server-icon-size: 32px;  /* Size of the server icons */
-    --server-outer-margin: 14px;  /* Spacing between the edge of the container and the server icons.*/
-    --server-spacing: 10px;  /* Spacing between each server icon*/
-
-    /*Server Info Bar*/
-    --app-info-bar-height: 48px; /* Height for container that holds the server name, info, actions and search */
-}
diff --git a/vesktop/themes/zelkBD.theme.css b/vesktop/themes/zelkBD.theme.css
deleted file mode 100644
index ee5222b..0000000
--- a/vesktop/themes/zelkBD.theme.css
+++ /dev/null
@@ -1,168 +0,0 @@
-/**
- * @name Zelk
- * @version 1.2.2
- * @description a smooth theme inspired by zorin
- * @author schnensch
- * @authorId 652801938374656013
- * @source https://github.com/schnensch0/zelk
- * @invite tMEcBhsNqA
- */
-/*         ▀▀█ █▀▀ █   █ █
-           ▄▀  █▀▀ █   █▀▄
-           ▀▀▀ ▀▀▀ ▀▀▀ ▀ ▀           */
- /*--------------IMPORTS------------- */
-@import url(https://schnensch0.github.io/zelk/main.css);
-@import url(https://discord-custom-covers.github.io/usrbg/dist/usrbg.css);
-@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/SettingsIcons.css);
-/*--------------COLORS---------------*/
-/*------remove / and * to apply------*/
-/* @import url(https://raw.githack.com/schnensch0/zelk/main/colors/blue.css); */
-/* @import url(https://raw.githack.com/schnensch0/zelk/main/colors/green.css); */
-/* @import url(https://raw.githack.com/schnensch0/zelk/main/colors/gray.css); */
-/* @import url(https://raw.githack.com/schnensch0/zelk/main/colors/orange.css); */
-/* @import url(https://raw.githack.com/schnensch0/zelk/main/colors/purple.css); */
-/* @import url(https://raw.githack.com/schnensch0/zelk/main/colors/red.css); */
-/* @import url(https://raw.githack.com/schnensch0/zelk/main/colors/discord.css); */
-/*-------------VARIABLES-------------*/
-:root {
-  /* set to 'unset' to show */
-  --scrollbars: none;
-  /* user notes */
-  --notes: none;
-  /* direct message box */
-  --message: none;
-  /* set to '4px solid' to show */
-  --embed-color: none;
-  /* set to 'Inter', sans-serif !important to use Inter font*/
-  --font-primary: Whitney, "Helvetica Neue", Helvetica, Arial, sans-serif;
-  --font-display: Whitney, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
-  --border-radius-1: 10px;
-  --border-radius-2: 8px;
-}
-/*-----------CUSTOM COLORS-----------*/
-/*-------------DARK MODE-------------*/
-/*---------------BASIC---------------*/
-.theme-dark {
-  --accent-color: #bde6fb;
-  --background-1: #171d20;
-  --background-2: #1e2529;
-  --background-accent: #1e2529;
-  --border-color: #273034;
-}
-/*-------------LIGHT MODE------------*/
-.theme-light {
-  --accent-color: #22c5fd;
-  --background-1: #ffffff;
-  --background-2: #f5f7fa;
-  --background-accent: var(--background-2);
-  --border-color: transparent;
-}
-/*-------------ADVANCED--------------*/
-.theme-dark {
-  /* background */
-  --background-primary: var(--background-1);
-  --background-primary-alt: var(--background-1);
-  --background-secondary: var(--background-1);
-  --background-secondary-alt: var(--background-1);
-  --background-tertiary: var(--background-2);
-  --background-accent-gradient: var(--background-2);
-  --background-floating: var(--background-1);
-  --background-mentioned: #bde6fb10;
-  --background-mentioned-hover: #bde6fb15;
-  /* modifiers */
-  --background-modifier-hover: #262e33;
-  --background-modifier-active: #495a63;
-  --background-modifier-selected: var(--accent-color);
-  --background-modifier-accent: transparent;
-  --background-message-hover: transparent;
-  /* text */
-  --text-normal: var(--accent-color);
-  --text-positive: var(--text-normal);
-  --text-muted: #6d8692;
-  --text-link: #edf8fe;
-  --interactive-selected: var(--background-primary);
-  --interactive-active: var(--text-normal);
-  --interactive-normal: var(--text-normal);
-  --interactive-muted: var(--button-background-active);
-  --channels-default: var(--text-muted);
-  --header-primary: var(--text-normal);
-  --header-secondary: var(--text-muted);
-  /* more */
-  --settings-icon-color: #8eacbc;
-  --control-brand-foreground: var(--accent-color);
-  --info-warning-foreground: var(--accent-color);
-  --tab-selected: #354249;
-  --switch: #3d4c53;
-  --activity-card-background: var(--background-1);
-  --brand-experiment: var(--accent-color) !important;
-  /* buttons */
-  --button-background: #2a3439;
-  --button-background-hover: #354249;
-  --button-background-active: #4d5f68;
-  --button-accent: var(--accent-color);
-  --button-accent-hover: #d2f3ff;
-  --button-accent-active: #8dd4f8;
-  --button-destructive: #fb7c7c;
-  --button-destructive-hover: #ff929b;
-  --button-destructive-active: #fa4a4a;
-}
-.theme-light {
-  /* background */
-  --background-primary: var(--background-1);
-  --background-primary-alt: var(--background-1);
-  --background-secondary: var(--background-1);
-  --background-secondary-alt: var(--background-1);
-  --background-tertiary: var(--background-2);
-  --background-accent-gradient: var(--background-2);
-  --background-floating: var(--background-1);
-  --background-mentioned: #22c5fd10;
-  --background-mentioned-hover: #22c5fd15;
-  /* modifiers */
-  --background-modifier-hover: transparent;
-  --background-modifier-active: #b7c2cc;
-  --background-modifier-selected: var(--accent-color);
-  --background-modifier-accent: transparent;
-  --background-message-hover: transparent;
-  /* text */
-  --text-normal: #123354;
-  --text-positive: var(--text-normal);
-  --text-muted: #8495a7;
-  --text-link: #15a6f0;
-  --interactive-selected: var(--background-primary);
-  --interactive-active: var(--text-normal);
-  --interactive-normal: var(--text-normal);
-  --interactive-muted: var(--text-muted);
-  --channels-default: var(--text-normal);
-  --header-primary: var(--text-normal);
-  --header-secondary: var(--text-muted);
-  /* more */
-  --settings-icon-color: #566e86;
-  --control-brand-foreground: var(--accent-color);
-  --info-warning-foreground: var(--accent-color);
-  --tab-selected: var(--background-1);
-  --switch: #c8d0d9;
-  --activity-card-background: var(--background-1);
-  --brand-experiment: var(--accent-color) !important;
-  /* buttons */
-  --button-background: var(--background-1);
-  --button-background-hover: #d3dae1;
-  --button-background-active: #b1bcc8;
-  --button-accent: var(--accent-color);
-  --button-accent-hover: #22c5fd;
-  --button-accent-active: #0d87c5;
-  --button-destructive: #fb7c7c;
-  --button-destructive-hover: #ff929b;
-  --button-destructive-active: #fa4a4a;
-}
-/*-----------DON'T CHANGE------------*/
-:root {
-  --outdated-122: none !important;
-}
-/*  usrbg | snippet by _david_#0218  */
-.userPopout-2j1gM4[style*="--user-background"] .banner-1YaD3N, .root-8LYsGj[style*="--user-background"] .banner-1YaD3N {
-  height: 120px;
-  background: var(--background-tertiary) var(--user-background) var(--user-popout-position, center) center / cover !important;
-}
-.root-8LYsGj[style*="--user-background"] .banner-1YaD3N {
-  height: 240px;
-}
diff --git a/vscode/extensions.txt b/vscode/extensions.txt
index 262efd3..2967525 100644
--- a/vscode/extensions.txt
+++ b/vscode/extensions.txt
@@ -6,6 +6,7 @@ aytee17.vscode-oceanic-next-sublime
 azemoh.one-monokai
 bbenoist.nix
 beardedbear.beardedtheme
+bmalehorn.vscode-fish
 catppuccin.catppuccin-vsc
 catppuccin.catppuccin-vsc-icons
 ciiqr.reindent
@@ -47,7 +48,6 @@ marlinfirmware.auto-build
 marvhen.reflow-markdown
 matthewpi.caddyfile-support
 mattyjones.vscode-rpmspec
-maximtrp.drone-ci
 mechatroner.rainbow-csv
 mhutchie.git-graph
 mohd-akram.vscode-html-format