Jump to content

How to keep 1 default theme?


Recommended Posts

videopalace
Posted

Hey,


Is it possible to keep 1 particular theme (after server installation) that comes with the server in such a way that it is selected as default in the web app and one cannot switch themes?

Intended to keep theme is "Dark (Red Accent)".

I hope this is possible.

regards

Happy2Play
Posted

Would need a little tweaking but copying that C:\Users\username\AppData\Roaming\Emby-Server\system\dashboard-ui\modules\themes\dark-red\theme.css and pasting in the custom css box would accomplish that.

I know one tweak is changing :root to html:root as that will override existing code instead of having to apply !important.

 

 

Happy2Play
Posted

It is extra work with every upgrade but you could copy the contents of the dark-red theme folder into all the other themes.  Create a bat/script file that can be run with every server update.

videopalace
Posted
5 hours ago, Happy2Play said:
5 hours ago, Happy2Play said:

It is extra work with every upgrade but you could copy the contents of the dark-red theme folder into all the other themes.  Create a bat/script file that can be run with every server update.

This is indeed the easiest solution for my purpose (No batch/script but copy and paste is fast enough)

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...