-
Notifications
You must be signed in to change notification settings - Fork 0
/
Templar Order.theme.css
87 lines (84 loc) · 2.87 KB
/
Templar Order.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
/**
* @name Templar Order
* @author ClearVision Team
* @version 6.3.0
* @description Highly customizable and beautiful theme for BetterDiscord.
* @source https://github.com/ClearVision/ClearVision-v6
* @website https://clearvision.github.io
* @invite 7pNUC9C
*/
@import url('https://jakek34959.github.io/CV-Templar-Order/main.css');
:root {
--main-color: #B2864B;
--hover-color: #F6EDBA;
--success-color: #251835;
--danger-color: #431313;
--url-color: var(--main-color);
--background-image: url('https://i.imgur.com/xCvIi7z.jpg');
--background-shading: 40%;
--background-position: center;
--background-size: cover;
--background-repeat: no-repeat;
--background-attachment: fixed;
--background-brightness: 100%;
--background-contrast: 100%;
--background-saturation: 100%;
--background-grayscale: 0%;
--background-invert: 0%;
--background-blur: 0px;
--background-overlay: rgba(0,0,0,0.6);
--user-popout-image: url('https://i.imgur.com/kMvM2rT.jpg');
--user-popout-position: top right;
--user-popout-size: 100%;
--user-popout-repeat: no-repeat;
--user-popout-attachment: scroll;
--user-popout-brightness: 100%;
--user-popout-contrast: 100%;
--user-popout-saturation: 100%;
--user-popout-grayscale: 0%;
--user-popout-invert: 0%;
--user-popout-blur: 1px;
--user-modal-image: url('https://clearvision.github.io/images/sapphire.jpg');
--user-modal-position: center;
--user-modal-size: cover;
--user-modal-repeat: no-repeat;
--user-modal-attachment: fixed;
--user-modal-brightness: 100%;
--user-modal-contrast: 100%;
--user-modal-saturation: 100%;
--user-modal-grayscale: 0%;
--user-modal-invert: 0%;
--user-modal-blur: 3px;
--home-icon: url('https://i.imgur.com/h6dUqYk.png');
--home-position: center;
--home-size: 40px;
--channel-unread: var(--main-color);
--channel-color: rgba(255,255,255,0.3);
--muted-color: rgba(255,255,255,0.1);
--online-color: #51B202;
--idle-color: #FBE84D;
--dnd-color: #EA3724;
--streaming-color: #63D8FB;
--offline-color: #808080;
--main-font: Whitney;
--code-font: Consolas;
--channels-width: 220px;
--members-width: 240px;
--backdrop-overlay: rgba(0,0,0,0.8);
--backdrop-image: var(--background-image);
--backdrop-position: var(--background-position);
--backdrop-size: var(--background-size);
--backdrop-repeat: var(--background-repeat);
--backdrop-attachment: var(--background-attachment);
--backdrop-brightness: var(--background-brightness);
--backdrop-contrast: var(--background-contrast);
--backdrop-saturation: var(--background-saturation);
--backdrop-invert: var(--background-invert);
--backdrop-grayscale: var(--background-grayscale);
--backdrop-sepia: var(--background-sepia);
--backdrop-blur: var(--background-blur);
--bd-blue: var(--main-color);
--bd-blue-hover: var(--hover-color);
--bd-blue-active: var(--hover-color);
}
/* Any custom CSS below here */