Skip to content

Commit

Permalink
chore: build
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckFire committed Feb 16, 2024
1 parent 769063a commit d278ef1
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
9 changes: 8 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.15
* @version 4.0.16
* @invite vYdXbEzqDs
* @authorId 399416615742996480
* @source https://github.com/LuckFire/amoled-cord
Expand Down Expand Up @@ -399,6 +399,13 @@ html.theme-dark .theme-light .root_a28985,
background-color: var(--modal-footer-background);
}

:is(.theme-dark, .theme-midnight) #app-mount .root_a28985 .header_f37948 {
box-shadow: none;
background-color: var(--modal-background);
}
:is(.theme-dark, .theme-midnight) #app-mount .root_a28985 .sectionContent_fb280b {
background-color: var(--background-secondary);
}
:is(.theme-dark, .theme-midnight) #app-mount .root_a28985 .cardPrimary_cb7a0e {
background-color: var(--background-secondary);
}
Expand Down
9 changes: 8 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.15
@version 4.0.16
@namespace https://github.com/discord-extensions/amoled-cord
@license MIT
==/UserStyle== */
Expand Down Expand Up @@ -398,6 +398,13 @@
background-color: var(--modal-footer-background);
}

:is(.theme-dark, .theme-midnight) #app-mount .root_a28985 .header_f37948 {
box-shadow: none;
background-color: var(--modal-background);
}
:is(.theme-dark, .theme-midnight) #app-mount .root_a28985 .sectionContent_fb280b {
background-color: var(--background-secondary);
}
:is(.theme-dark, .theme-midnight) #app-mount .root_a28985 .cardPrimary_cb7a0e {
background-color: var(--background-secondary);
}
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.15",
"version": "4.0.16",
"description": "A basically pitch black theme for Discord. Lights out, baby!",
"author": "LuckFire",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions src/amoled-cord.css
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,13 @@ html.theme-dark .theme-light .root_a28985,
background-color: var(--modal-footer-background);
}

:is(.theme-dark, .theme-midnight) #app-mount .root_a28985 .header_f37948 {
box-shadow: none;
background-color: var(--modal-background);
}
:is(.theme-dark, .theme-midnight) #app-mount .root_a28985 .sectionContent_fb280b {
background-color: var(--background-secondary);
}
:is(.theme-dark, .theme-midnight) #app-mount .root_a28985 .cardPrimary_cb7a0e {
background-color: var(--background-secondary);
}
Expand Down

0 comments on commit d278ef1

Please sign in to comment.