Color Schemer is a professional-grade Windows utility designed for NVIDIA GPU users who need precise control over their display color profiles. It allows for quick switching between custom-tuned profiles for gaming, movies, or productivity.
- NVIDIA Integration: Direct control over Brightness, Contrast, Gamma, and NVIDIA's Digital Vibrance via NVAPI.
- Auto-Switching: Automatically applies specific profiles when your favorite games or applications are in the foreground.
- Global Hotkeys: Switch profiles instantly using customizable keyboard shortcuts (e.g.,
Ctrl+Shift+F5). - Modern HUD Interface: A sleek, "NVIDIA Neon" inspired GUI built with Svelte 5 and Tauri.
- System Tray Support: Runs quietly in the background; access all features via the tray icon.
- Multi-Monitor Ready: Apply settings to specific displays or all monitors at once.
- Multilingual: Full support for English and Russian.
- Operating System: Windows 10/11 (64-bit).
- Hardware: NVIDIA GPU (required for Digital Vibrance and optimal performance).
- Drivers: NVIDIA Game Ready or Studio Drivers installed.
- Download: Grab the latest
.msior.exefrom the Releases page. - Install: Run the installer and launch the app.
- Configure:
- Open the GUI from the system tray.
- Create or edit profiles in the Profiles tab.
- Link applications to profiles for automatic switching.
- Set your preferred shortcuts in the Settings tab.
- Enjoy: Use your hotkeys to switch profiles while gaming or working!
- Next Profile:
Ctrl+Shift+F5 - Previous Profile:
Ctrl+Shift+F6 - Reset to Default:
Ctrl+Shift+F7
If you want to build Color Schemer from source, you'll need Rust and Bun (or Node.js).
# Clone the repository
git clone https://github.com/yourusername/color-schemer.git
cd color-schemer
# Install frontend dependencies
bun install
# Run in development mode
bun run tauri dev
# Build for release
bun run tauri buildThis project is licensed under the MIT License - see the LICENSE file for details.