forked from PatrykBielanin/discord-cyberpunk2077-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcyberpunk2077.theme.css
30 lines (26 loc) · 1.27 KB
/
cyberpunk2077.theme.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/**
* @name Cyberpunk 2077
* @author Patryk Bielanin | bielak#2500
* @description Cyberpunk 2077 UI styled theme for better discord
* @version 1.0.6
* @source https://github.com/PatrykBielanin/discord-cyberpunk2077-theme
* @website https://github.com/PatrykBielanin/discord-cyberpunk2077-theme
* @donate https://www.paypal.com/donate/?hosted_button_id=PGVKB863SXYUQ
*/
@import url('https://fonts.cdnfonts.com/css/gg-sans-2');
@import url('https://raw.githubusercontent.com/Robnewww/discord-cyberpunk2077-theme/main/base.css');
:root {
--background-primary: linear-gradient(180deg, rgba(22, 4, 34,.75) 10%, rgba(32, 4, 44,1) 65%);
--background-secondary: linear-gradient(180deg, rgba(22, 4, 34,.75) 10%, rgba(32, 4, 44,1) 65%);
--font-primary: 'gg sans'; /* Font */
--primary-text-color: lightgray; /* Font color */
--primary: 22, 4, 34; /* Background color mainly used for popups */
--red: 245, 107, 255; /* Use RGB values */
--blue: 114, 234, 248; /* Use RGB values */
--yellow: 245, 107, 255; /* Use RGB values */
--green: 71, 213, 139; /* Use RGB values */
--dark-green: 56, 171, 111; /* Use RGB values */
--avatar-circle: 50%;
--avatar-rounded: 50%;
--avatar-border: none; /* Border of avatar */
}