Skip to content

Commit

Permalink
chore: build
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckFire committed Feb 10, 2024
1 parent 8267a25 commit 55a84eb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
7 changes: 5 additions & 2 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.14
* @version 4.0.15
* @invite vYdXbEzqDs
* @authorId 399416615742996480
* @source https://github.com/LuckFire/amoled-cord
Expand Down Expand Up @@ -575,6 +575,9 @@ body .contentWrapper-3RqEiS .accordionContainer-vSTU_l {
color: var(--interactive-normal);
}

:is(.theme-dark, .theme-midnight) #app-mount .page__0b66e {
background-color: var(--background-primary) !important;
}
:is(.theme-dark, .theme-midnight) #app-mount .page__0b66e .mainTableContainer__5ffe0 {
background-color: var(--background-tertiary);
}
Expand Down Expand Up @@ -845,6 +848,6 @@ body .contentWrapper-3RqEiS .accordionContainer-vSTU_l {
:is(.theme-dark, .theme-midnight) .sidebar_ded4b5 .panels__58331 {
background-color: var(--background-primary);
}
:is(.theme-dark, .theme-midnight) .sidebar_ded4b5 .panels__58331 .container_ca50b9, :is(.theme-dark, .theme-midnight) .sidebar_ded4b5 .panels__58331 .panels__58331, :is(.theme-dark, .theme-midnight) .sidebar_ded4b5 .panels__58331 .wrapper__0ed4a > div {
:is(.theme-dark, .theme-midnight) .sidebar_ded4b5 .panels__58331 .container_ca50b9, :is(.theme-dark, .theme-midnight) .sidebar_ded4b5 .panels__58331 .panel_bd8c76, :is(.theme-dark, .theme-midnight) .sidebar_ded4b5 .panels__58331 .wrapper__0ed4a > div {
background-color: var(--background-primary);
}
7 changes: 5 additions & 2 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.14
@version 4.0.15
@namespace https://github.com/discord-extensions/amoled-cord
@license MIT
==/UserStyle== */
Expand Down Expand Up @@ -574,6 +574,9 @@
color: var(--interactive-normal);
}

:is(.theme-dark, .theme-midnight) #app-mount .page__0b66e {
background-color: var(--background-primary) !important;
}
:is(.theme-dark, .theme-midnight) #app-mount .page__0b66e .mainTableContainer__5ffe0 {
background-color: var(--background-tertiary);
}
Expand Down Expand Up @@ -844,7 +847,7 @@
:is(.theme-dark, .theme-midnight) .sidebar_ded4b5 .panels__58331 {
background-color: var(--background-primary);
}
:is(.theme-dark, .theme-midnight) .sidebar_ded4b5 .panels__58331 .container_ca50b9, :is(.theme-dark, .theme-midnight) .sidebar_ded4b5 .panels__58331 .panels__58331, :is(.theme-dark, .theme-midnight) .sidebar_ded4b5 .panels__58331 .wrapper__0ed4a > div {
:is(.theme-dark, .theme-midnight) .sidebar_ded4b5 .panels__58331 .container_ca50b9, :is(.theme-dark, .theme-midnight) .sidebar_ded4b5 .panels__58331 .panel_bd8c76, :is(.theme-dark, .theme-midnight) .sidebar_ded4b5 .panels__58331 .wrapper__0ed4a > div {
background-color: var(--background-primary);
}
}
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.14",
"version": "4.0.15",
"description": "A basically pitch black theme for Discord. Lights out, baby!",
"author": "LuckFire",
"scripts": {
Expand Down
5 changes: 4 additions & 1 deletion src/amoled-cord.css
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,9 @@ body .contentWrapper-3RqEiS .accordionContainer-vSTU_l {
color: var(--interactive-normal);
}

:is(.theme-dark, .theme-midnight) #app-mount .page__0b66e {
background-color: var(--background-primary) !important;
}
:is(.theme-dark, .theme-midnight) #app-mount .page__0b66e .mainTableContainer__5ffe0 {
background-color: var(--background-tertiary);
}
Expand Down Expand Up @@ -832,6 +835,6 @@ body .contentWrapper-3RqEiS .accordionContainer-vSTU_l {
:is(.theme-dark, .theme-midnight) .sidebar_ded4b5 .panels__58331 {
background-color: var(--background-primary);
}
:is(.theme-dark, .theme-midnight) .sidebar_ded4b5 .panels__58331 .container_ca50b9, :is(.theme-dark, .theme-midnight) .sidebar_ded4b5 .panels__58331 .panels__58331, :is(.theme-dark, .theme-midnight) .sidebar_ded4b5 .panels__58331 .wrapper__0ed4a > div {
:is(.theme-dark, .theme-midnight) .sidebar_ded4b5 .panels__58331 .container_ca50b9, :is(.theme-dark, .theme-midnight) .sidebar_ded4b5 .panels__58331 .panel_bd8c76, :is(.theme-dark, .theme-midnight) .sidebar_ded4b5 .panels__58331 .wrapper__0ed4a > div {
background-color: var(--background-primary);
}

0 comments on commit 55a84eb

Please sign in to comment.