0 p.

Theme «Cyberpunk Edgerunners Lucy and David» for Discord

Theme Cyberpunk Edgerunners Lucy and David for Discord
The image displays a screenshot of a Discord chat with a custom CSS theme applied. The theme features a cyberpunk aesthetic with characters Lucy and David from the Edgerunners series. Lucy is depicted as a female V, a popular character from the Cyberpunk 2077 video game, while David is shown as a male V. Both characters are depicted with glowing eyes and futuristic clothing. The chat is filled with various messages and reactions, including a request for a song to be played. The theme is visually appealing and immersive, transporting the user into a futuristic world of cybernetic enhancements and neon-lit streets.

How to install Discord design

  1. Download 53390-cyberpunk-edgerunners-lucy-and-davi.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 Cyberpunk Edgerunners Lucy and David 
 * @author SAD SHARK#5716
 * @version 1.0.0
 * @description A soft and comfy feel for Discord.
 * @invite ZHthyCw
 * @authorId 174868361040232448
 * @source https://github.com/DiscordStyles/SoftX
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700&display=swap');
@import url('https://discordstyles.github.io/SoftX/SoftX.css');
@import url('https://discordstyles.github.io/SoftX/RadialGlow.css');
@import url('https://discordstyles.github.io/SoftX/VerticalUserArea.css');
@import url('https://discordstyles.github.io/Addons/windows-titlebar.css');

:root {
  --background-image: url('https://i.imgur.com/titkD3G.jpg'); /* Background image | URL MUST BE A DIRECT LINK (ending in .jpg, .jpeg, .png, .gif) */
  --background-blur: 0px; /* Blur intensity of --background-image */
  --opacity: 0.5; /* Opacity of overall app. | Default: .85 */
  --accent: 134,233,255; /* Colour used around the app. | Values are in R,G,B format. | Default: 0, 231, 169 */
  --glow-intensity: 1; /* Intensity of the glow used around the app. | Set to 0 to disable the glow. | Decimals allowed | Default: 1 */
  --font: Montserrat; /* Custom font | Default: 'Inter' */
  --channels-width: 280px; /* Width of the channels list. | Default: 300px */
  --guilds-width: 90px; /* Width of the server list. | Default: 105px */
  --members-width: 250px; /* Width of the members list. | Default: 280px */
  --server-size: 48px; /* Size of the servers inside the server list. | Default: 50px */
  --chat-avatar-size: 35px; /* Size of the chat avatars. | Default: 32px */
  --rs-small-spacing: 2px; /* Gap between avatar and status for members list/dms | MUST end in px */
  --rs-medium-spacing: 2px; /* Gap between avatar and status for User popout | MUST end in px */
  --rs-large-spacing: 2px; /* Gap between avatar and status for User profiles | MUST end in px */
  --rs-small-width: 2px; /* Ring width | Default: 1.5px */
  --rs-medium-width: 2px;
  --rs-large-width: 2px;
  --rs-avatar-shape: 50%; /* 50% for round - 0% for square */
  --rs-online-color: #43b581; /* Colour for online status */
  --rs-idle-color: #faa61a; /* Colour for idle status */
  --rs-dnd-color: #f04747; /* Colour for dnd status */
  --rs-offline-color: #636b75; /* Colour for offline status */
  --rs-phone-color: var(--rs-online-color); /* Colour of the ring and phone icon when a user is on their phone */
  --rs-streaming-color: #643da7; /* Colour for streaming status */
  --rs-phone-visible: block; /* Visibility of the phone icon next to a users avatar. | block = visible | none = hidden */
  --rs-invisible-color: #747f8d; /* Colour for invisible status - Note: this will only show for your own invisibility */
}

/* Any custom CSS below here */
Download file

Comments

Cancel