Pink Discord
Discord Pink Theme by adoredia
Details
Authoradoredia
LicenseNo License
CategoryDiscord
Created
Updated
Code size1.0 kB
Code checksumd25acdf5
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name www.example.com/abcd
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("https://discord.com/channels") {
/* 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; }}