Skip to content

A better looking discord, up to date and easy to customize

License

Notifications You must be signed in to change notification settings

Legionof7/enhanceddiscord

Repository files navigation

Enhanced Discord V2.0

ED Logo

What is Enhanced discord ?

Enhanced discord is a Discord theme meant to improve your discord experience Version 2 support Discord's lastests updates You can easily change the theme's colors using HEX or RGB

Default version

Preview

Wallpaper version

Preview

Installation

Simply dowload the color variant you like and put it in your Better Discord Themes folder

Discord -> Settings -> Themes -> Open themes folder

Files must be saved as .theme.css

Customize

use the custom css editor in Better discord

.app, .callout-backdrop, .userPopout-11hFKo::before,.topSectionStreaming-3rIBIm, .topSectionPlaying-3jAH9b, .topSectionSpotify-3744IX, .topSectionNormal-2LlRG1 {
    background-image: url("YOUR IMAGE URL HERE") !important;
}

:root {
  --main-color: #1a3cb3;
  --main-darker: #0d1d59;
  --dark: #16181d;
  --grey: #21252b;
  --light: #282c34;
  --links: #4d79ff;

  /* Default Colors
    --main-color: #1a3cb3;
    --main-darker: #0d1d59;
    --dark: #16181d;
    --grey: #21252b;
    --light: #282c34;
    --links: #4d79ff;
  */
}

Don't like the white window bar ?

use the custom css editor in Better discord

.typeWindows-1za-n7 {background: var(--dark);}
.wordmark-2iDDfm path {fill: #fff;}

Changelog

Version 2.1.4

  • Added wallpaper feature
  • Added status labels
  • Fixed new messages alert color

Version 1.5.2

  • Fixed settings sidebar

  • Added style for scrollbar

  • Added new color variants

    • Dark Matter

    darkmatter

    • Bloody

    bloody

    • Marine

    marine

    • Solar

    solar

About

A better looking discord, up to date and easy to customize

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages