Make a pink theme ! would be so cuteee
-
To create a pink theme for Discord, you can use a browser extension like Stylus to apply custom CSS. Here’s a step-by-step guide on how to do it:
Step 1: Install Stylus Extension
-
For Chrome:
- Go to the Stylus extension page on the Chrome Web Store.
- Click "Add to Chrome" and confirm the installation.
-
For Firefox:
- Go to the Stylus extension page on the Firefox Add-ons site.
- Click "Add to Firefox" and confirm the installation.
Step 2: Create a New Style for Discord
-
Open Stylus:
- Click on the Stylus icon in your browser's toolbar.
- Click "Manage" to open the Stylus dashboard.
-
Create a New Style:
- Click "Write new style."
- Enter a name for your style (e.g., "Discord Pink Theme").
- In the "Applies to" section, select "URLs on the domain" and enter
discord.com
.
Step 3: Add Custom CSS for Pink Theme
Copy and paste the following CSS code into the editor:
css
Copy code
/* Discord Pink Theme */ body { background-color: #ffe6f2 !important; } .theme-dark .container-3baos1, .theme-light .container-3baos1 { background-color: #ffccf2 !important; } .theme-dark .sidebar-1tnWFu, .theme-light .sidebar-1tnWFu { background-color: #ffb3d9 !important; } .theme-dark .contentRegion-3nDuYy, .theme-light .contentRegion-3nDuYy { background-color: #ffe6f2 !important; } .theme-dark .chat-3bRxxu, .theme-light .chat-3bRxxu { background-color: #ffccf2 !important; } .theme-dark .title-29uC1r, .theme-light .title-29uC1r, .theme-dark .textArea-2Spzkt, .theme-light .textArea-2Spzkt { color: #ff66b2 !important; } .theme-dark .button-38aScr, .theme-light .button-38aScr { background-color: #ff66b2 !important; color: #fff !important; }
Step 4: Save and Apply the Style
-
Save:
- Click the "Save" button at the top-right corner of the editor.
-
Enable:
- Make sure your new style is enabled in the Stylus dashboard.
Final Result
Your Discord web interface should now have a cute pink theme applied. If you want to make further customizations, you can tweak the CSS code to better fit your preferences.
0 -
For Chrome:
Войдите в службу, чтобы оставить комментарий.
Комментарии
1 комментарий