-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathIconRecolors.css
108 lines (88 loc) · 3.39 KB
/
IconRecolors.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
/**
* @name IconRecolors
* @author krystalskullofficial, byeoon
* @version 5.0
* @description Recolors channel icons to make them easier to notice.
*/
/*--- Channel&Roles Channel List Icon Recolor ---*/
.icon_d8bfb3:has(path[d^="M18.5 23c.88"]) path[d^="M18.5 23c.88"] {
color: var(--green-360) !important;
border: 1px solid rebeccapurple !important;
}
/*--- Channel&Roles Chat Icon Recolor ---*/
.icon_fc4f04 path[d^="M18.5 23c.88"] {
fill: var(--green-360) !important;
}
/*--- Channels&Roles Message bar Channels ---*/
.icon_bcc24e path[d^="M18.5 23c.88" ] {
fill: var(--green-360) !important;
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*--- 'NSFW' Channel List Icon Recolor ---*/
.icon_d8bfb3:has(path[d^="M18.09 1.63"]) path[d^="M18.09 1.63"] {
fill: var(--status-danger-background) !important;
border: 1px solid rebeccapurple !important;
}
/*--- 'NSFW' Chat Icon Recolor ---*/
.icon_fc4f04 path[d^="M18.09 1.63"] {
fill: var(--status-danger-background) !important;
}
/*--- 'NSFW' Message Bar Icon Recolor ---*/
.icon_f23da8 path[d^="M18.09 1.63"] {
fill: var(--status-danger-background) !important;
}
/*--- 'NSFW' Thread Icon Chat Icon Recolor ---*/
.icon_fc4f04 path[d^="M18.09 15.63c.4-.7"] {
fill: var(--status-danger-background) !important;
}
/*--- 'NSFW' Message Bar Icon Recolor ---*/
.icon_bcc24e path[d^="M18.09 1.63"] {
fill: var(--status-danger-background) !important;
}
/*--- 'NSFW' Thread Icon Message Bar Icon Recolor ---*/
.icon_bcc24e path[d^="M18.09 15.63c.4-.7" ] {
fill: var(--status-danger-background) !important;
}
/*--- Ping Warning ---*/
.ping_c02c63 path[d^="M18.09 14.63c.4-.7"] {
fill: var(--status-danger-background) !important;
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*--- Lock Icon Channel List Recolor ---*/
.icon_d8bfb3:has(path[d^="M16 4h.5v"]) path[d^="M16 4h.5v"] {
fill: var(--yellow-200) !important;
border: 1px solid rebeccapurple !important; }
/*--- Stages Lock Icon Channel List Recolor (since they use a differnt lock for some reason) ----*/
.icon_d8bfb3:has(path[d^="M16.5 18H16a1"]) path[d^="M16.5 18H16a1"] {
fill : var(--yellow-200) !important;
border: 1px solid rebeccapurple !important;
}
/*--- Chat Lock Icon Recolor ---*/
.icon_fc4f04 path[d^="M16 4h.5v"] {
fill: var(--yellow-200) !important;
}
/*--- Lock Icon Message Bar Channels ---*/
.icon_bcc24e path[d^="M16 4h.5v"] {
fill: var(--yellow-200) !important;
}
/*--- Lock Thread Icon Message Bar Icon Recolor ---*/
.icon_bcc24e path[d^="M16 18h.5v"] {
fill: var(--yellow-200) !important;
}
/*--- Vencord's UserVoiceShow Icon Recolor ---*/
.vc-uvs-speaker path[d^="M16 4h.5v"] {
fill: var(--yellow-200) !important;
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*--- Channel List Outer Circle Icon Recolor ---*/
.icon_d8bfb3:has(path[d^="M19.61 18.25a1.08"]) path[d^="M19.61 18.25a1.08"] {
color: var(--blue-330) !important;
}
/*--- Channel List Outer Circle Icon Recolor(Locked Stage) ---*/
.icon_d8bfb3:has(path[d^="M21.92 14.08c.32"]) path[d^="M21.92 14.08c.32"]{
color: var(--blue-330) !important;
}
/*--- Chat Icon Recolor ---*/
.icon_fc4f04 path[d^="M19.61 18.25a1.08"] {
fill: var(--blue-330) !important;
}