🔴 Project status: discontinued
- Project is no longer in development
- Issues are not accepted
- Pull requests are not accepted
- Repository is archived
Change the color of the title bar (caption) of a win32 electronJS application. Windows 11 Only.
If you find this package useful, please don't forget to star ⭐️ the repo, as this will help to promote the project.
Install as a dependency for your project (need python 3.x):
npm i electron-windows-caption-color
const electronCustomCaption = require('electron-windows-caption-color');
electronCustomCaption.SetCaptionColor(mainWindow, 255, 0, 0); // Red