DarkThemeListView
An AutoHotkey script that applies a dark theme to the ListView control. This script is compatible with AutoHotkey v2.1-alpha.9 or later.
Install / Use
/learn @nperovic/DarkThemeListViewREADME
DarkThemeListView
An AutoHotkey script that applies a dark theme to the ListView control. This script is compatible with AutoHotkey v2.1-alpha.9 or later.
Features
- Applies a dark theme to the ListView control.
- Compatible with AutoHotkey v2.1-alpha.9 or later.
- Learn more about the ahk v2.1-alpha: Click here
Usage
- Download the DarkListView.ahk file.
- Include the DarkListView.ahk file in your script.
- Implement dark theme by using the
SetDarkModemethod.
Example
#requires AutoHotkey v2.1-alpha.9
#include <DarkListView>
myGui := Gui(, "My ListView"), myGui.BackColor := 0x202020
lv := myGui.AddListView("Count100 LV0x8000 R10 W400 cWhite Background" myGui.BackColor, ["Select", "Number", "Description"])
lv.SetDarkMode()
License
This project is licensed under the MIT License - see the LICENSE.md file for details.
Related Skills
node-connect
342.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
85.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
342.5kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
