Cozy warm colorscheme for the forest dwellers, Dark!
Biscuit Dark by tsukki9696
Details
Authortsukki9696
LicenseNo License
Categorydiscord.com/app
Created
Updated
Size1.1 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 Biscuit Dark
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Cozy warm colorscheme for the forest dwellers, Dark!
@author Tsukki9696
==/UserStyle== */
@-moz-document domain("discord.com") {
@import url('https://mwittrien.github.io/BetterDiscordAddons/Themes/DiscordRecolor/DiscordRecolor.css');
:root {
--accentcolor: 117, 109, 148;
--accentcolor2: 174, 63, 130;
--linkcolor: 118, 143, 128;
--mentioncolor: 227, 156, 69;
--textbrightest: 255, 233, 199;
--textbrighter: 255, 233, 199;
--textbright: 255, 233, 199;
--textdark: 220, 201, 188;
--textdarker: 156, 129, 129;
--textdarkest: 156, 129, 129;
--font: gg sans;
--backgroundaccent: 45, 36, 36;
--backgroundprimary: 26, 21, 21;
--backgroundsecondary: 45, 36, 36;
--backgroundsecondaryalt: 69, 54, 54;
--backgroundtertiary: 26, 21, 21;
--backgroundfloating: 45, 36, 36;
--settingsicons: 1;
}
/* Any custom CSS below here */
}