Skip to content

golden discord by daslastic

Screenshot of golden discord

Details

Authordaslastic

LicenseMIT

Categorydiscord

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

makes discord's colors actually look cool :)

Notes

Userstyle doesn't have notes.

Source code

@-moz-document domain("discord.com") {
/* ==UserStyle==
@name         golden discord
@version      20211114.07.32
@namespace    userstyles.world/user/daslastic
@description  makes discord's colors actually look cool :) 
@author       daslastic
@license      MIT
==/UserStyle== */
.theme-dark {
    --background-primary: #181715;
    --background-secondary: #231E21;
    --background-secondary-alt: #110f10;
    --background-tertiary: #110f10;
    --background-floating: #110f10;
    --background-accent: #ffc800c7;
    --user-text-color: white;
    --background-message-hover: rgba(47, 47, 34, 0.3);
    --text-normal: white;
    --text-muted: #b1b4b9;
    --channeltextarea-background: #231E21;
    --background-modifier-accent: rgba(0, 0, 0, 0);
    --selected: #ffc80036
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    display: none !important;
}

.input-2VB9rf,
.previewContainer-12UlHl,
.tierBody-3aUxuc,
.uploadModal-2ifh8j,
[class^=bd-addon],
[class^=contentWrapper],
[class^=focusLock] > *,
[class^=modalSize],
[class^=pageWrapper],
[class^=peopleColumn],
[class^=jumpToPresentBar],
.container-3wLKDe,
.title-31SJ6t {
    background: var(--background-primary)!important
}

.container-3auIfb {
    background-color: var(--background-accent)
}
}

Reviews

No reviews yet.