Skip to content

Wh1t3Rose/Unraid-Themes

Repository files navigation

Unraid Glass Themes

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.

image image image image

Features

  • 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

Requirements

  • 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.

Installation

  1. Switch to the Dark Theme:
    Settings > Display Settings > Dynamix color theme: Black

  2. Install the Custom CSS plugin from Community Apps.

  3. Copy the desired theme CSS file.

  4. Paste the contents into your Custom CSS configuration in the Black Theme section.
    Do not paste it into Global.

  5. Save the configuration.

  6. Refresh the Unraid WebUI.

Custom Background

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');
}

Theme Variables

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-hover

Adjusting these values allows you to create additional color variants.

Notes

  • 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.

License

MIT License

Feel free to modify, redistribute, and build upon these themes.

About

No description, website, or topics provided.

Resources

Stars

64 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages