Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

feature request: No Border / Border Adjustments #10

Closed
TheKartel opened this issue Jun 29, 2022 · 2 comments
Closed

feature request: No Border / Border Adjustments #10

TheKartel opened this issue Jun 29, 2022 · 2 comments

Comments

@TheKartel
Copy link

TheKartel commented Jun 29, 2022

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!

@TheKartel TheKartel changed the title feature request: No Boarder / Boarder Adjustments feature request: No Border / Border Adjustments Jun 29, 2022
@LuckFire
Copy link
Member

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
Copy link
Member

LuckFire commented Jun 29, 2022

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants