Skip to content

Commit

Permalink
deploy: c15d225
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed May 3, 2024
1 parent 4d26908 commit e47d519
Show file tree
Hide file tree
Showing 16 changed files with 175 additions and 32 deletions.
2 changes: 1 addition & 1 deletion ieytd.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"discordID": "134142022092062720",
"github": "Saltssaumure"
},
"version": "2.4.0",
"version": "2.4.1",
"updater": {
"type": "store",
"id": "net.saltssaumure.Tritone"
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": "tritone-discord-theme",
"version": "2.4.0",
"version": "2.4.1",
"description": "A tri-tone Discord theme inspired by IEYTD.",
"repository": "github:Saltssaumure/ieytd-discord-theme",
"author": "Saltssaumure <[email protected]>",
Expand Down
48 changes: 42 additions & 6 deletions scss/main/_forum.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
align-items: center;
}

.forumPostFormButton_bdd97b,
.searchIcon__22803,
.closeIcon_c5e78e,
.mediaIcon__5d208,
Expand All @@ -23,12 +24,6 @@
color: $cream;
}

// Post guidelines
.guidelinesButton_d7afe7 svg {
color: $cream;
zoom: 1.2;
}

// Post title / search
.title__20d69 {
border: 0;
Expand All @@ -45,10 +40,22 @@
}

// Post content
.scrollableContainer_ff917f {
border-radius: 0;
border: 0;
cursor: text;
}
.placeholder_dec8c7 {
color: $cream;
}

// Preview
@at-root .previewForm__6f804 {
border: $size-xs dashed $cream;
border-radius: $size-m;
background: unset;
}

// Tags
.tagsContainer__20c4f .tagsIcon_c07aeb,
.tagsDivider__0c01e {
Expand All @@ -72,9 +79,38 @@
.container__852f7 {
@include card.large;

// Header
@at-root .headerContainer__61f66 {
// Book icon
@at-root .guidelinesHeader__1ca47 svg {
zoom: 1.6;
}

// Close icon
.clickable_cbf441 {
color: $cream;
}
}

// Guidelines container
.descriptionContainer__24e5f {
background: unset;
}

// Links in guidelines
.guidelines__02381 a {
color: $red;
}

// Show more
@at-root .showMore__0846c {
@at-root .gradient__2a8c0 {
background: linear-gradient(to top, $black, transparent);
}
@at-root .linkContainer_f0e24d {
background: $black;
}
}
}

// Sort and view
Expand Down
7 changes: 7 additions & 0 deletions scss/main/channelslist/_voice.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
}
}

// List of voice channel users in collapsed category
.voiceUserSummary__5794e {
@at-root .icon__36b35 {
color: $black;
}
}

// VC with users or description
.containerDefault_ae2ea4:has(.list__02208, .linkBottom__942a1) {
height: unset;
Expand Down
2 changes: 1 addition & 1 deletion scss/main/chat/_chatbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
}

// Emoji button
.sprite__294b3 {
@at-root .sprite__294b3 {
filter: saturate(var(--saturation-factor, 1)) sepia(1) !important;
transform: none !important;
}
Expand Down
6 changes: 6 additions & 0 deletions scss/overlay/modal/_activitystatus.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@use "../../top/vars" as *;

// Activity status
.closeIcon__036ae {
color: $cream;
}
1 change: 1 addition & 0 deletions scss/overlay/modal/_index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@forward "./activities";
@forward "./activitystatus";
@forward "./addpayment";
@forward "./ban";
@forward "./boost";
Expand Down
2 changes: 1 addition & 1 deletion scss/overlay/modal/_quickswitcher.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}

