Skip to content

Commit 946f37f

Browse files
committed
fix a lot more stuff for treatment 2
I think should work on all treatments but don't quote me on that
1 parent 39682cf commit 946f37f

File tree

1 file changed

+82
-12
lines changed

1 file changed

+82
-12
lines changed

src/visualRefresh.scss

Lines changed: 82 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
%visualRefresh {
2-
32
// APP BG
43
%appMount {
54
background: var(--background-overlay);
@@ -10,18 +9,19 @@
109
z-index: -9999;
1110
}
1211

13-
// GUILDS
12+
// TRANSPARENT BACKGROUNDS
1413
%guildsWrapper,
15-
// ACC PANEL
1614
%panels,
1715
%channelsHeader,
18-
%channelsSidebar::after
19-
// SETTINGS
16+
%channelsSidebar::after,
2017
%standardSidebarView,
2118
%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;
2525
}
2626

2727
// CHAT BG
@@ -34,10 +34,80 @@
3434
%privateChannels {
3535
background: rgba(0, 0, 0, calc($bg-shading * 0.3));
3636
}
37-
}
3837

39-
%visualRefreshChatInput {
40-
%channelTextArea {
38+
// CHAT INPUT
39+
%channelTextArea,
40+
.channelTextArea_f75fb0 {
4141
background-color: rgba(0, 0, 0, 0.6);
4242
}
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

Comments
 (0)