Skip to content

AMOLED Discord by daslastic

Screenshot of AMOLED Discord

Details

Authordaslastic

LicenseMIT

Categorydiscord.com

Created

Updated

Size1.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Discord. BUT AMOLED.

Notes

Userstyle doesn't have notes.

Source code

@-moz-document domain("discord.com") {
    /* ==UserStyle==
@name         AMOLED Discord
@version      20211114.07.32
@namespace    userstyles.world/user/daslastic
@description  get a oled display, you'll understand
@author       daslastic
@license      MIT
==/UserStyle== */
    .theme-dark {
        --background-primary: #000000;
        --background-secondary: #000000;
        --background-secondary-alt: #000000;
        --background-tertiary: #000000;
        --background-floating: #000000;
        --background-accent: rgba(255, 255, 255, 0.1);
        --user-text-color: white;
        --background-message-hover: rgba(47, 47, 34, 0.3);
        --text-normal: white;
        --text-muted: #b1b4b9;
        --channeltextarea-background: #000000;
        --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.