Skip to content

Commit

Permalink
beta AWKGLASS
Browse files Browse the repository at this point in the history
  • Loading branch information
ungiglio committed Oct 7, 2024
1 parent af99366 commit 49b0353
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions beta2.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
*name Lande della Discordia
*author @ungiglio
*name Lande della Discordia
*author @ungiglio
*internalcode AWKGLASS
*/

@import url('https://fonts.googleapis.com/css2?family=Pirata+One&display=swap');
Expand Down Expand Up @@ -44,6 +45,10 @@
--background-message-automod: rgba(var(--rgb-highlight), 20%);
--background-message-automod-hover: rgba(var(--rgb-highlight), 40%);
--channeltextarea-background: color-mix(in oklab,var(--primary-560) 100%,var(--theme-base-color, black) var(--theme-base-color-amount, 0%));
--background-primary: rgba(49, 51, 56, 0.1);
--background-secondary: rgba(43, 45, 49, 0.2);
--background-tertiary: rgba(30, 31, 34, 0);

--text-link: var(--highlight);
--text-link-low-saturation: rgba(var(--rgb-highlight), 50%);
--text-positive: var(--online-color);
Expand Down Expand Up @@ -220,9 +225,7 @@
.themedBackground_d0696b {
background: var(--bg-overlay-3, var(--darkPurple-background));
}
.themedBackground_d0696b { /* textbar area bg */
background: transparent;
}


.theme-dark .children_e44302:after,
.form_a7d72e::before,
Expand Down Expand Up @@ -448,7 +451,7 @@
font-weight: 500;
padding: 8px;
flex-shrink: 0;
background: var(--background-secondary-alt);
background: var(--darkPurple-background);
border-radius: 8px;
border: 1px solid var(--highlight);
margin-top: 3px;
Expand All @@ -462,6 +465,9 @@
border: 1px solid var(--highlight);
margin-bottom: 3px;
}
.theme-dark .panel_bf1a22{ /*activitypanel bg*/
background: var(--darkPurple-background);
}
#vc-spotify-player { /*spotify controller*/
padding: 0.375rem 0.5rem;
--vc-spotify-green: #1db954;
Expand All @@ -470,6 +476,9 @@
margin-top: 3px;
margin-bottom: 3px;
}
.theme-dark #vc-spotify-player { /*spotify bg color*/
background: var(--bg-overlay-1, var(--darkPurple-background));
}

.scroller_c43953::-webkit-scrollbar { /*channel list scrollbar hidden*/
display: block;
Expand Down

0 comments on commit 49b0353

Please sign in to comment.