Skip to content

Commit

Permalink
chore: build v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckFire committed Apr 20, 2024
1 parent cf0ef21 commit 31e6747
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 12 deletions.
23 changes: 19 additions & 4 deletions 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.23
* @version 4.1.0
* @invite vYdXbEzqDs
* @authorId 399416615742996480
* @source https://github.com/LuckFire/amoled-cord
Expand Down Expand Up @@ -218,6 +218,24 @@ html.theme-dark .theme-light .root_a28985,
background-color: var(--background-primary);
}

:is(.theme-dark, .platform-overlay) .overlayBackground_c95d46 {
background-color: rgba(0, 0, 0, 0.75);
}
:is(.theme-dark, .platform-overlay) .contained__6398e,
:is(.theme-dark, .platform-overlay) .headerContainer_c6e0ea,
:is(.theme-dark, .platform-overlay) .messagesContainer__8cac7,
:is(.theme-dark, .platform-overlay) .footerContent__32b34 {
background-color: var(--background-primary) !important;
}
:is(.theme-dark, .platform-overlay) .sidebar__398fc,
:is(.theme-dark, .platform-overlay) .panels__1458f, :is(.theme-dark, .platform-overlay) .panels__1458f > div,
:is(.theme-dark, .platform-overlay) .searchBar__107ca,
:is(.theme-dark, .platform-overlay) .header__0d02e,
:is(.theme-dark, .platform-overlay) .privateChannels__9b1e8, :is(.theme-dark, .platform-overlay) .privateChannels__9b1e8 .scroller__89969,
:is(.theme-dark, .platform-overlay) .panels_f8dc5f, :is(.theme-dark, .platform-overlay) .panels_f8dc5f > div {
background-color: var(--background-primary) !important;
}

:is(.theme-dark, .theme-midnight) #app-mount .bar_e58961 {
background-color: var(--background-accent);
}
Expand Down Expand Up @@ -461,9 +479,6 @@ html.theme-dark .theme-light .root_a28985,
background-color: var(--background-primary);
}

body {
background: var(--background-primary) !important;
}
body .colorLight-1o6rnK {
background-color: var(--background-tertiary);
}
Expand Down
23 changes: 19 additions & 4 deletions 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.23
@version 4.1.0
@namespace https://github.com/discord-extensions/amoled-cord
@license MIT
==/UserStyle== */
Expand Down Expand Up @@ -217,6 +217,24 @@
background-color: var(--background-primary);
}

:is(.theme-dark, .platform-overlay) .overlayBackground_c95d46 {
background-color: rgba(0, 0, 0, 0.75);
}
:is(.theme-dark, .platform-overlay) .contained__6398e,
:is(.theme-dark, .platform-overlay) .headerContainer_c6e0ea,
:is(.theme-dark, .platform-overlay) .messagesContainer__8cac7,
:is(.theme-dark, .platform-overlay) .footerContent__32b34 {
background-color: var(--background-primary) !important;
}
:is(.theme-dark, .platform-overlay) .sidebar__398fc,
:is(.theme-dark, .platform-overlay) .panels__1458f, :is(.theme-dark, .platform-overlay) .panels__1458f > div,
:is(.theme-dark, .platform-overlay) .searchBar__107ca,
:is(.theme-dark, .platform-overlay) .header__0d02e,
:is(.theme-dark, .platform-overlay) .privateChannels__9b1e8, :is(.theme-dark, .platform-overlay) .privateChannels__9b1e8 .scroller__89969,
:is(.theme-dark, .platform-overlay) .panels_f8dc5f, :is(.theme-dark, .platform-overlay) .panels_f8dc5f > div {
background-color: var(--background-primary) !important;
}

:is(.theme-dark, .theme-midnight) #app-mount .bar_e58961 {
background-color: var(--background-accent);
}
Expand Down Expand Up @@ -460,9 +478,6 @@
background-color: var(--background-primary);
}

body {
background: var(--background-primary) !important;
}
body .colorLight-1o6rnK {
background-color: var(--background-tertiary);
}
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.23",
"version": "4.1.0",
"description": "A basically pitch black theme for Discord. Lights out, baby!",
"author": "LuckFire",
"scripts": {
Expand Down
21 changes: 18 additions & 3 deletions src/amoled-cord.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,24 @@ html.theme-dark .theme-light .root_a28985,
background-color: var(--background-primary);
}

:is(.theme-dark, .platform-overlay) .overlayBackground_c95d46 {
background-color: rgba(0, 0, 0, 0.75);
}
:is(.theme-dark, .platform-overlay) .contained__6398e,
:is(.theme-dark, .platform-overlay) .headerContainer_c6e0ea,
:is(.theme-dark, .platform-overlay) .messagesContainer__8cac7,
:is(.theme-dark, .platform-overlay) .footerContent__32b34 {
background-color: var(--background-primary) !important;
}
:is(.theme-dark, .platform-overlay) .sidebar__398fc,
:is(.theme-dark, .platform-overlay) .panels__1458f, :is(.theme-dark, .platform-overlay) .panels__1458f > div,
:is(.theme-dark, .platform-overlay) .searchBar__107ca,
:is(.theme-dark, .platform-overlay) .header__0d02e,
:is(.theme-dark, .platform-overlay) .privateChannels__9b1e8, :is(.theme-dark, .platform-overlay) .privateChannels__9b1e8 .scroller__89969,
:is(.theme-dark, .platform-overlay) .panels_f8dc5f, :is(.theme-dark, .platform-overlay) .panels_f8dc5f > div {
background-color: var(--background-primary) !important;
}

:is(.theme-dark, .theme-midnight) #app-mount .bar_e58961 {
background-color: var(--background-accent);
}
Expand Down Expand Up @@ -448,9 +466,6 @@ html.theme-dark .theme-light .root_a28985,
background-color: var(--background-primary);
}

body {
background: var(--background-primary) !important;
}
body .colorLight-1o6rnK {
background-color: var(--background-tertiary);
}
Expand Down

0 comments on commit 31e6747

Please sign in to comment.