Skip to content

Commit

Permalink
Merge pull request #107 from FedeIlLeone/main
Browse files Browse the repository at this point in the history
Fix input sensitivity slider and mic test progress notches color issues
  • Loading branch information
LuckFire authored Nov 14, 2024
2 parents 1ef8138 + 25a1a7e commit 3b66cc6
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 22 deletions.
12 changes: 7 additions & 5 deletions clients/amoled-cord.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@
background-color: var(--primary-660);
}

:is(.theme-dark, .theme-midnight) #app-mount .bar_c7a159 {
:is(.theme-dark, .theme-midnight) #app-mount .bar_c7a159:not(.microphone_b6e3f3) {
background-color: var(--background-accent);
}
:is(.theme-dark, .theme-midnight) #app-mount .markDash_c7a159 {
Expand Down Expand Up @@ -689,10 +689,6 @@
background-color: var(--modal-footer-background);
}

:is(.theme-dark, .theme-midnight) #app-mount .root_f9a4c9 .textArea_a42405 {
background-color: var(--input-background);
}

:is(.theme-dark, .theme-midnight) #app-mount .container_f24a96 {
background-color: var(--modal-background);
}
Expand Down Expand Up @@ -1164,6 +1160,12 @@
:is(.theme-dark, .theme-midnight) #app-mount .layers_d4b6c5 .notches_a1107d.gray_a1107d {
color: var(--background-primary);
}
:is(.theme-dark, .theme-midnight) #app-mount .layers_d4b6c5 .progress_a1107d {
background-color: var(--primary-700);
}
:is(.theme-dark, .theme-midnight) #app-mount .layers_d4b6c5 .sliderBar_b6e3f3:not(.speaking_b6e3f3) {
background-color: var(--primary-700);
}
:is(.theme-dark, .theme-midnight) #app-mount .layers_d4b6c5 .container_c67e31 {
background-color: hsl(var(--primary-800-hsl)/0.6);
}
Expand Down
12 changes: 7 additions & 5 deletions clients/amoled-cord.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@
background-color: var(--primary-660);
}

:is(.theme-dark, .theme-midnight) #app-mount .bar_c7a159 {
:is(.theme-dark, .theme-midnight) #app-mount .bar_c7a159:not(.microphone_b6e3f3) {
background-color: var(--background-accent);
}
:is(.theme-dark, .theme-midnight) #app-mount .markDash_c7a159 {
Expand Down Expand Up @@ -688,10 +688,6 @@
background-color: var(--modal-footer-background);
}

:is(.theme-dark, .theme-midnight) #app-mount .root_f9a4c9 .textArea_a42405 {
background-color: var(--input-background);
}

:is(.theme-dark, .theme-midnight) #app-mount .container_f24a96 {
background-color: var(--modal-background);
}
Expand Down Expand Up @@ -1163,6 +1159,12 @@
:is(.theme-dark, .theme-midnight) #app-mount .layers_d4b6c5 .notches_a1107d.gray_a1107d {
color: var(--background-primary);
}
:is(.theme-dark, .theme-midnight) #app-mount .layers_d4b6c5 .progress_a1107d {
background-color: var(--primary-700);
}
:is(.theme-dark, .theme-midnight) #app-mount .layers_d4b6c5 .sliderBar_b6e3f3:not(.speaking_b6e3f3) {
background-color: var(--primary-700);
}
:is(.theme-dark, .theme-midnight) #app-mount .layers_d4b6c5 .container_c67e31 {
background-color: hsl(var(--primary-800-hsl)/0.6);
}
Expand Down
12 changes: 7 additions & 5 deletions src/amoled-cord.css
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@
background-color: var(--primary-660);
}

:is(.theme-dark, .theme-midnight) #app-mount .bar_c7a159 {
:is(.theme-dark, .theme-midnight) #app-mount .bar_c7a159:not(.microphone_b6e3f3) {
background-color: var(--background-accent);
}
:is(.theme-dark, .theme-midnight) #app-mount .markDash_c7a159 {
Expand Down Expand Up @@ -676,10 +676,6 @@
background-color: var(--modal-footer-background);
}

:is(.theme-dark, .theme-midnight) #app-mount .root_f9a4c9 .textArea_a42405 {
background-color: var(--input-background);
}

:is(.theme-dark, .theme-midnight) #app-mount .container_f24a96 {
background-color: var(--modal-background);
}
Expand Down Expand Up @@ -1151,6 +1147,12 @@
:is(.theme-dark, .theme-midnight) #app-mount .layers_d4b6c5 .notches_a1107d.gray_a1107d {
color: var(--background-primary);
}
:is(.theme-dark, .theme-midnight) #app-mount .layers_d4b6c5 .progress_a1107d {
background-color: var(--primary-700);
}
:is(.theme-dark, .theme-midnight) #app-mount .layers_d4b6c5 .sliderBar_b6e3f3:not(.speaking_b6e3f3) {
background-color: var(--primary-700);
}
:is(.theme-dark, .theme-midnight) #app-mount .layers_d4b6c5 .container_c67e31 {
background-color: hsl(var(--primary-800-hsl)/0.6);
}
Expand Down
2 changes: 1 addition & 1 deletion src/theme/inputs/_sliders.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:is(.theme-dark, .theme-midnight) #app-mount {
.bar_c7a159 {
.bar_c7a159:not(.microphone_b6e3f3) {
background-color: var(--background-accent);
}
.markDash_c7a159 {
Expand Down
5 changes: 0 additions & 5 deletions src/theme/modals/_activity-invite.scss

This file was deleted.

1 change: 0 additions & 1 deletion src/theme/modals/_index.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@forward 'accept-invite';
@forward 'account-switcher';
@forward 'activity-invite';
@forward 'create-poll';
@forward 'generic';
@forward 'invite';
Expand Down
6 changes: 6 additions & 0 deletions src/theme/settings/_user.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
.notches_a1107d.gray_a1107d {
color: var(--background-primary);
}
.progress_a1107d {
background-color: var(--primary-700);
}
.sliderBar_b6e3f3:not(.speaking_b6e3f3) {
background-color: var(--primary-700);
}
// Keybinds
.container_c67e31 {
background-color: hsl(var(--primary-800-hsl)/0.6);
Expand Down

0 comments on commit 3b66cc6

Please sign in to comment.