{"id":22514841,"url":"https://github.com/nperovic/darkthemelistview","last_synced_at":"2025-07-07T20:08:26.473Z","repository":{"id":232614865,"uuid":"784761432","full_name":"nperovic/DarkThemeListView","owner":"nperovic","description":"An AutoHotkey script that applies a dark theme to the ListView control. This script is compatible with AutoHotkey v2.1-alpha.9 or later.","archived":false,"fork":false,"pushed_at":"2024-06-15T20:09:27.000Z","size":10,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-15T21:24:42.685Z","etag":null,"topics":["ahk","ahk-script","ahk2","autohotkey","autohotkey-v2","dark-mode","dark-theme","gui","listview","win32gui","windows"],"latest_commit_sha":null,"homepage":"","language":"AutoHotkey","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nperovic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"nklprvcp","custom":null}},"created_at":"2024-04-10T14:01:03.000Z","updated_at":"2024-06-15T21:24:45.379Z","dependencies_parsed_at":"2024-06-15T21:24:44.866Z","dependency_job_id":"9f4ddf63-3f81-4029-9f07-9556a0b37aa5","html_url":"https://github.com/nperovic/DarkThemeListView","commit_stats":null,"previous_names":["nperovic/darkthemelistview"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nperovic%2FDarkThemeListView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nperovic%2FDarkThemeListView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nperovic%2FDarkThemeListView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nperovic%2FDarkThemeListView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nperovic","download_url":"https://codeload.github.com/nperovic/DarkThemeListView/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228554174,"owners_count":17936116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ahk","ahk-script","ahk2","autohotkey","autohotkey-v2","dark-mode","dark-theme","gui","listview","win32gui","windows"],"created_at":"2024-12-07T03:22:24.178Z","updated_at":"2024-12-07T03:22:24.644Z","avatar_url":"https://github.com/nperovic.png","language":"AutoHotkey","funding_links":["https://buymeacoffee.com/nklprvcp"],"categories":[],"sub_categories":[],"readme":"# DarkThemeListView\nAn AutoHotkey script that applies a dark theme to the `ListView` control. This script is compatible with AutoHotkey v2.1-alpha.9 or later.\n\n## Features\n- Applies a dark theme to the ListView control.\n- Compatible with [AutoHotkey v2.1-alpha.9](https://github.com/AutoHotkey/AutoHotkeyDocs/tree/alpha) or later.\n- Learn more about the ahk v2.1-alpha: [Click here](https://github.com/AutoHotkey/AutoHotkeyDocs/tree/alpha)\n\n![UIAViewer.ahk applied dark theme](https://github.com/nperovic/DarkThemeListView/assets/122501303/6f84f932-ca64-45d7-853c-939e33b8fea5)\n\n\n## Usage\n1. Download the [DarkListView.ahk](DarkListView.ahk) file.\n2. Include the [DarkListView.ahk](DarkListView.ahk) file in your script.\n3. Implement dark theme by using the `SetDarkMode` method.\n\n## Example\n```HS\n#requires AutoHotkey v2.1-alpha.9\n#include \u003cDarkListView\u003e\n\nmyGui := Gui(, \"My ListView\"), myGui.BackColor := 0x202020\nlv    := myGui.AddListView(\"Count100 LV0x8000 R10 W400 cWhite Background\" myGui.BackColor, [\"Select\", \"Number\", \"Description\"])\nlv.SetDarkMode() \n```\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnperovic%2Fdarkthemelistview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnperovic%2Fdarkthemelistview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnperovic%2Fdarkthemelistview/lists"}