Windows color picker.
- Real-time color picking
- HEX, RGB, HSL, CMYK support
- Color history & harmonies
- Global shortcut (
Ctrl+.)
Access settings by clicking the icon in the system tray while the app is running.
# Install dependencies
npm install
# Run in development mode
npm run desktop
# Build for production
npm run tauri build