gaetandezeiraud / electron-windows-caption-color

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NpmLicense

🔴 Project status: discontinued

  • Project is no longer in development
  • Issues are not accepted
  • Pull requests are not accepted
  • Repository is archived

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

About

License:MIT License


Languages

Language:JavaScript 53.9%Language:C++ 39.3%Language:Python 6.8%