A custom Discord gradient since I wanted this colour combination. The only reason I'm sharing this is because someone wanted it on discord.
Banana Discord Gradient (Dark) by LETMESIGNUPPLEASE

Details
AuthorLETMESIGNUPPLEASE
LicenseNo License
Categorywww.discord.com
Created
Updated
Code size1.3 kB
Code checksum92be40dd
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Sorry no dark mode
Also pretty sure this doesn't work with other discord themes that you get with nitro im sorry
Source code
/* ==UserStyle==
@name Banana Discord Gradient (Dark)
@version 0
@namespace idk
@description A custom Discord gradient since I wanted this colour combination.
@author CloudyStarSky666
==/UserStyle== */
@-moz-document url-prefix("https://discord.com/") {
body {
background: linear-gradient(30deg, #332e08, #26131d, #2a2104);
}
:root {
--primary-100: #fff;
--primary-130: #ffa56f; /* Titles */
--primary-160: #ffdeab;
--primary-200: #fff;
--primary-230: #ffebba; /*Text*/
--primary-260: #ffded6;
--primary-300: #ffcfb3;
--primary-330: #ebba87;
--primary-345: #db9a55;
--primary-360: #e0a536;
--primary-400: #ae7c00;
--primary-430: #fff;
--primary-460: #ceb1b1;
--primary-500: #a4808f;
--primary-530: #714d5a;
--primary-560: #542f3b; /* Message Bar Colour */
--primary-600: transparent !important; /* Chat Background */
--primary-630: #1c1300; /* Sidebar Colour */
--primary-645: #150c06;
--primary-660: #150c06; /* Secondary Sidebar Colour */
--primary-700: transparent !important; /* Chat + Servers Background */
--primary-730: #000;
--primary-760: #000;
--primary-800: #000;
--primary-830: #000;
--primary-860: #000;
--primary-900: #000;
}
}