Skip to content

Commit

Permalink
chore: build v4.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckFire committed Apr 8, 2024
1 parent 5523d18 commit 5a37154
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 3 deletions.
21 changes: 20 additions & 1 deletion clients/amoled-cord.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @name AMOLED-Cord
* @author LuckFire
* @description A basically pitch black theme for Discord. Lights out, baby!
* @version 4.0.22
* @version 4.0.23
* @invite vYdXbEzqDs
* @authorId 399416615742996480
* @source https://github.com/LuckFire/amoled-cord
Expand Down Expand Up @@ -277,6 +277,18 @@ html.theme-dark .theme-light .root_a28985,
border-color: var(--background-secondary-alt);
background-color: var(--background-secondary);
}
:is(.theme-dark, .theme-midnight) #app-mount .container__0bd59 {
background-color: var(--background-secondary);
}
:is(.theme-dark, .theme-midnight) #app-mount .container__0bd59 .enabled_d1cac4[aria-checked=false] .answerInner_b97752:hover {
outline-color: var(--background-secondary-alt);
}
:is(.theme-dark, .theme-midnight) #app-mount .container__0bd59 .answerInner_b97752 {
background-color: var(--background-primary);
}
:is(.theme-dark, .theme-midnight) #app-mount .container__0bd59 .normalStylesDefault__1c2f5 .votePercentageBar_ba9103 {
background-color: var(--background-secondary-alt);
}

:is(.theme-dark, .theme-midnight) #app-mount .chat__52833 .container__03ec9,
:is(.theme-dark, .theme-midnight) #app-mount .chat__52833 .container__6b2e5,
Expand Down Expand Up @@ -419,6 +431,13 @@ html.theme-dark .theme-light .root_a28985,
background: none !important;
}

:is(.theme-dark, .theme-midnight) #app-mount .container_f5b15d {
background-color: var(--modal-background);
}
:is(.theme-dark, .theme-midnight) #app-mount .container_f5b15d .footer__95d9e {
background-color: var(--modal-footer-background);
}

:is(.theme-dark, .theme-midnight) #app-mount .root_a28985 .previewDark__9ce54 {
background-color: var(--background-primary);
}
Expand Down
21 changes: 20 additions & 1 deletion clients/amoled-cord.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@name AMOLED-Cord
@author LuckFire
@description A basically pitch black theme for Discord. Lights out, baby!
@version 4.0.22
@version 4.0.23
@namespace https://github.com/discord-extensions/amoled-cord
@license MIT
==/UserStyle== */
Expand Down Expand Up @@ -276,6 +276,18 @@
border-color: var(--background-secondary-alt);
background-color: var(--background-secondary);
}
:is(.theme-dark, .theme-midnight) #app-mount .container__0bd59 {
background-color: var(--background-secondary);
}
:is(.theme-dark, .theme-midnight) #app-mount .container__0bd59 .enabled_d1cac4[aria-checked=false] .answerInner_b97752:hover {
outline-color: var(--background-secondary-alt);
}
:is(.theme-dark, .theme-midnight) #app-mount .container__0bd59 .answerInner_b97752 {
background-color: var(--background-primary);
}
:is(.theme-dark, .theme-midnight) #app-mount .container__0bd59 .normalStylesDefault__1c2f5 .votePercentageBar_ba9103 {
background-color: var(--background-secondary-alt);
}

:is(.theme-dark, .theme-midnight) #app-mount .chat__52833 .container__03ec9,
:is(.theme-dark, .theme-midnight) #app-mount .chat__52833 .container__6b2e5,
Expand Down Expand Up @@ -418,6 +430,13 @@
background: none !important;
}

:is(.theme-dark, .theme-midnight) #app-mount .container_f5b15d {
background-color: var(--modal-background);
}
:is(.theme-dark, .theme-midnight) #app-mount .container_f5b15d .footer__95d9e {
background-color: var(--modal-footer-background);
}

:is(.theme-dark, .theme-midnight) #app-mount .root_a28985 .previewDark__9ce54 {
background-color: var(--background-primary);
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amoled-cord",
"version": "4.0.22",
"version": "4.0.23",
"description": "A basically pitch black theme for Discord. Lights out, baby!",
"author": "LuckFire",
"scripts": {
Expand Down
19 changes: 19 additions & 0 deletions src/amoled-cord.css
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,18 @@ html.theme-dark .theme-light .root_a28985,
border-color: var(--background-secondary-alt);
background-color: var(--background-secondary);
}
:is(.theme-dark, .theme-midnight) #app-mount .container__0bd59 {
background-color: var(--background-secondary);
}
:is(.theme-dark, .theme-midnight) #app-mount .container__0bd59 .enabled_d1cac4[aria-checked=false] .answerInner_b97752:hover {
outline-color: var(--background-secondary-alt);
}
:is(.theme-dark, .theme-midnight) #app-mount .container__0bd59 .answerInner_b97752 {
background-color: var(--background-primary);
}
:is(.theme-dark, .theme-midnight) #app-mount .container__0bd59 .normalStylesDefault__1c2f5 .votePercentageBar_ba9103 {
background-color: var(--background-secondary-alt);
}

:is(.theme-dark, .theme-midnight) #app-mount .chat__52833 .container__03ec9,
:is(.theme-dark, .theme-midnight) #app-mount .chat__52833 .container__6b2e5,
Expand Down Expand Up @@ -406,6 +418,13 @@ html.theme-dark .theme-light .root_a28985,
background: none !important;
}

:is(.theme-dark, .theme-midnight) #app-mount .container_f5b15d {
background-color: var(--modal-background);
}
:is(.theme-dark, .theme-midnight) #app-mount .container_f5b15d .footer__95d9e {
background-color: var(--modal-footer-background);
}

:is(.theme-dark, .theme-midnight) #app-mount .root_a28985 .previewDark__9ce54 {
background-color: var(--background-primary);
}
Expand Down

0 comments on commit 5a37154

Please sign in to comment.