0 p.

Theme «White Gif» for Discord

Theme White Gif for Discord
The image shows a Discord chat screen with a custom CSS theme applied to it. The theme is white and features a gif of a cartoon character, likely Felix the Cat, in the center of the screen. The chat is filled with messages and users, indicating a lively and active community. The custom CSS theme allows users to customize the look and feel of the Discord app to suit their preferences.

How to install Discord design

  1. Download 38025-white-gif.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 gg021
* @version Auto Update
* @description Generated by Spectra's Theme editor - Based on the Neutron theme
* @author Spectra
* @invite PZdnCVD
* @Source https://github.com/codedotspectra/themes
* @website https://betterdiscord.app/theme/Neutron
*/
@import url("https://codedotspectra.github.io/themes/themes-cores/neutron8.css");
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans');
:root {
--themeColor1: #DCDCDCFF;
--themeColor2: #E578A5FF;
--customFont: 'Josefin Sans';
--homeImage: url('https://i.imgur.com/Q68bFvm.jpg');
--homeImageSize: cover;
--backgroundColor: #0D0D0DFF;
--backgroundImage: url('https://i.imgur.com/tRQoDpP.gif');
--backgroundPosition: center;
--backgroundSize: cover;
--backgroundRepeat: repeat;
--backgroundBlur: 0px;
--backgroundOpacity: 0.8;
}
Download file

Comments

Cancel