lk;
Discord Shigaraki Theme For Michelle by imkento
Details
Authorimkento
LicenseKento Approved License
Categorydiscord.com
Created
Updated
Size6.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
V1.69.420
Source code
/* ==UserStyle==
@name Discord Simple Clear
@namespace USO Archive
@author birb-naise
@description `Simple and customizable style for Discord 🎨<strong>Using URLs as backgrounds:</strong> Upload your image to Discord, then copy and paste the new cdn.discordapp link`
@version 20220814.2.14
@license CC0-1.0
@preprocessor uso
@advanced dropdown bg "Background (⚠ For Custom URLs: ⚠ upload image to discord then copy that image's cdn.discordapp URL)" {
noelle "Noelle*" <<<EOT https://cdn.discordapp.com/attachments/984555986159276113/1013060112388202516/IMG_1740.jpg EOT;
emu "Emu" <<<EOT https://cdn.discordapp.com/attachments/984555986159276113/1013060112388202516/IMG_1740.jpg EOT;
b "Chiaki" <<<EOT https://cdn.discordapp.com/attachments/984555986159276113/1013060112388202516/IMG_1740.jpg EOT;
a "Chika" <<<EOT https://cdn.discordapp.com/attachments/984555986159276113/1013060112388202516/IMG_1740.jpg EOT;
bg-custom-dropdown "Custom" <<<EOT /*[[bg-custom]]*\/ EOT;
}
@advanced text bg-custom "Background (⚠ For Custom URLs: ⚠ upload image to discord then copy that image's cdn.discordapp URL) (Custom)" "https://cdn.discordapp.com/attachments/984555986159276113/1013060112388202516/IMG_1740.jpg"
@advanced dropdown theme "Theme (switch theme on discord too)" {
ba "Dark*" <<<EOT body {
background: rgba(0, 0, 0, /*[[opacity]]*\/);
}
/* ------REMOVE GREY/WHITE BG COLORS------ *\/
.theme-dark,
.theme-light {
--header-primary: #fff;
--header-secondary: #b9bbbe;
--text-normal: #dcddde;
--text-muted: #9d9d9d;
--channels-default: #8e9297;
--interactive-normal: #b9bbbe;
--interactive-hover: #dcddde;
--interactive-active: #fff;
--interactive-muted: #4f545c;
--background-primary: transparent;
--background-secondary: transparent;
--background-secondary-alt: transparent;
--background-tertiary: transparent;
--background-floating: rgba(0, 0, 0, .8);
--modal-background: rgba(0, 0, 0, .5);
--modal-footer-background: transparent;
--input-background: rgba(0, 0, 0, .5);
--button-secondary-background: rgba(0, 0, 0, .5);
--channeltextarea-background: transparent;
--background-modifier-hover: rgba(0, 0, 0, .42);
--background-modifier-selected: rgba(0, 0, 0, .45);
--scrollbar-thin-track: transparent;
--scrollbar-auto-track: transparent;
--scrollbar-auto-scrollbar-color-track: transparent;
--elevation-low: none; /* shadows *\/
}
/* ------POP-UP------ *\/
.footer-1fjuF6,
.headerNormal-T_seeN,
.body-3iLsc4,
/*.container-2McqkF,*\/ /* search *\/
.autocomplete-3NRXG8, /* emoji autocomplete *\/
.layer-2aCOJ3:not(.positionLayer-1cndvf), /* top bar pop-ups *\/
.footer-1hTRRZ, /* server invite footer *\/
.emojiPicker-6YCk8a, /* reaction picker *\/
.contentWrapper-3vHNP2 { /* emoji/gif picker *\/
background: rgba(0, 0, 0, .8) !important;
}
EOT;
bb "Light" <<<EOT body {
background: rgba(191, 191, 191, /*[[opacity]]*\/);
}
/* ------REMOVE GREY/WHITE BG COLORS------ *\/
.theme-dark,
.theme-light {
--header-primary: #000;
--header-secondary: #404142;
--text-normal: #222;
--text-muted: #595959;
--channels-default: #262728;
--interactive-normal: #262728;
--interactive-hover: #1e1e1e;
--interactive-active: #000;
--interactive-muted: #4f545c;
--background-primary: transparent;
--background-secondary: transparent;
--background-secondary-alt: transparent;
--background-tertiary: transparent;
--background-floating: rgba(255, 255, 255, .8);
--modal-background: rgba(255, 255, 255, .5);
--modal-footer-background: transparent;
--input-background: rgba(255, 255, 255, .5);
--button-secondary-background: rgba(255, 255, 255, .5);
--channeltextarea-background: transparent;
--background-modifier-hover: rgba(255, 255, 255, .45);
--background-modifier-selected: rgba(255, 255, 255, .45);
--scrollbar-thin-track: transparent;
--scrollbar-auto-track: transparent;
--scrollbar-auto-scrollbar-color-track: transparent;
--elevation-low: none; /* shadows *\/
}
/* ------POP-UP------ *\/
.footer-1fjuF6,
.headerNormal-T_seeN,
.body-3iLsc4,
/*.container-2McqkF,*\/ /* search *\/
.autocomplete-3NRXG8, /* emoji autocomplete *\/
.layer-2aCOJ3:not(.positionLayer-1cndvf), /* top bar pop-ups *\/
.footer-1hTRRZ, /* server invite footer *\/
.emojiPicker-6YCk8a, /* reaction picker *\/
.contentWrapper-3vHNP2 { /* emoji/gif picker *\/
background: rgba(255, 255, 255, .8) !important;
}
/*light theme adjustments*\/
.root-SR8cQa {
background-color: rgba(255, 255, 255, .8);;
}
EOT;
}
@advanced color themecolor "Theme Color" #505574
@advanced dropdown opacity "Background Opacity" {
ae "40%*" <<<EOT .6 EOT;
aa "0%" <<<EOT 1 EOT;
ab "10%" <<<EOT .9 EOT;
ac "20%" <<<EOT .8 EOT;
ad "30%" <<<EOT .7 EOT;
af "50%" <<<EOT .5 EOT;
ag "60%" <<<EOT .4 EOT;
ah "70%" <<<EOT .3 EOT;
ai "80%" <<<EOT .2 EOT;
aj "90%" <<<EOT .1 EOT;
ak "100%" <<<EOT 0 EOT;
}
==/UserStyle== */
@-moz-document domain("discord.com") {
/* ------BACKGROUND------ */
:root {
background: url("/*[[bg]]*/");
background-size: cover;
--theme-color: /*[[themecolor]]*/;
}
/*[[theme]]*/
/*misc*/
.container-2cd8Mz, /*friends list*/
.scrollbar-2rkZSL, /*scrollbar*/
.pad-29zQak,
.track-1JN30G {
background: transparent !important;
}
/* -------THEME COLOR------*/
.theme-dark,
.theme-light {
--text-link: var(--theme-color);
--brand-experiment: var(--theme-color);
--status-danger: var(--theme-color); /* ping counter / new mentions */
--brand-experiment-560:rgba(0, 0, 0, .5); /* hover */
--brand-experiment-600: rgba(0, 0, 0, 1); /* click */
}
}