Skip to content

discodark by daniel217321983

Screenshot of discodark

Details

Authordaniel217321983

Licensecc [u can edit it cuz if u want to make ur own discord theme lolz]

CategoryDiscord discodark

Created

Updated

Size2.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

[THIS WONT WORK ON OTHER STYLES THE STYLE WILL BREAK]

Source code

/* ==UserStyle==
@name         discodark
@version      2.0
@namespace    userstyles.world/user/daniel217321983
@description  makes discord's dark better 
@author       daniel217321983
@license      cc [u can edit it cuz if u want to make ur own discord theme lolz]
==/UserStyle== */
@-moz-document domain("discord.com") {
    @import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap);
    * {
        font-family: Montserrat
    }
    .theme-dark {
        --background-primary: #000;
        --background-secondary: #231E21;
        --background-secondary-alt: #110f10;
        --background-tertiary: #110f10;
        --background-floating: #110f10;
        --background-accent: #0000;
        --user-text-color: white;
        --background-message-hover: rgba(47, 47, 34, 0.3);
        --text-normal: white;
        --text-muted: #b1b4b9;
        --channeltextarea-background: #323131;
        --background-modifier-accent: rgba(0, 0, 0, 0);
        --selected: #000
    }

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

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

    ::-webkit-scrollbar {
        position: relative;
        width: .8em!important
    }
    .scroller-2LSbBU::-webkit-scrollbar {
        width: 1.1em!important
    }
    .container-24CyRY.scrollerBase-289Jih::-webkit-scrollbar,
    .contentRegionScroller-26nc1e::-webkit-scrollbar,
    .peopleList-3c4jOR.scrollerBase-289Jih::-webkit-scrollbar,
    .scroller-1IIF0A::-webkit-scrollbar,
    .scroller-1d5FgU::-webkit-scrollbar,
    .scroller-9moviB::-webkit-scrollbar {
        width: 1em!important
    }
    ::-webkit-scrollbar-track {
        background-color: transparent!important
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 5em!important;
        background-color: var(--background-accent)!important
    }
    .none-2Eo-qx::-webkit-scrollbar {
        display: none
    }
    #bd-pub-li {
        display: none
    }
    .card-2qZngs.outer-1AjyKL.padded-302COx,
    .notice-3bPHh-.colorDefault-22HBa0,
    [data-list-item-id=private-channels-uid_40___snowsgiving] {
        display: none!important
    }
}

Reviews

No reviews yet.