1
1
%visualRefresh {
2
-
3
2
// APP BG
4
3
%appMount {
5
4
background : var (--background-overlay );
10
9
z-index : -9999 ;
11
10
}
12
11
13
- // GUILDS
12
+ // TRANSPARENT BACKGROUNDS
14
13
%guildsWrapper ,
15
- // ACC PANEL
16
14
%panels ,
17
15
%channelsHeader ,
18
- %channelsSidebar ::after
19
- // SETTINGS
16
+ %channelsSidebar ::after ,
20
17
%standardSidebarView ,
21
18
%settingsSidebarScroller ,
22
- // FRIENDS LIST APPARENTLY
23
- .tabBody__133bf {
24
- background-color : transparent ;
19
+ .tabBody__133bf ,
20
+ %channelsHeaderClickable ,
21
+ %channelTextAreAttachedBar ,
22
+ %dividerDate ,
23
+ .childWrapperNoHoverBg__6e9f8 {
24
+ background : transparent ;
25
25
}
26
26
27
27
// CHAT BG
34
34
%privateChannels {
35
35
background : rgba (0 , 0 , 0 , calc ($bg-shading * 0.3 ));
36
36
}
37
- }
38
37
39
- %visualRefreshChatInput {
40
- %channelTextArea {
38
+ // CHAT INPUT
39
+ %channelTextArea ,
40
+ .channelTextArea_f75fb0 {
41
41
background-color : rgba (0 , 0 , 0 , 0.6 );
42
42
}
43
- }
43
+
44
+ %forumChatHead ,
45
+ .header__34c2c ,
46
+ .channelAttachmentArea_b77158 {
47
+ background : rgba (0 , 0 , 0 , 0.6 );
48
+ }
49
+
50
+ %channelTextAreaUpload {
51
+ background : rgba (0 , 0 , 0 , 0.4 );
52
+ border : 1px solid $main-color ;
53
+ }
54
+
55
+ %guildExpandedFolderBackground {
56
+ background-color : $main-color ;
57
+ }
58
+
59
+ .picker__09f65 {
60
+ background : var (--popout-color );
61
+ }
62
+
63
+ .wrapper__4e6ce {
64
+ background : transparent ;
65
+ }
66
+
67
+ %barBrand {
68
+ background-color : $main-color ;
69
+ border : none ;
70
+ }
71
+
72
+ %memberActivityContainer {
73
+ background : var (--card-color );
74
+ border : 1px solid $main-color ;
75
+ }
76
+
77
+ %emojiPickerInspector {
78
+ background-color : transparent ;
79
+ border-top : var (--border-faint );
80
+ }
81
+
82
+ // VENCORD READ ALL
83
+ html :not (.visual-refresh .scroller_ef3116 ) button .vc-ranb-button.button__201d5.lookFilled__201d5.sizeMin__201d5.grow__201d5 {
84
+ position : static ;
85
+ background : rgba (0 , 0 , 0 , 0.4 );
86
+ border-radius : 50px ;
87
+ color : var (--text-normal );
88
+ box-sizing : border-box ;
89
+ padding : 4px 8px ;
90
+ overflow : visible ;
91
+ z-index : 1 ;
92
+ transition : all 0.6s linear ;
93
+ & :hover {
94
+ background : $hover-color ;
95
+ }
96
+ }
97
+
98
+ .popout__3f413 , .popout__3f413.popoutPositionTop__3f413 {
99
+ background : rgba (0 , 0 , 0 , 0.8 );
100
+ }
101
+
102
+ %messageButtonWrapper {
103
+ background : rgba (0 , 0 , 0 , 0.7 );
104
+ }
105
+
106
+ .embedFull__623de {
107
+ background : rgba (0 , 0 , 0 , 0.6 ) !important ;
108
+ }
109
+
110
+ %membersContainer {
111
+ border-left : none ;
112
+ }
113
+ }
0 commit comments