discord-extensions / essence

A smooth, rounded theme.
MIT License
63 stars 36 forks source link

feature request: No Border / Border Adjustments #10

Closed TheKartel closed 2 years ago

TheKartel commented 2 years ago

This set of themes has quickly become a favorite, would there be any way to add an option to remove the colorful borders or adjust the width of them?

Awesome work!

LuckFire commented 2 years ago

You can remove the background but you currently can't remove the border. Next version I'll do something to add the ability for this.

LuckFire commented 2 years ago

i added some variables that should allow you to do this in v1.1.0, you can add this below all of the imports in the theme file:

:root {
    --essence-app-rounding: 6px;
    --essence-app-padding: 18px;
    /* --essence-app-background-image: none; */ /* uncomment this if you want to remove the background image */
}

to completely remove it just set them to 0px, it has to be 0px otherwise it just won't work properly