Cyberpunk 2077

By bielak Version 1.0.15 Updated 03/27/2025 267.9K downloads

Theme for Better Discord inspired by Cyberpunk 2077 user interface

dark game red black high-contrast

Live preview

Full Discord interface with this theme applied โ€” powered by ThemePreview.

Screenshot

Cyberpunk 2077 screenshot
cyberpunk2077.theme.css
GitHub

Open source

https://raw.githubusercontent.com/PatrykBielanin/discord-cyberpunk2077-theme/bb6a7411cc6a42f288db6f037bd9c0fb966cc9e2/cyberpunk2077.theme.css
1/**
2 * @name Cyberpunk 2077
3 * @author Patryk Bielanin | bielak
4 * @description Cyberpunk 2077 UI styled theme for better discord
5 * @version 1.0.15
6 * @source https://github.com/PatrykBielanin/discord-cyberpunk2077-theme
7 * @website https://github.com/PatrykBielanin/discord-cyberpunk2077-theme
8 * @donate https://www.paypal.com/donate/?hosted_button_id=PGVKB863SXYUQ
9 */
10
11@import url('https://fonts.googleapis.com/css2?family=Rajdhani');
12@import url('https://patrykbielanin.github.io/discord-cyberpunk2077-theme/base.css');
13
14:root {
15 --background-primary: linear-gradient(180deg, rgba(23,0,5,.75) 10%, rgba(0,0,0,1) 65%); /* Background gradient */
16 --background-secondary: linear-gradient(180deg, rgba(23,0,5,.75) 10%, rgba(0,0,0,1) 65%); /* Background gradient */
17 --font-primary: 'Rajdhani'; /* Font */
18 --primary-text-color: lightgray; /* Font color */
19
20 --primary: 23, 13, 22; /* Background color mainly used for popups */
21 --red: 255, 0, 60; /* Use RGB values */
22 --blue: 114, 234, 248; /* Use RGB values */
23 --yellow: 243, 230, 0; /* Use RGB values */
24 --green: 71, 213, 139; /* Use RGB values */
25 --dark-green: 56, 171, 111; /* Use RGB values */
26
27 --avatar-circle: 0; /* Square avatar */
28 --avatar-rounded: 5px; /* Square avatars */
29 --avatar-border: 1px solid var(--neon-red-color); /* Border of avatar */
30}
31