0 p.

Theme «Ghost Recon» for Discord

Theme Ghost Recon for Discord
A screenshot of Discord's Ghost Recon theme with custom CSS applied to the theme. The theme features a dark background with a skull in the center, and the Discord logo is replaced with a skull and crossbones. The theme also includes custom icons for the different channels, such as a skull for the general channel and a gun for the voice channel. The custom CSS has been used to change the color of the text in the channels, making it easier to read.

How to install Discord design

  1. Download 32334-ghost-recon.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 Ghost Recon
 * @author DELETED
 * @version auto updates
 * @description Theme was created in generator https://vsthemes.org/generator/
 * @source https://vsthemes.org/en/skins/discord/32334-ghost-recon.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.05;
    --messagetransparency: 0.05;
    --guildchanneltransparency: 0.2;
    --memberlistransparency: 0;
    --accentcolor: 34,107,112;
    --background: url("https://vsthemes.org/uploads/posts/2021-05/1620119358_ghost-recon.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