Skip to content

Commit

Permalink
v24B2
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenLys committed Oct 26, 2022
1 parent b54c266 commit 3cbb912
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
9 changes: 5 additions & 4 deletions WizardUI.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
--ui-error: rgb(208, 34, 34);

/* THEME COLORS */
--Primary: rgb(50 10 200);
--Primary: rgb(117 76 205);
--text-link: var(--Primary);
--Highlighted: rgba(50 10 200 / 5%);
--Highlighted: rgba(117 76 205 / 5%);
--MessageHover: transparent;
--Unread: rgb(255 255 255 / 10%);
--Hover: rgb(18 19 31 / 50%);
Expand All @@ -66,9 +66,10 @@
--bg-servers: rgba(0, 0, 0, 0.65);
--bg-ui: rgba(0, 0, 0, 0.65);
--bg-chatbox: rgba(0, 0, 0, 0.5);
--bg-sendmessage: rgba(0, 0, 0, 0.25);
--bg-sendmessage: rgba(0, 0, 0, 0.65);
--bg-members: rgba(0, 0, 0, 0.65);
--bg-chat-elements: var(--bg-ui);
--bg-chat-elements: rgba(0, 0, 0, 0.5);
--bg-colorprofile: rgba(0, 0, 0, 0.5);

/* SERVER SETTINGS */
--ServerSize: 45px;
Expand Down
6 changes: 3 additions & 3 deletions addons/Marianne.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@

@font-face {
font-family: 'Marianne';
src: url('../fonts/Marianne-Regular.otf') format('opentype');
font-weight: normal;
src: url('../fonts/Marianne-Bold.otf') format('opentype');
font-weight: 500;
}

@font-face {
font-family: 'Marianne';
src: url('../fonts/Marianne-Regular.otf') format('opentype');
font-weight: 500;
font-weight: normal;
}

@font-face {
Expand Down
16 changes: 10 additions & 6 deletions base.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*:before,
*:after {
--build: "B";
--version: "24-1";
--version: "24-2";
--currentVersion: "WizardUI v"var(--version) " "var(--build);
/* 00-0 */
/* MAIN VARIABLES */
Expand Down Expand Up @@ -49,6 +49,7 @@
--bg-members: rgba(0, 0, 0, 0.65);
--bg-chat-elements: var(--grey5);
--bg-settings: var(--darkgrey);
--bg-colorprofile: var(--bg-ui);
/* SERVER SETTINGS */
--ServerSize: 45px;
--ServerColumns: 1;
Expand Down Expand Up @@ -3854,6 +3855,7 @@ foreignObject[mask="url(#svg-mask-voice-user-summary-item)"] {

.pencilContainer-11Kuga {
z-index: 2;
transform: scaleX(0.87);
}

.userPopoutInner-1hXSeY .banner-2boKnS:after {
Expand Down Expand Up @@ -4939,8 +4941,14 @@ div[aria-label="Purple Wizard"]>.userPopoutOuter-3AVBmJ div[class*=profileBadges
background-color: transparent;
}

.userProfileInnerWithBanner-3CJ1Og.userProfileInner-3F03PX:before {
margin: 0px 0px 0;
height: calc(100% - 0px);
width: calc(100% - 0px);
}

.userProfileOuterThemed-3EfHmv[style*=profile-gradient-primary-color] .userProfileInner-3F03PX:before {
background-color: var(--bg-ui);
background-color: var(--bg-colorprofile);
}

.userPopoutInner-1hXSeY .wrapper-1VLyxH circle,
Expand All @@ -4953,10 +4961,6 @@ div[aria-label="Purple Wizard"]>.userPopoutOuter-3AVBmJ div[class*=profileBadges
border-top: none;
}

.userProfileOuterThemed-3EfHmv[style*=profile-gradient-primary-color] .bannerSVGWrapper-qc0szY {
margin: 4px 4px 0;
}

.divider-2rZFJK,
.divider-_0um2u {
border-top: 2px solid var(--bg-chat-elements);
Expand Down

0 comments on commit 3cbb912

Please sign in to comment.