0 p.

Theme «Night Forest (Dark)» for Discord

Theme Night Forest (Dark) for Discord
Discord Themes (Custom CSS) "Night Forest (Dark)" page is a showcase of a custom CSS theme that changes the look and feel of the Discord application. The theme is called "Night Forest (Dark)" and it features a dark background with a forest theme. The background is a dark forest with trees and the theme is complemented by a dark interface with white text. The theme is designed to be used with the Discord application and can be easily customized to suit individual preferences. The theme is available for download and installation through the Discord application.

How to install Discord design

  1. Download 50249-night-forest.theme.css.
  2. If this is your first time installing a theme: install BetterDiscord
  3. Launch Discord and go to the client settings.
  4. In the "Themes" section, click "Open Theme Folder". This will open an explorer window, where you will need to move the obtained file.
  5. Go back to the client settings and apply the added skin.

Alternatively, you can install by inserting code into the Custom CSS field.

Custom CSS

/**
 * @name Night Forest (Dark)
 * @author DELETED
 * @version auto updates
 * @description Theme was created in generator https://vsthemes.org/generator/
 * @source https://vsthemes.org/en/skins/discord/50249-night-forest.html
 * @authorLink https://vsthemes.org/user/DELETED/
 * @authorId 2
*/
@import url(https://vsthemes.org/uploads/generator/client/BasicBackground.css);
:root {
    --transparencycolor: 0,0,0;
    --transparencyalpha: 0.2;
    --messagetransparency: 0.5;
    --guildchanneltransparency: 0.2;
    --memberlistransparency: 0;
    --accentcolor: 18,19,87;
    --background: url("https://vsthemes.org/uploads/posts/2022-02/1645550364_27-forest-hd-wallpapers-background-images.webp");
    --backdrop: rgba(0,0,0,0.2);
    --backgroundblur: 0px;
    --popoutblur: 0px;
    --backdropblur: 0px;
    --version1_0_5:none;
    --backgroundsize: cover;
    --popoutsize: cover;
    --backdropsize: cover;
}
Download file

Comments

Cancel