-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMicaMaterial.css
More file actions
71 lines (69 loc) · 2.51 KB
/
MicaMaterial.css
File metadata and controls
71 lines (69 loc) · 2.51 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
@import "https://leeprky.github.io/themes/WindowsXI/imports/titlebar-00/titlebar.css";
.titleBar-AC4pGV > *:nth-child(2):hover {background-color: #3f3f3f;}
.titleBar-AC4pGV > *:nth-child(3):hover {background-color: #3f3f3f;}
.titleBar-AC4pGV > *:nth-child(4):hover {background-color: #3f3f3f;}
.theme-dark, .theme-light {
--Watermark-Alignment: 50%;
}
.theme-dark {
--background-primary: rgb(33,33,33) !important;
--background-secondary: rgb(44,44,44) !important;
--background-secondary-alt: rgb(55,55,55)" !important;
--background-tertiary: var(--background-secondary-alt) !important;
--background-modifier-active: var(--background-primary) !important;
--background-modifier-selected: var(--background-secondary-alt) !important;
--background-message-hover: transparent !important;
--background-accent: var(--background-primary) !important;
--background-floating: var(--background-secondary-alt) !important;
--scrollbar-thin-thumb: var(--background-secondary-alt) !important;
--scrollbar-auto-thumb: var(--background-secondary-alt) !important;
--scrollbar-auto-track: transparent !important;
--channels-default: #c2c2c2 !important;
--channeltextarea-background: var(--background-secondary-alt) !important;
--deprecated-text-input-bg: var(--background-primary) !important;
--text-normal: #ffffff !important;
--text-muted: var(--channels-default) !important;
--text-timestamp: #969696 !important;
--header-primary: var(--text-normal) !important;
--header-secondary: var(--channels-default) !important;
--interactive-active: #ffffff !important;
--interactive-normal: #d0d1d4 !important;
--interactive-hover: #eeeeee !important;
--highlight-color: #6146ff !important;
}
/*Embeds*/
:root{
--embed-border-radius: 8px;
}
.embed-IeVjo6 {
border-radius: var(--embed-border-radius);
}
.embed-IeVjo6 code{
background: var(--background-secondary);
}
:root{
--embed-line-width: 256px;
}
.embedFull-2tM8-- {
border-left: calc(4px + var(--embed-line-width)) solid var(--background-accent);
background: var(--background-secondary);
}
.grid-1nZz7S {
margin-left: calc( -1 * var(--embed-line-width));
z-index: 1;
}
.embedFull-2tM8--:after, .embedFull-2tM8--:before{
content: "";
height: 100%;
width: var(--embed-line-width);
position: absolute;
top: 0;
left: calc(-1 * var(--embed-line-width));
}
.embedFull-2tM8--:after{
background: linear-gradient(to right, transparent, var(--background-secondary));
}
.embedFull-2tM8--:before{
background: var(--background-secondary);
opacity: .8;
}