-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
# SystemThemeAwareToolTip | ||
# SystemThemeAwareToolTip | ||
- Make your `ToolTip` style conform to the current system theme (dark/ light mode, rounded corners on Win 11). | ||
- Simply include this Class in your script, no need to create an instance. | ||
|
||
## How It Looks Like (On Windows 11/ Dark Mode) | ||
![image](https://github.com/nperovic/SystemThemeAwareToolTip/assets/122501303/0d00e92a-10ae-439b-ad85-1ca7d3ea25e0) | ||
|
||
## How To Use | ||
If you saved this class in your `..\ScriptDir\lib` folder. | ||
```autoit | ||
#Requires AutoHotkey v2 | ||
#Include <SystemThemeAwareToolTip> | ||
``` | ||
If you saved this class in your "..\ScriptDir" folder. | ||
```hs | ||
#Requires AutoHotkey v2 | ||
#Include SystemThemeAwareToolTip.ahk | ||
``` |