-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclearvisionv7sapphire.theme.css
More file actions
110 lines (105 loc) · 3.66 KB
/
clearvisionv7sapphire.theme.css
File metadata and controls
110 lines (105 loc) · 3.66 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
/**
* @name ClearVision V7 Sapphire for Vencord
* @author ClearVision Team
* @version 7.0.0
* @description Highly customizable theme for BetterDiscord.
* @source https://github.com/ClearVision/ClearVision-v7
* @website https://clearvision.github.io
* @invite dHaSxn3
*/
/* IMPORT CSS */
@import url("https://clearvision.github.io/ClearVision-v7/main.css");
@import url("https://clearvision.github.io/ClearVision-v7/vencord.css");
@import url('https://discordstyles.github.io/RadialStatus/dist/RadialStatus.css');
@import url('https://discordstyles.github.io/HorizontalServerList/dist/HorizontalServerList.css');
@import url('https://cdn.statically.io/gh/Overimagine1/old-discord-font/main/source.min.css');
/* SETTINGS */
:root {
/* ACCENT COLORS */
--main-color: #947873;
--hover-color: #342625;
--success-color: #C2B7B1;
--danger-color: #C2A18D;
--url-color: #C2B7B1;
/* STATUS COLORS */
--online-color: #43b581;
--idle-color: #faa61a;
--dnd-color: #982929;
--streaming-color: #593695;
--offline-color: #808080;
/* APP BACKGROUND */
--background-shading-percent: 34%;
--background: url("https://i.ibb.co/bvk8Fz0/hibike-eupho.jpg") no-repeat fixed right
--background-filter: blur(3px) brightness(84%);
/* USER POPOUT BACKGROUND */
--user-popout-image: url('https://i.ibb.co/k5ztp3y/Euphonium-01-7.jpg');
--user-popout-position: center;
--user-popout-size: cover;
--user-popout-repeat: no-repeat;
--user-popout-attachment: fixed;
--user-popout-brightness: 80%;
--user-popout-contrast: 100%;
--user-popout-saturation: 100%;
--user-popout-grayscale: 0%;
--user-popout-invert: 0%;
--user-popout-blur: 3px;
--user-popout-filter: var(--background-filter);
/* USER MODAL BACKGROUND */
--user-modal-size: cover;
--user-modal-repeat: no-repeat;
--user-modal-attachment: fixed;
--user-modal-brightness: 88%;
--user-modal-contrast: 100%;
--user-modal-saturation: 100%;
--user-modal-grayscale: 0%;
--user-modal-invert: 0%;
--user-modal-blur: 3px;
--user-modal-filter: var(--background-filter);
/* HOME ICON */
--home-icon: url('https://s4.anilist.co/file/anilistcdn/user/avatar/large/b25000-EnBuzeafIflx.png');
/* FONTS */
--main-font: Whitney, "Helvetica Neue", Helvetica, Arial, sans-serif;
--code-font: Consolas, "gg mono", "Liberation Mono", Menlo, Courier, monospace;
}
/* THEME SPECIFIC SHADING */
/* LIGHT THEME */
:is(.theme-light, .theme-dark .theme-light) {
--background-shading: rgba(252, 252, 252, 0.3);
--card-shading: rgba(252, 252, 252, 0.3);
--popout-shading: rgba(252, 252, 252, 0.7);
--modal-shading: rgba(252, 252, 252, 0.5);
--input-shading: rgba(0, 0, 0, 0.3);
--normal-text: #36363c;
--muted-text: #75757e;
}
/* ASH THEME */
:is(.theme-dark, .theme-light .theme-dark) {
--background-shading: rgba(0, 0, 0, 0.4);
--card-shading: rgba(0, 0, 0, 0.2);
--popout-shading: rgba(0, 0, 0, 0.6);
--modal-shading: rgba(0, 0, 0, 0.4);
--input-shading: rgba(255, 255, 255, 0.05);
--normal-text: #d8d8db;
--muted-text: #aeaeb4;
}
/* DARK THEME */
:is(.theme-darker, .theme-light .theme-darker) {
--background-shading: rgba(0, 0, 0, 0.6);
--card-shading: rgba(0, 0, 0, 0.3);
--popout-shading: rgba(0, 0, 0, 0.7);
--modal-shading: rgba(0, 0, 0, 0.5);
--input-shading: rgba(255, 255, 255, 0.05);
--normal-text: #fbfbfb;
--muted-text: #94949c;
}
/* ONYX THEME */
:is(.theme-midnight, .theme-light .theme-midnight) {
--background-shading: rgba(0, 0, 0, 0.8);
--card-shading: rgba(0, 0, 0, 0.4);
--popout-shading: rgba(0, 0, 0, 0.8);
--modal-shading: rgba(0, 0, 0, 0.6);
--input-shading: rgba(255, 255, 255, 0.05);
--normal-text: #dcdcde;
--muted-text: #86868e;
}
/* ADD ADDITIONAL CSS BELOW HERE */