// Old ping bubble
.wrapper__4dfa5 {
.wrapper__85934 {
background: $cream;
color: $black;
border-radius: $size-max;
Expand Down
32 changes: 32 additions & 0 deletions scss/overlay/popover/_activitystatus.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
@use "../../top/vars" as *;
@use "../../top/card";

// Activity status
.popout__4c91f {
@include card.outer;

// Preset activities
@at-root .iconsContainer_ff44ba {
@include card.large;
padding: 0;

@at-root .iconWidget__22dfa {
&,
&:hover,
&.selectedWidget__9aa0c {
border: 0;
background: none;
}
}
}

// Custom activity button
@at-root .setCustomButton__09dbf {
&:hover {
background: unset;
}
@at-root .editIconColor__55a42 {
color: $cream;
}
}
}
26 changes: 18 additions & 8 deletions scss/overlay/popover/_emojipicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@use "../../top/filter";
@use "../../top/svg";

.wrapper__0757b:not(.emojiPickerHasTabWrapper__63198),
.contentWrapper_e0bb2c,
.contentWrapper_eab878,
.contentWrapper_eab878.isBurstReactionPicker_b9ca03 {
Expand All @@ -12,9 +13,13 @@
box-shadow: none;
}

// Header
.header_e5d8b2 {
background: $red;
}

// Tabs
.navList__8438b,
.navList__5c9f4 {
:is(.navList__8438b, .navList__5c9f4) {
@include tabs.bar($ISBORDER: false);
padding-top: 2px;

Expand Down Expand Up @@ -73,13 +78,18 @@
}
}

// Back
#{$root} .backButton_d9b964 {
&,
&:hover {
color: $cream;
}
}

// Server sidebar
.wrapper__85934 {
.wrapper__45980.wrapper__45980 {
background: $cream;

.emojiPickerHasTabWrapper__63198 & {
top: 54px;
}
top: 54px;

// Every circle
.categoryItemGuildCategory_a121c6,
Expand Down Expand Up @@ -114,7 +124,7 @@
}

// Default sticker packs
.firstPartyCategory_e81d88 {
.standardStickerShortcut_e9a698 {
&,
&:hover {
background: $red;
Expand Down
3 changes: 3 additions & 0 deletions scss/overlay/popover/_index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@forward "./activities";
@forward "./activitystatus";
@forward "./addgame";
@forward "./channeldetail";
@forward "./connectionstats";
Expand All @@ -13,12 +14,14 @@
@forward "./menu";
@forward "./noisesuppression";
@forward "./pinned";
@forward "./postguidelines";
@forward "./search";
@forward "./selectfriends";
@forward "./soundpicker";
@forward "./statusedit";
@forward "./threads";
@forward "./voice";
@forward "./watchstream";

@use "../../top/vars" as *;
@use "../../top/card";
Expand Down
7 changes: 7 additions & 0 deletions scss/overlay/popover/_postguidelines.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@use "../../top/vars" as *;

// Forum post guidelines
.rulesIcon__6e21e {
zoom: 1.6;
color: $cream;
}
39 changes: 28 additions & 11 deletions scss/overlay/popover/_voice.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,43 @@
@use "../../top/card";

// Current happenings in voice channel
.container__56cd1 {
.container__628c8 {
@include card.outer;

.container__03b79 {
background: $cream;
color: $black;
// Channel info
@at-root .popoutHeaderContainer__0af7b {
// Channel icon
@at-root .channelIcon__0be4e {
color: $cream;
}

// Connected users
@at-root .container__03b79 {
background: $cream;

@at-root .peopleIcon__83499 {
color: $black;
}
.userCountText_ac9788 {
color: $black !important;
}
}
}

.headerDivider_ec8d1f {
// No dividers
.headerDivider__07db6 {
display: none;
}

.activity_b1eb7a + .activity_b1eb7a {
.activity_ce3ac0 + .activity_ce3ac0 {
border-top: 0;
}

.channelIcon__45e38,
.headerLink_fa1b11,
.colorHeaderSecondary__4dd3a {
color: $cream;
// Interact with activity button
.button__76c4e {
&,
&:hover {
color: $cream;
}
}

.activityVoiceChannel_f9653e {
Expand Down
20 changes: 20 additions & 0 deletions scss/overlay/popover/_watchstream.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
@use "../../top/vars" as *;
@use "../../top/card";

// Stream preview / watch stream

#{$root} .streamPreview__965fa {
@include card.outer;

.watchButton__5a93d {
color: $cream;

&:hover {
border-color: $cream;
}
}

.white_c88498 {
color: $cream;
}
}
8 changes: 6 additions & 2 deletions scss/part/_font.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,8 @@ code,
.description__38492,
.helpText__6a93e,
.titleText__1fd97,
div:not(.desaturateUserColors_eb6bd2),
:is(h1, h2, h3, h4),
span:not(.username_d272d6, .username__0b0e7) {
:is(span, div):not(.desaturateUserColors_eb6bd2, .username_d272d6, .username__0b0e7, .username_a42504) {
&:where([style^="color"]) {
color: $cream !important;
}
Expand All @@ -118,3 +117,8 @@ a,
.markup_a7e664 a {
color: $red;
}

::selection {
color: $black;
background: $cream;
}

0 comments on commit e47d519

Please sign in to comment.