Giter Site home page Giter Site logo

Comments (6)

s-k-y-l-i avatar s-k-y-l-i commented on June 1, 2024

Szia! :D

What do you mean? You want to add transparency to that theme?

from discord-themes.

Zan1456 avatar Zan1456 commented on June 1, 2024

Igen

from discord-themes.

s-k-y-l-i avatar s-k-y-l-i commented on June 1, 2024

If you use this: https://raw.githubusercontent.com/s-k-y-l-i/discord-themes/main/acrylic-harmony-transparent-frame.css
it already works perfectly, enabling mica on the titlebar and the server bar.
image

from discord-themes.

Zan1456 avatar Zan1456 commented on June 1, 2024

What if I want it almost completely transparent?

from discord-themes.

s-k-y-l-i avatar s-k-y-l-i commented on June 1, 2024

Try this:

:root{
    --var-opacity-option: 0.8;    /*   Acrylic opacity from 0 to 1    */
    --var-color-saturation: 1; /* 0 to 999 where 1 is the default  */
    --var-contrast: 1.07;          /*     Increase for darker blacks   */
    --var-background:80%;
    --var-bubbles:30%;
}



/* MICA */
body, #app-mount,
.typeWindows__5fa63,
.app_de4237,.bg__12180,
.guilds__2b93a,.scroller__3d071 {
        background: transparent !important;
}

/* Darker transparency background*/

body {
    position: relative;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-overlay-app-frame,var(--background-tertiary));
    opacity: var(--var-opacity-option); /* Átlátszóság beállítása (0-től 1-ig terjedő értékek) */
    z-index: -1; /* Az átlátszó háttér mögé helyezése */
    filter: saturate(var(--var-color-saturation)) contrast(var(--var-contrast));
}

.container__590e2::after,.children__32014::after{display: none!important;}

.sidebar_ded4b5, #vc-spotify-player, .sidebar_ded4b5 .container__590e2,
.sidebar_ded4b5 .container__7c79d:not(.hasBanner_e78601) .header__104ca, 
.privateChannels__93473, .chat__52833,.container__11d72.themed_b152d4,
.form__13a2c,.container_b2ce9c,.members__9f47b, .members__9f47b > div,
 .wrapper__09ecc,.form__13a2c .scrollableContainer__33e06,.container_ca50b9
 {
background-color: color-mix( in srgb, currentColor , 
    transparent 100%) !important;
}

.content__4bf10 { 
    background-color: color-mix( in srgb, currentColor , 
    transparent var(--var-background)) !important;}

.form__13a2c .scrollableContainer__33e06,.search_ac353c .searchBar_e0c60b,.wrapper__09ecc, #vc-spotify-player, .container_ca50b9{ 
    background-color: color-mix( in srgb, var(--main-textarea-color), 
    transparent var(--var-bubbles)) !important;}

from discord-themes.

s-k-y-l-i avatar s-k-y-l-i commented on June 1, 2024

image
I close this because it's about a completely different theme.

from discord-themes.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.