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

background graphic #60

Open
WiFiGamer opened this issue Nov 16, 2023 · 1 comment
Open

background graphic #60

WiFiGamer opened this issue Nov 16, 2023 · 1 comment

Comments

@WiFiGamer
Copy link

Is there a switch somewhere that I can add a graphic to my background? I have another theme that I like the background for but if I enable both this theme and the other this one takes control of the background on the main window and the graphic disappears. I didn't see a switch for it and looking thru the css i cannot find where it is. I am a css newbie, i've never taken the time to learn it now i wish i did.

@KillYoy
Copy link
Owner

KillYoy commented Nov 16, 2023

The theme was not made with that in mind like all the themes with customizable backgrounds out there, so I have not made any efforts to make it a feature.

You could add something like this to your custom css to mimic the effect though:

body {
	background: url('https://i.imgur.com/rn0AlMm.jpg') center/cover no-repeat;
	opacity: .95;
} 

This does not really add an actual background more of an image overlayed upon everything in the application, but If you have it on a high transparency like in the code above it looks decent.

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