From 0e3e14cb36d96c466683ce7eb2833b55c3823f70 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Tue, 8 Apr 2025 01:48:39 +0200 Subject: [PATCH] add card to theme settings --- src/components/VencordSettings/ThemesTab.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/VencordSettings/ThemesTab.tsx b/src/components/VencordSettings/ThemesTab.tsx index f718ab11..7e2ec193 100644 --- a/src/components/VencordSettings/ThemesTab.tsx +++ b/src/components/VencordSettings/ThemesTab.tsx @@ -206,6 +206,7 @@ function ThemesTab() { } function renderLocalThemes() { + return ( <> @@ -219,6 +220,12 @@ function ThemesTab() { If using the BD site, click on "Download" and place the downloaded .theme.css file into your themes folder. + + External Resources + For security reasons, loading resources (styles, fonts, images, ...) from most sites is blocked. + Make sure all your assets are hosted on GitHub, GitLab, Codeberg, Imgur, Discord or Gogle Fonts. + + <>