Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nperovic authored Mar 20, 2024
1 parent eec35a2 commit f7cd759
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
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
```

0 comments on commit f7cd759

Please sign in to comment.