-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPearlescent-Orange.theme.css
63 lines (59 loc) · 2.21 KB
/
Pearlescent-Orange.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
/**
* @name Pearlescent Orange
* @version 1.0.0
* @author Jaie55#8188
* @authorId 442080599444815892
* @description A black theme with orange pearlescent
* @source https://github.com/Jaie55/Pearlescent-Orange/tree/main/Pearlescent-Orange.css
* @website https://www.youtube.com/channel/UC-XDPRheWsy28IH2ePU7tMQ
* @invite AZsmmAbeUQ
*/
/* Imports */
@import url("https://discord-custom-covers.github.io/usrbg/dist/usrbg.css");
@import url("https://thecommieaxolotl.github.io/BetterDiscord-Stuff/Imports/UserBadges.css");
@import url("https://maendisease.github.io/BetterDiscordStuff/css/bettterInvites.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;200;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source Code Pro:wght@550&display=swap");
/* Source */
@import url("https://github.com/Jaie55/Pearlescent-Orange/tree/main/Pearlescent-Orange.css");
:root {
--version1_0_0: none;
--text-normal: #dcddde;
--text-muted: #4A4A52;
--text-link: #FB4F2A;
--text-positive: #FB4F2A;
--text-warning: #8D4949;
--text-danger: #8D4949;
--text-brand: #FB4F2A;
--interactive-normal: #b9bbbe;
--interactive-hover: #dcddde;
--interactive-active: #C9CED0;
--interactive-muted: #4f545c;
--background-primary: #101014;
--background-secondary: #17161B;
--background-secondary-alt: #17161B;
--background-tertiary: #101014;
--background-accent: #4f545c;
--background-floating: #17161B;
--channeltextarea-background: #17161B;
--info-positive-text: #fff;
--info-warning-text: #fff;
--info-warning-foreground: #FB4F2A;
--info-danger-text: #fff;
--info-help-text: #fff;
--status-warning-text: #000;
--background-mentioned: rgba(251, 80, 42, 0.151);
--background-mentioned-hover: rgba(251, 80, 42, 0.493);
--background-message-hover: rgba(4,4,5,0.07);
--scrollbar-auto-thumb: #FB4F2A;
--brand-experiment: #FB4F2A;
--brand-experiment-hover: #6f6af64d;
--brand-experiment-560: #FB4F2A;
--channels-default: #4A4A52;
--selected-indicator: #97ffa5;
--hover-indicator: #ffffff;
--font: 'Lato';
--code-font: 'Source Code Pro';
--boost-bar: none;
}
/* Made By Jaie55 */