-
Notifications
You must be signed in to change notification settings - Fork 0
/
dicktheme.theme.css
93 lines (88 loc) · 3.19 KB
/
dicktheme.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
88
89
90
91
/**
* @name Dick Theme
* @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
* @BDEditor Clear Vision
*/
@import url('https://clearvision.github.io/ClearVision-v6/main.css');
@import url('https://discordstyles.github.io/HorizontalServerList/dist/HorizontalServerList.css');
:root {
--main-color: #2A7F00;
--hover-color: #003E00;
--success-color: #006E61;
--danger-color: #6A0000;
--url-color: #A5FF6A;
--background-image: url('https://github.com/lolguy91/bad-discord-themes/blob/master/1628594347497.jpg?raw=true');
--background-shading: 81%;
--background-position: center;
--background-size: cover;
--background-repeat: no-repeat;
--background-attachment: fixed;
--background-brightness: 56%;
--background-contrast: 147%;
--background-saturation: 177%;
--background-grayscale: 0%;
--background-invert: 0%;
--background-blur: 4px;
--background-overlay: rgb(15,94,0,0.5);
--user-popout-image: url('https://cdn.discordapp.com/attachments/969986679341461564/973229219926650890/proxy-image.jpg');
--user-popout-position: center;
--user-popout-size: cover;
--user-popout-repeat: no-repeat;
--user-popout-attachment: fixed;
--user-popout-brightness: 84%;
--user-popout-contrast: 218%;
--user-popout-saturation: 186%;
--user-popout-grayscale: 0%;
--user-popout-invert: 0%;
--user-popout-blur: 3px;
--user-modal-image: url('https://cdn.discordapp.com/attachments/969986679341461564/973229219926650890/proxy-image.jpg');
--user-modal-position: center;
--user-modal-size: cover;
--user-modal-repeat: no-repeat;
--user-modal-attachment: fixed;
--user-modal-brightness: 84%;
--user-modal-contrast: 218%;
--user-modal-saturation: 186%;
--user-modal-grayscale: 0%;
--user-modal-invert: 0%;
--user-modal-blur: 3px;
--home-icon: url('https://clearvision.github.io/icons/discord.svg');
--home-position: center;
--home-size: 30px;
--channel-unread: #838900;
--channel-color: rgb(78,255,0,0.84);
--muted-color: rgb(111,0,0,1);
--online-color: #00DB05;
--idle-color: #F9FF6F;
--dnd-color: #FF0000;
--streaming-color: #843BFF;
--offline-color: #552626;
--main-font: gg sans;
--code-font: Consolas;
--channels-width: 198px;
--members-width: 200px;
--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);
--HSL-server-icon-size: 33px;
--HSL-server-spacing: 3px;
}
/* Any custom CSS below here */