Skip to content

An AutoHotkey script that applies a dark theme to the ListView control. This script is compatible with AutoHotkey v2.1-alpha.9 or later.

License

Notifications You must be signed in to change notification settings

nperovic/DarkThemeListView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

UIAViewer.ahk applied dark theme

Usage

  1. Download the DarkListView.ahk file.
  2. Include the DarkListView.ahk file in your script.
  3. Implement dark theme by using the SetDarkMode method.

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.

About

An AutoHotkey script that applies a dark theme to the ListView control. This script is compatible with AutoHotkey v2.1-alpha.9 or later.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published