Skip to content

Commit

Permalink
Update source
Browse files Browse the repository at this point in the history
  • Loading branch information
CapnKitten committed Nov 7, 2024
1 parent 97deed3 commit badc35c
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 26 deletions.
36 changes: 24 additions & 12 deletions Themes/Translucence/src/_selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1813,6 +1813,9 @@
.buttons_de3e42 {
@extend %formatToolbarButtons !optional;
}
.button_de3e42 {
@extend %formatToolbarButton !optional;
}
.icon_de3e42 {
@extend %formatToolbarIcon !optional;
}
Expand Down Expand Up @@ -2827,6 +2830,9 @@
.footer_aa1bff {
@extend %guildDiscoverFooter !optional;
}
.gradient_aa1bff {
@extend %guildDiscoverGradient !optional;
}
.circleIconButton_db6521 {
@extend %circleIconButton !optional;
}
Expand Down Expand Up @@ -5683,16 +5689,16 @@ pre {
.container_ac01d6 {
@extend %userProfileQuestContainer !optional;
}
.userProfileOuterThemed_c69a7b {
.custom-profile-theme {
@extend %userProfileOuterThemed !optional;
}
.userProfileOuter_c69a7b {
.outer_c69a7b {
@extend %userProfileOuter !optional;
}
.userProfileOuterUnthemed_c69a7b {
@extend %userProfileOuterUnthemed !optional;
}
.userProfileInner_c69a7b {
.inner_c69a7b {
@extend %userProfileInner !optional;
}
.userProfileInnerThemedNonPremium_c69a7b {
Expand Down Expand Up @@ -5827,13 +5833,13 @@ pre {
.icon_f9d37d {
@extend %biteSizeIconButton !optional;
}
.statusBubbleOuter_e6ac4a, .statusBubbleOuter_d22603 {
.statusBubbleOuter_e6ac4a, .statusBubbleOuter_d22603, .statusBubbleOuter_d0a252 {
@extend %statusBubbleOuter !optional;
}
.statusBubble_e6ac4a, .statusBubble_d22603 {
.statusBubble_e6ac4a, .statusBubble_d22603, .statusBubble_d0a252 {
@extend %statusBubble !optional;
}
.statusText_e6ac4a, .statusText_d22603 {
.statusText_e6ac4a, .statusText_d22603, .statusText_d0a252 {
@extend %statusBubbleText !optional;
}
.usernameRow_c32acf {
Expand All @@ -5842,7 +5848,7 @@ pre {
.container_b64375 {
@extend %badgeListContainer !optional;
}
.activity_cd74cc {
.activity_b8cc6d {
@extend %biteSizeActivity !optional;
}
.syncButton_deca39 {
Expand Down Expand Up @@ -6070,10 +6076,10 @@ pre {
.feature-2IUcBI {
@extend %featureCard !optional;
}
.info_bc1f7a, .infoText-1-X8oU, .info_dc0d6d {
.info_be45f6, .infoText-1-X8oU, .info_dc0d6d {
@extend %settingsCardInfo !optional;
}
.icon_bc1f7a {
.icon_be45f6 {
@extend %settingsCardInfoIcon !optional;
}
.button_a467ac {
Expand Down Expand Up @@ -6451,10 +6457,10 @@ pre {
.border__8d6b3 {
@extend %settingsServerBoostHeaderBorder !optional;
}
.warning_bc1f7a {
.warning_be45f6 {
@extend %keybindWarningCard !optional;
}
.icon_bc1f7a {
.icon_be45f6 {
@extend %keybindWarningCardIcon !optional;
}
.row_f916fc {
Expand Down Expand Up @@ -7066,6 +7072,9 @@ pre {
.button_edead5 {
@extend %roleAddButton !optional;
}
.pill_e6f2d0 {
@extend %roleExpandPill !optional;
}
.roleFlowerStar_e4010c {
@extend %roleFlowerStar !optional;
}
Expand Down Expand Up @@ -10024,7 +10033,7 @@ pre {
.enableCard_c55991 {
@extend %familyCenterEnableCard !optional;
}
.shop_e77fa3 {
.shop_e77fa3, .shop_ebba41 {
@extend %shopContainer !optional;
}
.shopScroll_e77fa3 {
Expand Down Expand Up @@ -10060,6 +10069,9 @@ pre {
.shopBanner_be5025 {
@extend %shopBanner !optional;
}
.shopAll_ebba41 {
@extend %shopAllButton !optional;
}
.itemTypeTitle_e77fa3 {
@extend %shopItemTypeTitle !optional;
}
Expand Down
34 changes: 20 additions & 14 deletions Themes/Translucence/src/popouts/_userPopout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,22 @@
*
*/

%userProfileOuterUnthemed {
--profile-gradient-primary-color: var(--popout-color) !important;
--profile-gradient-secondary-color: var(--popout-color) !important;
--profile-avatar-border-color: var(--popout-color) !important;
--profile-body-background-color: var(--popout-color) !important;

--bg-surface-overlay: var(--profile-gradient-primary-color) !important;
--bg-mod-faint: var(--profile-body-background-color) !important;

&%themeLight {
--textarea-color: 0,0,0;
--textarea-text-color: #333;
--textarea-placeholder-color: #666;
--background-modifier-selected: rgba(0,0,0,0.125);
%userProfileOuter {
&:not(%userProfileOuterThemed) {
--profile-gradient-primary-color: var(--popout-color) !important;
--profile-gradient-secondary-color: var(--popout-color) !important;
--profile-avatar-border-color: var(--popout-color) !important;
--profile-body-background-color: var(--popout-color) !important;

--bg-surface-overlay: var(--profile-gradient-primary-color) !important;
--bg-mod-faint: var(--profile-body-background-color) !important;

&%themeLight {
--textarea-color: 0,0,0;
--textarea-text-color: #333;
--textarea-placeholder-color: #666;
--background-modifier-selected: rgba(0,0,0,0.125);
}
}
}

Expand Down Expand Up @@ -117,6 +119,10 @@
}
}

%biteSizeActivity {
border-radius: var(--popout-radius);
}

%role {
background-color: var(--background-modifier-selected);
border-radius: 11px;
Expand Down

0 comments on commit badc35c

Please sign in to comment.