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
/************************************************************************ | |
* @description Apply dark theme to the built-in MsgBox. | |
* @file Dark_MsgBox.ahk | |
* @link https://gist.github.com/nperovic/0b9a511eda773f9304813a6ad9eec137 | |
* @author Nikola Perovic | |
* @date 2024/04/20 | |
* @version 1.0.1 | |
***********************************************************************/ | |
#Requires AutoHotkey v2.1-alpha.9 |