-
Notifications
You must be signed in to change notification settings - Fork 117
/
LightImport.theme.css
51 lines (45 loc) · 1.86 KB
/
LightImport.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
#app-mount {
background: url("https://raw.githubusercontent.com/AccraZed/YoRHA-UI-BetterDiscord/master/assets/wallpapers/light-theme-1440.png") center/cover no-repeat;
}
.tutorialContainer_f9623d .svg_c5f96a {
background: url("https://raw.githubusercontent.com/AccraZed/YoRHA-UI-BetterDiscord/master/assets/icons/home_light-theme.png") center/contain no-repeat;
}
#app-mount:before {
content: "";
position: absolute;
left: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left top, right top, from(rgba(78, 75, 66, 0.2)), color-stop(30%, transparent), color-stop(80%, transparent), to(rgba(78, 75, 66, 0.4))), radial-gradient(transparent 50%, rgba(78, 75, 66, 0.4));
background: linear-gradient(to right, rgba(78, 75, 66, 0.2), transparent 30%, transparent 80%, rgba(78, 75, 66, 0.4)), radial-gradient(transparent 50%, rgba(78, 75, 66, 0.4));
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
:root {
--color-high: rgb(218, 212, 187);
--color-low: rgb(87, 84, 74);
--color-mid: rgb(151, 147, 129);
--color-high-mid: rgb(183, 177, 156);
--color-alert: rgb(205, 102, 77);
--color-high-trans: rgba(218, 212, 187, 0.8);
--color-low-trans: rgba(87, 84, 74, 0.6);
--color-mid-trans: rgb(151, 147, 129, 0.5);
--color-alert-trans: rgba(205, 102, 77, 0.7);
--nier-font: sce-ps3_rodin_latinregular;
--selector-img: url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/assets/extras/nier-selector_low.png");
--selector-img-invert: url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/assets/extras/nier-selector_high.png");
}
::-moz-selection {
background-color: var(--color-alert);
color: var(--color-high);
}
::selection {
background-color: var(--color-alert);
color: var(--color-high);
}
.obscureWarning_aa9639 {
color: var(--color-high);
}