im too lazy to write something here
Dark Discord Black Tweaked by cosmicstar98
Details
Authorcosmicstar98
LicenseNo License
Categorydiscord.com
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Dark Discord Black Tweaked
@author Cosmic
@description im too lazy to write something here
@namespace discord.com
@version 1.0.0
==/UserStyle== */
@-moz-document domain("discord.com") {
.theme-dark {
--text-normal: #ffffff;
--scrollbar-auto-thumb: #fff;
--channeltextarea-background: #000000;
--background-primary: #000;
--background-secondary: #000;
--background-secondary-alt: #000;
--background-tertiary: #000;
--background-accent: #00aff4;
--background-floating: #000;
--scrollbar-auto-track: #000;
}
.autocomplete-3NRXG8,
.categoryHeader-OpJ1Ly,
.theme-dark .container-2McqkF,
div#online-tab,
div#all-tab,
div#pending-tab,
div#blocked-tab,
div#add_friend-tab,
.focusLock-2tveLW,
.theme-dark .root-g14mjS,
.theme-dark .autocomplete-3NRXG8 {
background-color: #000;
}
.theme-dark .option-ayUoaq:after {
background: linear-gradient(90deg, rgba(54, 57, 63, 0), #000000 80%);
}
}