March 7, 20242 yr Welp upgraded Unraid Connect again and now my workaround doesn't even work. What's going on here? ha
March 7, 20242 yr On 2/8/2024 at 9:54 AM, nickydd9 said: I tried clearing browser cache to no avail. I ended up just re-installing Theme Engine plugin and its working again. Thankfully I use one of the default templates in Theme Engine so I didn't have much setting back up to do. The weird dark theme happened to me today. I tried a Private window and same thing. It must have been a plugin issue. Reinstalling the plugin worked for me. Thanks! For others: It clears out the whole plugin folder when it's removed. So backup your custom ones beforehand. Just copy them out of the flash/config/plugins/theme.engine/themes folder. Put them back after it's reinstalled. Then refresh the settings page and load the one you want.
March 20, 20242 yr On 5/12/2022 at 6:43 AM, francrouge said: Hi guys everytime i reboot my server i lost my theme. I'm force to delete the plugin and reinstalled because it does not allow me to modify any theme. Any ideas ? thx ive had this problem forever now and still dont know why it is doing that. is there a way to fix it so it remembers the theme i set after a reboot?
September 4, 20241 yr Hi, do you plan to continue developing the plugin? In 7.0.0-beta.2 there are some bugs, I imagine they have changed and the css would have to be modified. Thanks,
September 5, 20241 yr On 9/4/2024 at 12:57 PM, Odon said: Hi, do you plan to continue developing the plugin? In 7.0.0-beta.2 there are some bugs, I imagine they have changed and the css would have to be modified. Thanks, Can you show screenshots with the bugs? I have 7.0.0-beta.2 on 3 servers with 3 different themes, I only noticed a different in color near the dockers/VMs on dashboard but didn't really check if it is something can be fixed in the theme
November 20, 20241 yr On 9/5/2024 at 8:30 PM, thecode said: Can you show screenshots with the bugs? I have 7.0.0-beta.2 on 3 servers with 3 different themes, I only noticed a different in color near the dockers/VMs on dashboard but didn't really check if it is something can be fixed in the theme Thank you for your reply, I am attaching 2 images so you can see the difference with the plugin with the same options and colors from 6.12.13 to 7.0.0-beta.4. Do you think we can have an easy solution? PD: Only in administration page, the others pages the view is OK. Thank you Odón Edited November 21, 20241 yr by Odon
December 14, 20241 yr THANK YOU FOR THIS PLUGIN. Allowed to make it look like something not from 20 years ago Edited December 15, 20241 yr by ffleps
January 9, 20251 yr On 12/14/2024 at 12:24 PM, ffleps said: THANK YOU FOR THIS PLUGIN. Allowed to make it look like something not from 20 years ago You can't drop this and not share the files :). New to unraid and was surprised by how antiquated the dashboard looked as well as the lack of customization that isn't beyond just changing text/background colors
January 10, 20251 yr On 11/21/2024 at 3:18 AM, Odon said: Thank you for your reply, I am attaching 2 images so you can see the difference with the plugin with the same options and colors from 6.12.13 to 7.0.0-beta.4. Do you think we can have an easy solution? PD: Only in administration page, the others pages the view is OK. Thank you Odón I'm using the same NordDark theme (With custom styling) and mine looks like this as well. It does appear like the CSS has changed going from the latest 6 release to the current stable 7 release. The dashboard and table headers do all appear to have different CSS selectors. I've updated a bit of the CSS but my CSS-fu ain't the best so there are a few things I'm having issues changing like the CSS coming from the unassigned devices plugin etc Edited January 10, 20251 yr by Theonlyway typos
January 13, 20251 yr It looks like theme engine doesn't really like unraid 7. Most themes the new GUI will have wrong colours applied to the tiles or will show like below. Anyone else have this issue or know if devs are aware? Edited January 13, 20251 yr by z0ki
January 13, 20251 yr They know it and they pass, we agree that nobody should maintain anything if they don't want to but at least a "sorry guys, I'm not going to maintain it" but it doesn't seem like it either, so those of us who have the plugin installed can look for alternatives.
January 13, 20251 yr After playing around with the CSS for a while, I figured out what to change. /* Dashboard Tiles */ .dashboard { background-color: #1b1e2c !important; } /* Dashboard Tile Background (match the main background color) */ .tile { background-color: #24283b !important; } /* "stopgap" (horizontal space in between arrangeable tiles) */ .stopgap { background-color: #141620 !important; } Mind you, I'm pointing to a locally hosted css file that I customized from the Dracula theme. Hardly know CSS, so don't know if this is "proper" but it works for me. Edited January 13, 20251 yr by m7ke
January 13, 20251 yr Oh great, I also added this so that the inside of the Docker container would come out well. Thank you very much for seeing the light. Odón /* "outer" (inside dockers containers in dash) */ .outer { background-color: #3b4252 !important; }
January 13, 20251 yr Last modification within the CPU colors, I think it looks better. I leave it here in case anyone else is interested. Odón /* "cpu_open" (inside the cpu cores) */ .cpu_open { background-color: #3b4252 !important; }
January 13, 20251 yr I use one that I customized myself, I attach the complete zip file in case you are interested, you can import it from the top with the "Import Zip" option, if you do not want to install it look inside it is just a .css and a cfg. that the plugin uses. Odón. QUAD-black.zip
January 14, 20251 yr 39 minutes ago, Odon said: I use one that I customized myself, I attach the complete zip file in case you are interested, you can import it from the top with the "Import Zip" option, if you do not want to install it look inside it is just a .css and a cfg. that the plugin uses. Odón. QUAD-black.zip 7.18 kB · 0 downloads Thanks this worked! I couldn't bring down a drop down list from the UI for some reason, so i just copied pasted the code and it worked.
January 14, 20251 yr Made some updates/additions based on some of the other sections that weren't being styled properly. Mainly the unassigned devices section in main. CustomNordDark-black.zip
January 14, 20251 yr Thanks for your modifications, I'm including them in my main theme and uploading them to github in case anyone wants the same theme already built. Odón https://github.com/unraiders/unraid-theme/
January 14, 20251 yr 4 hours ago, Odon said: Thanks for your modifications, I'm including them in my main theme and uploading them to github in case anyone wants the same theme already built. Odón https://github.com/unraiders/unraid-theme/ Thank you!! I've just moved to your theme as the one I was using (aquamarine) has been broken by V7.
January 17, 20251 yr @Skitals any plans or ETA on updating the code so it reflects the changes in unRAID 7?
February 4, 20251 yr Any chance someone has Dracula updated? I will try and mess with the CSS later but was hoping someone already has.
February 7, 20251 yr On 2/5/2025 at 4:22 AM, rushone2010 said: Any chance someone has Dracula updated? I will try and mess with the CSS later but was hoping someone already has. Also +1 for this.
February 13, 20251 yr For anyone that wants a simple dark theme that works with the grey style side menu. I made this for 7.0.0. Everything seems to be fixed on the dashboard. Still needs some work on the shares and array page to get it to where i would like but its a start. Thanks to the previous commentors for some of their tweaks. Niko-gray.zip
February 19, 20251 yr On 2/12/2025 at 4:14 PM, averagejoeshmoe said: For anyone that wants a simple dark theme that works with the grey style side menu. I made this for 7.0.0. Everything seems to be fixed on the dashboard. Still needs some work on the shares and array page to get it to where i would like but its a start. Thanks to the previous commentors for some of their tweaks. Thank you! Don't use the side menu but good to know the option is there to make it look better now. :> On 1/14/2025 at 4:30 AM, Odon said: Thanks for your modifications, I'm including them in my main theme and uploading them to github in case anyone wants the same theme already built. Odón https://github.com/unraiders/unraid-theme/ Amazing Odón. I'm using it now with a tiny bit of my own coloring. Question: do you happen to know how to change the color of the red elements such as the stopped icon? I tried changing the one called "Red Text (failed)" but that doesn't seem to affect anything. And also the rollup/setting buttons? It's these ones: Edited February 19, 20251 yr by DevanteWeary
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.