A futuristic tactical glassmorphism theme for Vesktop and Discord.
- Modern glassmorphism UI
- Smooth animations and hover effects
- Rounded and clean interface
- Fully customizable accent colors
- Transparent blurred panels
- Optimized for Vesktop + Vencord
- Tactical/futuristic aesthetic
- Lightweight and organized CSS structure
Add screenshots here later.
| Preview | Preview |
|---|---|
![]() |
![]() |
- Download the theme file:
endgame.theme.css
- Move it to your themes folder.
%appdata%/Vesktop/themes
~/.config/vesktop/themes
~/Library/Application Support/Vesktop/themes
-
Open Vesktop:
- Settings
- Themes
- Enable
EndgameUI
-
Reload Discord/Vesktop.
Edit the :root variables inside the CSS file.
Example:
:root {
/* Accent Color */
--accent-hue: 282;
--accent-saturation: 88%;
--accent-lightness: 62%;
/* Blur */
--app-blur: 8px;
/* Radius */
--app-radius: 18px;
}You can use your own wallpaper by editing the --app-bg variable inside the theme file.
Example:
:root {
--app-bg: url(https://your-image-link.com/wallpaper.png);
}You can also use local files:
:root {
--app-bg: url("file:///C:/Users/YourName/Pictures/wallpaper.png");
}Make sure to use forward slashes
/in file paths.
For the best experience:
- Use dark or slightly dimmed wallpapers
- Avoid overly bright centers
- 1920x1080 or higher recommended
- PNG or JPG supported
Glassmorphism themes look best with:
- Futuristic backgrounds
- Tactical/cyberpunk wallpapers
- Soft gradients
- Minimal artwork
- CSS
- Vesktop
- Vencord
- BetterDiscord-compatible styling
EndgameUI aims to create a premium desktop-style Discord experience with:
- Futuristic visuals
- Clean readability
- Smooth interactions
- Modern glassmorphism design
- Multiple color presets
- Modular theme system
- Animated UI components
- Custom settings panel
- Better mobile scaling
- Optional compact mode
Inspired by the Discord theming community and modern UI design trends.
Special thanks to:
- Anicord
- Vencord
- Vesktop
MIT License
If you like the project, consider starring the repository.


