Skip to content

a test script for an AutoHotkey Dark Mode script by jNizM and slightly modified by me

Notifications You must be signed in to change notification settings

pikakid98/Dark-Mode-For-AHK-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dark Mode For AHK-v2

A test script for an AutoHotkey Dark Mode script by jNizM and slightly modified by me. The original unmodified version is available at THIS LINK. For those confused, The script you want is DarkMode.scriptlet and it's intended to be ran via the #Include function. If you're STILL confused, A demo script is provided.

Build requirements

AutoHotkey (v2)

Additional requirements if you decide to compile the demo script

Ahk2Exe
Upx
Compile-in-ator (Optional)

ADDITIONAL requirements if you decide to use my very own Compile-in-ator

Environment Variables (REQUIRED!!)

%AHK% Should be set to your AutoHotkey path. An example C:\Users\username\AutoHotkey (Make sure you aren't using a subdirectory)