electron-windows-caption-color
v2.1.0
Published
Change the color of the title bar (caption) of a win32 electronJS application. Windows 11 Only.
Downloads
3
Readme
🟡 Project status: maintenance mode
- Project is no longer in active development
- Only bug-related issues are accepted
- Only bug-related pull requests are accepted
- New features are unlikely to be added
- Project status may eventually transition to "discontinued" or back to "active"
Electron Windows Caption Color
Change the color of the title bar (caption) of a win32 electronJS application. Windows 11 Only.
Installation
Install as a dependency for your project (need python 3.x):
npm i electron-windows-caption-color
Usage
const electronCustomCaption = require('electron-windows-caption-color');
electronCustomCaption.SetCaptionColor(mainWindow, 255, 0, 0); // Red