{"id":22514846,"url":"https://github.com/nperovic/darkmsgbox","last_synced_at":"2026-02-15T10:10:45.807Z","repository":{"id":244607509,"uuid":"815736805","full_name":"nperovic/DarkMsgBox","owner":"nperovic","description":"Apply dark theme to your built-in MsgBox and InputBox.","archived":false,"fork":false,"pushed_at":"2024-06-16T03:28:50.000Z","size":19,"stargazers_count":9,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-12T13:56:04.845Z","etag":null,"topics":["ahk","ahk-library","ahk-script","ahk-scripts","ahk2","ahkscript","ahkv2","autohotkey","autohotkey-script","autohotkey-scripts","autohotkey-v2","autohotkeyv2","inputbox","messagebox","msgbox"],"latest_commit_sha":null,"homepage":"","language":"AutoHotkey","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"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-06-16T01:58:38.000Z","updated_at":"2025-08-03T19:48:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"c8df56ca-f93e-4305-a4c8-c27bd448e3fa","html_url":"https://github.com/nperovic/DarkMsgBox","commit_stats":null,"previous_names":["nperovic/darkmsgbox"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/nperovic/DarkMsgBox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nperovic%2FDarkMsgBox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nperovic%2FDarkMsgBox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nperovic%2FDarkMsgBox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nperovic%2FDarkMsgBox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nperovic","download_url":"https://codeload.github.com/nperovic/DarkMsgBox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nperovic%2FDarkMsgBox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29475336,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T06:58:05.414Z","status":"ssl_error","status_checked_at":"2026-02-15T06:58:05.085Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-library","ahk-script","ahk-scripts","ahk2","ahkscript","ahkv2","autohotkey","autohotkey-script","autohotkey-scripts","autohotkey-v2","autohotkeyv2","inputbox","messagebox","msgbox"],"created_at":"2024-12-07T03:22:24.485Z","updated_at":"2026-02-15T10:10:45.793Z","avatar_url":"https://github.com/nperovic.png","language":"AutoHotkey","funding_links":["https://buymeacoffee.com/nklprvcp"],"categories":[],"sub_categories":[],"readme":"# DarkMsgBox\n\u003e [!NOTE]  \n\u003e If you are using ahk [v2-alpha.13+](https://www.autohotkey.com/docs/alpha/ChangeLog.htm#v2.1-alpha.13), please [click here](https://github.com/nperovic/DarkMsgBox/tree/alpha). The alpha version supports [modules](https://www.autohotkey.com/docs/alpha/Modules.htm).\n\n![DarkMode_MsgBox](https://github.com/nperovic/DarkMsgBox/assets/122501303/cd0a25de-54fc-42e1-b0e1-56b373c5ce29)\n\n![DarkMode_InputBox](https://github.com/nperovic/DarkMsgBox/assets/122501303/a986b964-f98f-4d5a-a44a-f79db4d94b07)\n\n## How To Use\n### Include `Dark_MsgBox.ahk`\nLearn more about `#Include`: [AHK Official Document](https://www.autohotkey.com/docs/alpha/lib/_Include.htm)\n```php\n#Requires AutoHotkey v2\n#Include \u003cDark_MsgBox\u003e\n```\n\n### Basic Uses\n```py\nIB := InputBox(\"Please enter a phone number.\", \"Phone Number\", \"w300 h200\")\nif (IB.Result = \"Cancel\")\n    MsgBox \"You entered '\" IB.Value \"' but then cancelled.\",, 0x1\nelse\n    MsgBox \"You entered '\" IB.Value \"'.\", , 0x1\n```\n\n### Add Icon\n\u003e It has to be `MsgBox.Call` for setting icons.\n```py\nMsgBox.Call(\"123456\", \"Title\", \"CTC\", \"copilot.ico\")\n```\n\u003e For further details, please refer to the official document: [CLICK HERE](https://www.autohotkey.com/docs/v2/lib/MsgBox.htm)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnperovic%2Fdarkmsgbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnperovic%2Fdarkmsgbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnperovic%2Fdarkmsgbox/lists"}