-
Notifications
You must be signed in to change notification settings - Fork 0
/
Translucence.theme.css
71 lines (60 loc) · 1.66 KB
/
Translucence.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 Translucence
* @version 1.0.6.3
* @description A translucent/frosted glass Discord theme
* @author CapnKitten
*
* @website http://github.com/CapnKitten
* @source https://github.com/CapnKitten/BetterDiscord/blob/master/Themes/Translucence/css/source.css
* @donate https://paypal.me/capnkitten
* @invite jzJkA6Z
*/
@import url(https://capnkitten.github.io/BetterDiscord/Themes/Translucence/css/source.css);
:root {
--app-bg: url(https://wallpapers.com/images/hd/ww2-background-36b4sn87lcwf508q.jpg);
--app-blur: 6px;
--app-margin: 24px;
--app-radius: 8px;
/* - */
--accent-hue: 156;
--accent-saturation: 77.5%;
--accent-lightness: 47.1%;
--accent-opacity: 1;
--accent-text-color: #000;
/* - */
--sidebar-color: rgba(0, 0, 0, 0.4);
--main-content-color: rgba(0, 0, 0, 0.2);
/* - */
--message-color: rgba(0, 0, 0, 0.4);
--message-radius: 8px;
--message-padding-top: 8px;
--message-padding-side: 8px;
/* - */
--reply-hue: 226;
--reply-saturation: 77.4%;
--reply-lightness: 61.8%;
--reply-opacity: 1;
/* - */
--textarea-color: 255, 255, 255;
--textarea-alpha: 0.1;
--textarea-alpha-focus: 0.15;
--textarea-text-color: #fff;
--textarea-radius: 22px;
/* - */
--card-color: rgba(0, 0, 0, 0.4);
--card-color-hover: rgba(0, 0, 0, 0.5);
--card-color-select: rgba(0, 0, 0, 0.7);
/* - */
--button-height: 32px;
--button-padding: 0 16px;
--button-action-color: #000;
--button-radius: 16px;
/* - */
--interactive-normal: #aaa;
--interactive-hover: #ddd;
--interactive-active: #fff;
--interactive-muted: #777;
/* - */
--background-modifier-hover: rgba(255, 255, 255, 0.075);
--background-modifier-selected: rgba(255, 255, 255, 0.125);
}