Learn How To Change Discord Background

Benjamin Johnson
3 min readJun 25, 2023

--

Discord, the popular communication platform utilized by gamers and communities worldwide, offers a range of customization options to enhance your experience. One such option is the ability to change the background, allowing you to add a personal touch to your chat environment. Follow these steps to change the background in Discord:

Download Momix APK.

Step 1: Launch Discord Begin by opening the Discord application on your computer or accessing the web version through the official Discord website. Log in using your credentials to enter your Discord account.

Step 2: Access User Settings Look for the gear icon located at the bottom-left corner of the Discord window. Clicking on this icon will open the User Settings menu, where you can modify various settings.

Step 3: Navigate to Appearance Settings Inside the User Settings menu, you’ll find a list of options on the left-hand side of the screen. Locate and select the “Appearance” option to access the appearance settings.

Step 4: Choose a Theme In the Appearance settings, you’ll notice a section called “Theme.” Discord provides two theme options: “Light” and “Dark.” Pick the theme that best suits your preferences.

Step 5: Enable Developer Mode Scroll down in the Appearance settings until you reach the “Advanced” section. Toggle the “Developer Mode” option to the on position. This action will unlock additional customization features.

Step 6: Locate the Theme Folder After enabling Developer Mode, close the User Settings menu. Now, right-click on any server icon or server name in your Discord server list. From the context menu, select “Copy ID” and take note of the copied ID.

Step 7: Access Discord’s Local App Data Next, open File Explorer (Windows) or Finder (Mac) and navigate to the appropriate location based on your operating system:

  • Windows: %appdata%\discord
  • Mac: ~/Library/Application Support/discord

Step 8: Find the Background Image Folder Within the Discord folder, you’ll find a folder called “modules.” Open this folder and locate another folder named “discord_desktop_core.” Access this folder and find the “themes” folder within it.

Step 9: Add Your Custom Background Copy the image you wish to use as your Discord background into the “themes” folder. Make sure the image file is in a compatible format, such as JPEG or PNG.

Step 10: Modify the CSS File Return to the “themes” folder and locate a file named “index.css.” Open this file using a text editor of your choice.

Step 11: Edit the CSS Within the “index.css” file, add the following lines at the end of the file:

cssCopy code
:root {
--background-image: url("your_image_filename.jpg");
--background-opacity: 0.5;
}

Replace “your_image_filename.jpg” with the name of your background image file. Adjust the “ — background-opacity” value to set the transparency of the background image (0.0 for fully transparent, 1.0 for fully opaque).

Step 12: Save the Changes Save the changes you made to the “index.css” file.

Step 13: Reload Discord Return to the Discord application or web version and press “Ctrl+R” (Windows) or “Command+R” (Mac) to reload Discord. Alternatively, you can close and reopen Discord.

Step 14: Verify the Background Change Once Discord has reloaded, navigate to any server or chat channel. You should now see your custom background image displayed as the background.

Congratulations! You have successfully changed the background in Discord. Feel free to experiment with different images and opacity levels to create a unique and personalized ambiance for your Discord chats.

It’s important to note that modifying Discord’s files or using custom themes is not officially supported by Discord. Proceed with caution, understanding that you are responsible for any changes made to your Discord client. Always adhere to Discord’s terms of service and guidelines.

--

--