Skip to content

Commit

Permalink
quick fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
XYZenix committed Nov 21, 2023
1 parent 3c6adb6 commit 57d37e8
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions DTM-08-V2/dtm-08-v2.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions DTM-08-V2/dtm-08-v2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* @source https://github.com/XYZenix/XYZenixThemes/
*/

$themeVersion: "85";
$themeDate: "Nov 18, 2023";
$themeVersion: "86";
$themeDate: "Nov 21, 2023";

@use "sass:color";
@use "sass:math";
Expand Down Expand Up @@ -1396,7 +1396,7 @@ $exportAddons: false;
// unread dot
.unread__48cf4 {
box-shadow: 0 0 8px #fff4;
&.unreadRelevant__44f9e {
&.unreadImportant_c775b3 {
box-shadow: 0 0 8px #fff;
}
}
Expand Down
4 changes: 2 additions & 2 deletions DTM-17/DTM-17.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
font-size: 12px;
white-space: pre-wrap;
color: var(--text-muted);
content: "DTM-17 Build " "263" "\a" "Nov 21, 2023";
content: "DTM-17 Build " "264" "\a" "Nov 21, 2023";
margin-bottom: 20px;
}

Expand Down Expand Up @@ -1312,7 +1312,7 @@ rect[mask="url(#svg-mask-status-dnd)"] {
.theme-dark .unread__48cf4 {
background: #fff3;
}
.theme-dark .unread__48cf4.unreadRelevant__44f9e {
.theme-dark .unread__48cf4.unreadImportant_c775b3 {
background: #fff9;
}

Expand Down
4 changes: 2 additions & 2 deletions DTM-17/DTM-17.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @description Theme that brings back the 2017/2018 look of Discord
* @source https://github.com/XYZenix/XYZenixThemes/blob/master/DTM-17.theme.css
*/
$themeVersion: "263";
$themeVersion: "264";
$themeDate: "Nov 21, 2023";

$themeName: "DTM-17";
Expand Down Expand Up @@ -1817,7 +1817,7 @@ html.theme-light {
.theme-dark & {
background: #fff3;
}
&.unreadRelevant__44f9e {
&.unreadImportant_c775b3 {
.theme-dark & {
background: #fff9;
}
Expand Down
6 changes: 3 additions & 3 deletions DTM-2K/DTM-2K.css
Original file line number Diff line number Diff line change
Expand Up @@ -654,10 +654,10 @@
border-radius: 0;
background: var(--2k-text-secondary);
}
.sidebar_ded4b5 .container__590e2 .scroller_f0f183 .containerDefault__3187b .unread__48cf4.unreadRelevant__44f9e {
.sidebar_ded4b5 .container__590e2 .scroller_f0f183 .containerDefault__3187b .unread__48cf4.unreadImportant_c775b3 {
background: var(--2k-text-primary);
}
.sidebar_ded4b5 .container__590e2 .scroller_f0f183 .containerDefault__3187b .unread__48cf4.unreadRelevant__44f9e + div .link__95dc0 .linkTop_eaa673 .name__8d1ec {
.sidebar_ded4b5 .container__590e2 .scroller_f0f183 .containerDefault__3187b .unread__48cf4.unreadImportant_c775b3 + div .link__95dc0 .linkTop_eaa673 .name__8d1ec {
color: var(--2k-text-primary);
font-weight: bold;
}
Expand Down Expand Up @@ -2861,7 +2861,7 @@ code.inline {
.layer__2efaa:not(.baseLayer__8fda3) .sidebarRegion__60457 .info__755e1:before {
text-transform: none;
white-space: pre-wrap;
content: "DTM-2K Build 14\aNov 19, 2023";
content: "DTM-2K Build 15\aNov 21, 2023";
display: block;
margin-bottom: 8px;
line-height: 16px;
Expand Down
6 changes: 3 additions & 3 deletions DTM-2K/DTM-2K.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
* @description windows 2000 theme
*/

$themeVersion: "14";
$themeDate: "Nov 19, 2023";
$themeVersion: "15";
$themeDate: "Nov 21, 2023";

:root {
--2k-primary: #0a246a;
Expand Down Expand Up @@ -655,7 +655,7 @@ $themeDate: "Nov 19, 2023";
.unread__48cf4 {
border-radius: 0;
background: var(--2k-text-secondary);
&.unreadRelevant__44f9e {
&.unreadImportant_c775b3 {
background: var(--2k-text-primary);
+div .link__95dc0 .linkTop_eaa673 .name__8d1ec {
color: var(--2k-text-primary);
Expand Down

0 comments on commit 57d37e8

Please sign in to comment.