This repository has been archived by the owner on Feb 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Priscord.theme.css
71 lines (63 loc) · 1.96 KB
/
Priscord.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
64
65
66
67
68
69
70
71
/**
* @name Priscord
* @description PrismLauncher themed Discord theme.
* @version 0.1.3
* @author Lylythii
* @website https://lylythii.github.io
* @invite xsbNuYXBd5
* @donate https://paypal.me/Lylythii
* @patreon https://patreon.com/Lylythii
* @source https://github.com/Lylythii/Priscord/blob/main/Priscord.theme.css
* @updateUrl https://raw.githubusercontent.com/Lylythii/Priscord/main/Priscord.theme.css
*/
/*
Prism's Branding; https://prismlauncher.org/wiki/branding/
*/
#app-mount .bg-1QIAus {
background: var(--background-image);
background-position: var(--background-image-position, center);
background-size: var(--background-image-size, cover);
}
/* ToDo: Separate themes for Light & Dark Prism colour schemes? */
:root,
.theme-dark,
.theme-light {
--background-primary: #15181ce7; /* Solid Colour; #15181c | Default is now translucent */
--background-secondary: #21242b90;
--background-secondary-alt: #21242b;
--background-tertiary: transparent;
--background-accent: #e0e0e0;
--background-floating: #754C9490;
--text-normal: #ffffff;
--text-link: hsl(214, 46%, 67%);
--header-primary: #ffffff;
--header-secondary: #ffffff;
/* Icons & Banners */
--priscord-home-icon: url(https://raw.githubusercontent.com/PrismLauncher/prismlauncher.org/40d89d06ae90c7cbef18b06f52fd9a4c30c61db8/src/img/logo.svg);
--background-image: url('https://raw.githubusercontent.com/PrismLauncher/prismlauncher.org/40d89d06ae90c7cbef18b06f52fd9a4c30c61db8/src/img/background/prism-background.svg');
}
.homeIcon-r0w4ny path {
fill: transparent;
}
.homeIcon-r0w4ny {
background: var(--priscord-home-icon) center/cover no-repeat;
min-width: 50px;
min-height: 50px;
}
.homeIcon-r0w4ny {
background-color: #15181c;
}
/* Scroller Borders */
.scroller-1bVxF5 {
border: 3px solid #202225;
}
/* Create/Join Server */
.text-PdAsFQ, .defaultColor-1EVLSt {
color: #ffffff;
}
.container-1Lk8p7, .footer-31IekZ {
background-color: #15181c;
}
.sampleLink-5BWNy9 {
color: hsl(214, 46%, 67%);
}