0 p.

Theme «Good Bad Fake» for Discord

Theme Good Bad Fake for Discord
The Discord Themes (Custom CSS) "Good Bad Fake" page is a collection of custom CSS styles that can be used to customize the look and feel of a Discord server. The page features a screenshot of a Discord server with a custom theme applied, showcasing the various customization options available. The theme includes a dark background with a colorful test pattern, a custom logo, and a unique chat bubble design. The chat bubble design features a skull with a colorful, pixelated pattern. The page also includes a description of the custom CSS code used to create the theme.

How to install Discord design

  1. Download 50540-good-bad-fake.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 Good Bad Fake
 * @author DELETED
 * @version auto updates
 * @description Theme was created in generator https://vsthemes.org/generator/
 * @source https://vsthemes.org/en/skins/discord/50540-good-bad-fake.html
 * @authorLink https://vsthemes.org/user/DELETED/
 * @authorId 2
*/
@import url(https://vsthemes.org/uploads/generator/client/BasicBackground.css);
:root {
    --transparencycolor: 40,46,51;
    --transparencyalpha: 0.2;
    --messagetransparency: 0.5;
    --guildchanneltransparency: 0.15;
    --memberlistransparency: 0.15;
    --accentcolor: 202,144,76;
    --background: url("https://vsthemes.org/uploads/posts/2022-03/1647251938_knzfmbmdrvw.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