Reaper — Neon Dark + Glass Theme
A dark TeamSpeak theme with vivid neon accent palettes and a subtle glass (blurred transparent panels) aesthetic.
Highlights
-
Multiple color variants (Blue, Cyan, Indigo, Purple, Pink, Magenta, Turquoise, Teal, Green, Dark Green, Lime, Yellow, Amber, Orange, Coral, Brown, Silver).
-
Glassmorphism: blurred translucent panels with soft borders (fallback to solid if unsupported).
-
Consistent variable-based customization (accent + sliders + glass intensity).
-
Performance-friendly fallback (no blur where unsupported).
Images
Download Link
Installation
-
Download / unzip the theme folder.
-
In TeamSpeak: Settings → Appearance → Themes → Import.
-
Select your preferred variant (e.g. Reaper Blue).
-
Restart TeamSpeak if the theme list does not refresh.
Quick Customization
Edit a variant file (e.g. Blue.css):
--custom-color-accent-light: #0A84FF;
--custom-color-accent-dark: #0066FF;
--custom-color-accent-light-t: rgba(10,132,255,0.5);
--custom-color-accent-dark-t: rgba(0,102,255,0.5);
--custom-color-slider1: #0A84FF;
--custom-color-slider2: #64D2FF;
Adjust glass look in Glassmorphism.css:
--glass-blur: 16px;
--glass-radius: 12px;
--glass-bg: rgba(20,24,30,0.35);
--glass-bg-strong: rgba(28,32,40,0.55);
Performance Tips
-
Lower --glass-blur (e.g. 10px) if you notice UI lag.
-
Reduce opacity in accent tint variables (…-light-t / …-dark-t) for calmer panels.
Accessibility & Contrast
All accent sets chosen to remain readable on deep dark backgrounds. For higher contrast, darken the accent-dark value or lighten slider2.
Extending
Create a new variant by copying an existing *.css file, change the six accent variables, add it to package.json themes list.
Fallback
If backdrop-filter is not supported, glass panels become opaque for readability (no manual action needed).
Credits
- ValhallaDev - Github
- LeonMarcelHD ([Skin] Colorful TeamSpeak - A TeamSpeak 6 Extension)
(I used his TeamSpeak.css to build the dark layer)
License
MIT.
Feel free to suggest additional palettes or a global glass on/off toggle.










