electron-windows-caption-color

2.1.0 • Public • Published

NpmLicense

🟡 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.



If you find this package useful, please don't forget to star ⭐️ the repo, as this will help to promote the project.


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

Readme

Keywords

Package Sidebar

Install

npm i electron-windows-caption-color

Weekly Downloads

0

Version

2.1.0

License

MIT

Unpacked Size

6.83 kB

Total Files

8

Last publish

Collaborators

  • brouilles