Skip to content

Commit

Permalink
Updated for class reroll
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Jan 30, 2025
1 parent 296c8a7 commit ab0bbe7
Show file tree
Hide file tree
Showing 11 changed files with 163 additions and 163 deletions.
10 changes: 5 additions & 5 deletions src/theme/_app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
color: #fff;
}

.bg_d4b6c5 {
.bg__960e4 {
@include hsl(0%);
}

.tabBody_c2739c:before {
.tabBody__133bf:before {
content: none;
}

.baseLayer_d4b6c5 {
.baseLayer__960e4 {
transform: scale(1) !important;
opacity: 1 !important;
}
Expand Down Expand Up @@ -57,7 +57,7 @@
--text-muted: var(--text-normal);
@include hsl(30%);
}
.guildNameText_a6ae3c,
.guildNameText_b1f768,
.tooltipContent-Nejnvh {
color: #fff;
}
Expand All @@ -69,7 +69,7 @@
);
}

.info_c5a741 .text-xs-normal_ccc5fb:first-child:before {
.info__2debe .text-xs-normal_ccc5fb:first-child:before {
content: "SimplyDark v" var(--simplydark-version);
text-transform: none;
display: block;
Expand Down
82 changes: 41 additions & 41 deletions src/theme/_chat.scss
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
@use './mixins' as *;

#app-mount .chat_a7d72e {
#app-mount .chat_f75fb0 {
@include hsl(0%);

.chatContent_a7d72e {
.chatContent_f75fb0 {
background: transparent;
}

.content_a7d72e:before {
.content_f75fb0:before {
content: none;
}

// Placeholder
.wrapper_b75bb9,
.wrapper_ba0ffb {
.wrapper_fc8177,
.wrapper__0d1ef {
background: transparent;
}

// Message
.message_d5deea.selected_d5deea,
.message_d5deea:not(.mentioned_d5deea):hover {
.message__5126c.selected__5126c,
.message__5126c:not(.mentioned__5126c):hover {
@include hsl(-1%);
}

// Embeds, codeblocks, files
.markup_f8f345 code,
.textContainer_d8e2d0,
.wrapper_a71a1c,
.markup__75297 code,
.textContainer__4d95d,
.wrapper_d5f3cd,
.wrapperAudio_f316dd,
.attachment_b52bef {
.fileWrapper__0ccae {
border: none;
@include hsl(4%);
}
.footer_d8e2d0 {
.footer__4d95d {
border: none;
@include hsl(2%);
}
.embedFull_b0068a {
.embedFull__623de {
@include hsl(4%);
}
.guildIconImage_a71a1c {
.guildIconImage_d5f3cd {
border-radius: var(--server-shape) !important;
background-color: transparent;
}

// Reactions
.reaction_f61c73 {
.reaction_f8896c {
@include hsl(8%);
border: none;
&.reactionMe_f61c73 {
&.reactionMe_f8896c {
@include hsl(25%);
.reactionCount-1zkLcN {
color: #fff;
Expand All @@ -57,7 +57,7 @@
}

// Mention
.mentioned_d5deea {
.mentioned__5126c {
background: rgb(var(--accent), .1);
&::before {
background: rgb(var(--accent));
Expand All @@ -72,22 +72,22 @@
}

// Dividers
.content_c2654d {
.content__908e2 {
@include hsl(8%);
color: var(--text-normal);
}

// Action buttons
.wrapper_f7e168 {
.wrapper_f7ecac {
@include hsl(6%);
box-shadow: none;
}
.button_f7e168:hover {
.button_f7ecac:hover {
@include hsl(12%);
}

// Typing
.base_d7ebeb {
.base_b88801 {
@include hsl(0%);
bottom: unset;
top: -24px;
Expand All @@ -98,42 +98,42 @@
}

// Bars
.newMessagesBar_cf58b5 {
.newMessagesBar__0f481 {
left: 0;
right: 0;
background: rgb(var(--accent));
}
.jumpToPresentBar_cf58b5 {
.jumpToPresentBar__0f481 {
left: 0;
right: 0;
padding-bottom: 0;
@include hsl(2%);
}
.clipContainer_b11c5e {
.clipContainer__841c8 {
padding-top: 0;
margin-top: 0;
}
.replyBar_b11c5e {
.replyBar__841c8 {
@include hsl(8%);
}
}

// Threads
#app-mount {
.container_d1c246,
.chatContent_a7d72e {
.container__01ae2,
.chatContent_f75fb0 {
background: transparent;
}
.resizeHandle_d1c246 {
.resizeHandle__01ae2 {
@include hsl(6%);
}

// Threads
.container_b385c8 {
.container__34c2c {
@include hsl(2%);
border: none;
}
.divider_af45f8 {
.divider_ee23ac {
display: none;
}
.container-3wLKDe {
Expand All @@ -157,45 +157,45 @@
// Chatbox
#app-mount {
.chat-3JZdy8,
.chat_a7d72e,
.chat_d6c7e0 {
.chat_f75fb0,
.chat_a44415 {
&::before {
content: none;
}

// Chat icon thingy
.iconWrapper_ec583a {
.iconWrapper__54b20 {
@include hsl(8%);
}

// Chatbox
.form_a7d72e {
.form_f75fb0 {
padding: 0;
margin: 0;
min-height: 53px;
&::before {
content: none;
}
}
.channelTextArea_a7d72e {
.channelTextArea_f75fb0 {
margin-bottom: 0;
}
.scrollableContainer_d0696b {
.scrollableContainer__74017 {
@include hsl(2%);
min-height: 53px;
}
.slateTextArea_e52116,
.placeholder_a552a6 {
.slateTextArea_ec4baf,
.placeholder__1b31f {
padding: 16px 0 15px;
box-sizing: border-box;
}
.attachButton_f298d4 {
.attachButton__0923f {
padding: 16px 16px 15px;
box-sizing: border-box;
height: 53px;
}
.buttons_d0696b,
.emojiButton_d91a75 {
.buttons__74017,
.emojiButton__04eed {
min-height: 53px;
}
}
Expand Down
14 changes: 7 additions & 7 deletions src/theme/_guilds.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@use './mixins' as *;

#app-mount .wrapper_fea3ef {
#app-mount .wrapper_ef3116 {
@include hsl(6%);

.scroller_fea3ef {
.scroller_ef3116 {
background: transparent;
&::-webkit-scrollbar {
display: none;
Expand All @@ -26,7 +26,7 @@
@include hsl(15%);
}
}
.circleIconButton_db6521 {
.circleIconButton__5bc7e {
border-radius: var(--server-shape) !important;
&:not(.selected-1JjBPm) {
@include hsl(10%);
Expand All @@ -38,19 +38,19 @@
}

// Folders
.folder_bc7085 {
.folder__48112 {
@include hsl(15%);
border-radius: var(--server-shape) !important;
}
.folderIconWrapper_bc7085 {
.folderIconWrapper__48112 {
border-radius: var(--server-shape) !important;
}
.guildIcon_bc7085 {
.guildIcon__48112 {
border-radius: var(--server-shape) !important;
}
}

// Windows
.platform-win .scroller_fea3ef {
.platform-win .scroller_ef3116 {
padding-top: 12px;
}
12 changes: 6 additions & 6 deletions src/theme/_members.scss
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
@use './mixins' as *;

#app-mount {
.container_cbd271 {
.container_c8ffbb {
@include hsl(5%);
}
.members_cbd271 {
.members_c8ffbb {
@include hsl(5%);
& > div {
background: transparent;
}

.member_a31c43 {
.member__5d473 {
padding: 0;
margin: 0;
max-width: unset;
background: transparent;
&:hover .layout_d808b0 {
&:hover .layout__91a9d {
@include hsl(8%);
}
&.selected_d808b0 .layout_d808b0 {
&.selected__91a9d .layout__91a9d {
@include hsl(10%);
}
}
.layout_d808b0 {
.layout__91a9d {
padding: 0 8px 0 16px;
}
}
Expand Down
14 changes: 7 additions & 7 deletions src/theme/_modals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

#app-mount {
// General modal
.root_f9a4c9 {
.root__49fc1 {
@include hsl(0%);
box-shadow: none;
}
.footer-31IekZ,
.footer_f82cc7 {
.footer_dbca3c {
box-shadow: none;
@include hsl(4%);
}

// File upload
.uploadModal_f82cc7 {
.uploadModal_dbca3c {
@include hsl(0%);
.scrollableContainer_d0696b {
.scrollableContainer__74017 {
@include hsl(3%);
}
}
Expand All @@ -24,15 +24,15 @@


// Quickswitch
.quickswitcher_f4e139 {
.quickswitcher_ac6cb0 {
@include hsl(4%);
box-shadow: none;
}
.input_f4e139 {
.input_ac6cb0 {
@include hsl(8%);
box-shadow: none;
}
.scroller_f4e139 {
.scroller_ac6cb0 {
background: transparent;
margin: 0;
&::-webkit-scrollbar {
Expand Down
Loading

0 comments on commit ab0bbe7

Please sign in to comment.