Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Custom (blurred) background image #41

Open
trsted opened this issue Oct 23, 2024 · 1 comment
Open

Feature Request: Custom (blurred) background image #41

trsted opened this issue Oct 23, 2024 · 1 comment

Comments

@trsted
Copy link

trsted commented Oct 23, 2024

In the FrostedGlass theme we have the option to use a custom image url and have it as the background image of Discord.
I think it looks pretty awesome and still usable.
Is it possible to do this with the system24 theme?

Example image of my theme before here and my customization lines:

/*
   * Background image variables
   */
  --background-image: url("https://w.wallhaven.cc/full/we/wallhaven-weg2qx.jpg"); /* Main background image | URL MUST BE A DIRECT LINK (ending in .jpg, .jpeg, .png, .gif) */
  --background-image-blur: 5px; /* Blur intensity of --background-image | Must end in px | DEFAULT: 5px */
  --background-image-size: cover; /* Size of the background image | DEFAUT: cover | OPTIONS: cover, contain */
  --background-image-position: center; /* Position of background image | DEAFULT: center | OPTIONS: top, right, bottom, left, center */
  /*

image

Thanks!

@refact0r
Copy link
Owner

refact0r commented Nov 9, 2024

it's possible but you need to find or make a snippet that does this. i don't plan on adding it to the theme anytime soon.

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

No branches or pull requests

2 participants