https://github.com/mahdisafsafi/immersivecolors
Easy way to access Windows 10 Immersive colors
https://github.com/mahdisafsafi/immersivecolors
colors delphi themes undocumented windows-10 windows-8
Last synced: 8 months ago
JSON representation
Easy way to access Windows 10 Immersive colors
- Host: GitHub
- URL: https://github.com/mahdisafsafi/immersivecolors
- Owner: MahdiSafsafi
- License: mit
- Created: 2016-05-01T16:27:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T10:34:00.000Z (over 7 years ago)
- Last Synced: 2025-02-01T08:41:49.857Z (over 1 year ago)
- Topics: colors, delphi, themes, undocumented, windows-10, windows-8
- Language: Pascal
- Size: 420 KB
- Stars: 72
- Watchers: 11
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ImmersiveColors
When MS released Windows 8, they introduced a new feature called **ImmerciveColors**. Based on your OS settings (wallpapers or color set) you may have a sets of colors that can be used to draw your UI. However this feature is not a quite known for the public since it’s still undocumented (even with Windows 10). So I wrote this simple project to demonstrate how to benefit from this feature.
## What's new ?
See [next branch](https://github.com/MahdiSafsafi/ImmersiveColors/tree/next)
## Features:
- Easy access to Windows theme colors.
- [Getting Active color set](https://github.com/MahdiSafsafi/ImmersiveColors/wiki#getting-active-color-set).
- Enumerating color type names.
- [Retrieve color value based on color type](https://github.com/MahdiSafsafi/ImmersiveColors/wiki#accessing-immersive-colors).
- [Notified when system changes Immersive settings](https://github.com/MahdiSafsafi/ImmersiveColors/wiki#get-notified-when-user-changes-immersive-colors-settings).

