Skip to content

nice dark mode for Discord by ayes-web

Screenshot of nice dark mode for Discord

Details

Authorayes-web

LicenseGPLv3

Categorydiscord

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Adds nice wallpaper to dark mode with glowing names and better looking quotes

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           nice dark mode for Discord
@author         ayes-web
@description    Adds nice wallpaper to dark mode
@namespace      https://github.com/ayes-web/userstyles/raw/main/discord.user.css
@homepageURL    https://github.com/ayes-web/userstyles#nice-dark-mode-for-discord
@version        1.0.0
@license        GPLv3
==/UserStyle== */
@-moz-document url-prefix("https://discord.com")
{
  .theme-dark .blockquoteDivider-2hH8H6 {
    background-color: initial;
    color: #789922;
    z-index: 0;
  }
  .theme-dark .blockquoteDivider-2hH8H6::before {
    content: ">";
  }

  .theme-dark blockquote {
    color: #63995b;
  }

  .theme-dark {
    --background-primary: url("https://i.imgur.com/YUR3TW0.png");
    --background-secondary: url("https://i.imgur.com/YUR3TW0.png");
  }

  .theme-dark .contentWrapper-SvZHNd,
  .inner-1ilYF7 {
    background-color: rgba(47, 49, 54, 30);
    border-radius: 10px;
  }

  .theme-dark .sidebar-2K8pFh {
    border-right: #292b2f 3px dotted;
  }

  .theme-dark .scrollableContainer-2NUZem {
    border-radius: 5px;
  }

  .theme-dark .username-1A8OIy,
  .theme-dark .roleColor-rz2vM0 {
    text-shadow: 0 0 10px white;
  }
}

Reviews

No reviews yet.