Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EndgameUI

A futuristic tactical glassmorphism theme for Vesktop and Discord.

EndgameUI Banner


✨ Features

  • 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

📸 Screenshots

Add screenshots here later.

Preview Preview

📦 Installation

Vesktop / Vencord

  1. Download the theme file:
endgame.theme.css
  1. Move it to your themes folder.

Windows

%appdata%/Vesktop/themes

Linux

~/.config/vesktop/themes

macOS

~/Library/Application Support/Vesktop/themes
  1. Open Vesktop:

    • Settings
    • Themes
    • Enable EndgameUI
  2. Reload Discord/Vesktop.


🎨 Customization

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

🖼 Changing The Background

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

Using Local Images

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.


💡 Recommended Wallpapers

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

🛠 Built With

  • CSS
  • Vesktop
  • Vencord
  • BetterDiscord-compatible styling

🚀 Goals

EndgameUI aims to create a premium desktop-style Discord experience with:

  • Futuristic visuals
  • Clean readability
  • Smooth interactions
  • Modern glassmorphism design

📌 Roadmap

  • Multiple color presets
  • Modular theme system
  • Animated UI components
  • Custom settings panel
  • Better mobile scaling
  • Optional compact mode

🤝 Credits

Inspired by the Discord theming community and modern UI design trends.

Special thanks to:

  • Anicord
  • Vencord
  • Vesktop

📄 License

MIT License


⭐ Support

If you like the project, consider starring the repository.

About

Premium futuristic UI theme for Vesktop with smooth glass effects and modern styling. Designed by Alex.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages