Warning
Beta Release
These themes are currently in Beta. Some areas of the Unraid WebUI or plugin pages may not be fully styled yet, and future Unraid updates may require CSS changes.
Note
These themes have only been tested on Unraid 7.3.x.
Custom glass-style themes for the Unraid WebUI with matching Purple and Red variants.
These themes provide a modern translucent interface while preserving readability and the overall Unraid experience.
- Glass / frosted-glass dashboard widgets
- Transparent header and navigation
- Theme-colored dashboard controls and icons
- Themed server name gradient
- Themed Unraid logo tint
- Consistent spacing and widget styling
- Glass-styled table containers
- Docker widget transparency improvements
- Green active navigation indicator
- Matching Purple and Red theme variants
- Unraid 7.x
- Tested on Unraid 7.3.x
- Custom WebUI CSS plugin from Community Apps Store
- A background image located at:
flash/plugins/custom.css/assets/bg.jpg
If you use a different image location, update the CSS accordingly.
-
Switch to the Dark Theme:
Settings > Display Settings > Dynamix color theme: Black -
Install the Custom CSS plugin from Community Apps.
-
Copy the desired theme CSS file.
-
Paste the contents into your Custom CSS configuration in the Black Theme section.
Do not paste it into Global. -
Save the configuration.
-
Refresh the Unraid WebUI.
The themes expect a background image at:
/plugins/custom.css/assets/bg.jpg
You can replace this with your own image by updating:
body {
background-image: url('/plugins/custom.css/assets/bg.jpg');
}The following variables control most of the appearance:
--custom-dashboard-tile-bg
--custom-dashboard-tile-border
--custom-dashboard-tile-shadow
--custom-dashboard-tile-blur
--custom-theme-accent
--custom-theme-accent-strong
--custom-theme-text
--custom-theme-icon
--custom-theme-icon-hoverAdjusting these values allows you to create additional color variants.
- These themes are currently in Beta.
- The themes use modern CSS features including
:has(). - Tested primarily with Chromium-based browsers.
- Custom plugin pages may require additional styling depending on the plugin.
- Personal overrides are best kept in a separate CSS file so updates remain simple.
MIT License
Feel free to modify, redistribute, and build upon these themes.