https://github.com/hyperbx/immersivedarkinjector
A background process that injects immersive dark mode into currently opened windows
https://github.com/hyperbx/immersivedarkinjector
Last synced: 2 months ago
JSON representation
A background process that injects immersive dark mode into currently opened windows
- Host: GitHub
- URL: https://github.com/hyperbx/immersivedarkinjector
- Owner: hyperbx
- License: mit
- Created: 2021-12-06T06:32:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T16:59:35.000Z (about 1 year ago)
- Last Synced: 2025-01-25T22:57:34.703Z (4 months ago)
- Language: C#
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Immersive Dark Injector
A background process that injects immersive dark mode into currently opened windows.# Releases
### GitHub Releases
This is where [stable builds](https://github.com/hyperbx/ImmersiveDarkInjector/releases) of Immersive Dark Injector are published.### Pre-requisites
Immersive Dark Injector works on Windows 10 version 1809 and later, but ***requires*** .NET 8.0, please install both [x86](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-8.0.4-windows-x86-installer) and [x64](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-8.0.4-windows-x64-installer) versions of the desktop runtime.# Building
### Windows
- Windows 10 (x64) version 1809 or later
- Visual Studio 2022
- .NET 8.0 runtime and SDKClone Immersive Dark Injector and open the solution in Visual Studio 2022 and build for the necessary configuration.