Skip to content

Commit 7e144e4

Browse files
committed
2 parents 53d5fe5 + a6d7d99 commit 7e144e4

File tree

11 files changed

+310
-281
lines changed

11 files changed

+310
-281
lines changed

.github/workflows/update.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Update
2+
3+
on:
4+
workflow_dispatch
5+
6+
jobs:
7+
update:
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- name: Checkout source Git branch
12+
uses: actions/checkout@v2
13+
with:
14+
ref: main
15+
fetch-depth: 10
16+
submodules: true
17+
18+
- name: Discord Class Updater
19+
# You may pin to the exact commit or the version.
20+
# uses: Metro420yt/class-update@8c8261c7586412f810b0018fe8dfde43942ff93f
21+
uses: Metro420yt/class-update@v1-rc
22+
with:
23+
folder: .
24+
ext: scss
25+
26+
- name: Add and Commit changes
27+
uses: EndBug/add-and-commit@v9 # You can change this to use a specific version.
28+
with:
29+
message: 'Update classes'

_variables.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
// Border-radius for the whole theme
1515
--border-radius: 20px;
1616

17-
.colorDefault_d90b3d.focused_d90b3d,
18-
.colorDefault_d90b3d:active:not(.hideInteraction_d90b3d) {
17+
.colorDefault_c1e9c4.focused_c1e9c4,
18+
.colorDefault_c1e9c4:active:not(.hideInteraction_c1e9c4) {
1919
background-color: var(--background-modifier-hover) !important;
2020
}
2121

2222
// Buttons
23-
.lookFilled_dd4f85 {
23+
.lookFilled__201d5 {
2424
background-color: #c5536c !important;
2525
}
26-
.lookFilled_dd4f85:active,
27-
.lookFilled_dd4f85:hover {
26+
.lookFilled__201d5:active,
27+
.lookFilled__201d5:hover {
2828
background-color: #b64a61 !important;
2929
}
3030
.lookOutlined-3yKVGo:not(.colorWhite-1H92hK) {
@@ -33,8 +33,8 @@
3333
}
3434

3535
// Hover background
36-
.colorDefault_d90b3d.focused_d90b3d,
37-
.colorDefault_d90b3d:active:not(.hideInteraction_d90b3d) {
36+
.colorDefault_c1e9c4.focused_c1e9c4,
37+
.colorDefault_c1e9c4:active:not(.hideInteraction_c1e9c4) {
3838
color: var(--interactive-normal);
3939
}
4040
}

lilypichu.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
}
159159

160160
// TODO: NOT UPDATED - what was this ???
161-
.container__037ed {
161+
.container_c48ade {
162162
overflow: visible;
163163
}
164164

selectors.scss

Lines changed: 127 additions & 127 deletions
Large diffs are not rendered by default.

stuff/_channel-bar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@
253253
border-radius: var(--border-radius);
254254
}
255255

256-
.header_fd6364,
257-
.content_a7d72e::before {
256+
.header_f37cb1,
257+
.content_f75fb0::before {
258258
box-shadow: none;
259259
}
260260
}

stuff/_channel-list.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010

1111
// Voice call
12-
.content_d80634 { // TODO: dont have friends, nobody can call me
12+
.content__07f91 { // TODO: dont have friends, nobody can call me
1313
border-radius: var(--border-radius);
1414
}
1515

@@ -21,7 +21,7 @@
2121
background-color: var(--background-secondary);
2222
}
2323

24-
.container_ee69e0 > .scroller_c43953 > .content_eed6a8 > div:first-child[style="height: 16px;"] { // TODO
24+
.container__2637a > .scroller__629e4 > .content__99f8c > div:first-child[style="height: 16px;"] { // TODO
2525
display: none;
2626
}
2727
}

stuff/_chat.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,26 +121,26 @@
121121
}
122122

123123
// Spotify session
124-
.invite_f61cb8 { // TODO
124+
.invite__4d3fa { // TODO
125125
background-color: var(--background-secondary);
126126
border: none;
127127
border-radius: var(--border-radius);
128128
}
129129

130130
// Spotify embed
131-
.embedSpotify_b0068a { // TODO
131+
.embedSpotify__623de { // TODO
132132
border-radius: var(--border-radius);
133133
}
134134

135135
// Discord Gift
136-
.tile_ab47a1 { // TODO
136+
.tile__72090 { // TODO
137137
background-color: var(--background-secondary);
138138
border-radius: var(--border-radius);
139139
}
140-
.tileHorizontal_ab47a1.tile_ab47a1:hover { // TODO
140+
.tileHorizontal__72090.tile__72090:hover { // TODO
141141
background-color: var(--background-secondary-alt);
142142
}
143-
.invalidPoop_ff31dd { // TODO
143+
.invalidPoop__857bf { // TODO
144144
background-color: rgba(0, 0, 0, 0.103);
145145
}
146146

@@ -185,7 +185,7 @@
185185
background: var(--background-tertiary);
186186
border-radius: var(--border-radius) 0 0 var(--border-radius);
187187
}
188-
.container_f2bfbb, // what was this?? TODO
188+
.container_cc2dff, // what was this?? TODO
189189
#{selectors.$reactors} {
190190
background: var(--background-secondary);
191191
border-radius: 0 var(--border-radius) var(--border-radius) 0;
@@ -208,8 +208,8 @@
208208
}
209209

210210
// Attachements // TODO
211-
.textContainer_d8e2d0,
212-
.footer_d8e2d0 {
211+
.textContainer__4d95d,
212+
.footer__4d95d {
213213
border: none;
214214
}
215215

stuff/_friends.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
3636
}
3737

3838
// Friend call
39-
.nowPlayingColumn_c2739c .scroller_bf550a { // TODO: update
39+
.nowPlayingColumn__133bf .scroller__7d20c { // TODO: update
4040
border: none;
4141
}
42-
.controlButton_b6e2f9 foreignObject { // TODO: update
42+
.controlButton__1405b foreignObject { // TODO: update
4343
mask: none;
4444
}
45-
.colorable_ef18ee.primaryDark_ef18ee { // TODO: update
45+
.colorable_f1ceac.primaryDark_f1ceac { // TODO: update
4646
background-color: var(--background-primary);
4747
}
48-
.wrapper_d880dc { // TODO: update
48+
.wrapper_cb9592 { // TODO: update
4949
background-color: var(--background-tertiary);
5050
}
5151

@@ -54,10 +54,10 @@
5454
#{selectors.$inset} {
5555
background-color: var(--background-primary);
5656
}
57-
.separator_cd82a7 { // TODO: what was this? cant find any separators?
57+
.separator__00943 { // TODO: what was this? cant find any separators?
5858
display: none;
5959
}
60-
.voiceSectionIconWrapper_cd82a7 {
60+
.voiceSectionIconWrapper__00943 {
6161
background-color: var(--background-tertiary);
6262
}
6363
#{selectors.$outer}#{selectors.$interactive}:hover {
@@ -73,7 +73,7 @@
7373
}
7474
}
7575
// Regionnal selector friend call // TODO
76-
.quickSelectPopout_abbf45.regionSelectPopout_ccb5ca {
76+
.quickSelectPopout_ebaca5.regionSelectPopout__5621e {
7777
background-color: var(--background-secondary-alt);
7878
}
7979

0 commit comments

Comments
 (0)