{"id":21424059,"url":"https://github.com/yeah568/androirc-themes","last_synced_at":"2026-02-10T11:33:59.631Z","repository":{"id":83169967,"uuid":"51347449","full_name":"yeah568/androirc-themes","owner":"yeah568","description":"A collection of themes for AndroIRC.","archived":false,"fork":false,"pushed_at":"2016-03-15T09:50:05.000Z","size":380,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-10T11:42:54.334Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/yeah568.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2016-02-09T04:55:03.000Z","updated_at":"2016-02-09T04:55:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"5f78023d-7992-4a38-9659-2a620f98c63b","html_url":"https://github.com/yeah568/androirc-themes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yeah568/androirc-themes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeah568%2Fandroirc-themes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeah568%2Fandroirc-themes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeah568%2Fandroirc-themes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeah568%2Fandroirc-themes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yeah568","download_url":"https://codeload.github.com/yeah568/androirc-themes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeah568%2Fandroirc-themes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29298507,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T10:40:02.018Z","status":"ssl_error","status_checked_at":"2026-02-10T10:38:28.459Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-11-22T21:19:27.392Z","updated_at":"2026-02-10T11:33:59.604Z","avatar_url":"https://github.com/yeah568.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# androirc-themes\nA collection of themes for AndroIRC.\n\nPull requests for fixes and new themes highly appreciated.\n\n## Installation\nPlace ```{theme}.xml``` in ```/sdcard/AndroIRC/themes```.\nChoose the theme in the AndroIRC settings at Settings -\u003e Settings -\u003e Theme.\n\n## Current Themes\n\n### Monokai\nBased on the [HexChat Monokai theme](https://hexchat.github.io/themes.html).\n\n![Monokai screenshot](/Monokai/Monokai_screenshot.png?raw=true \"Monokai screenshot\")\n\n\n## Development\n\n### Attribute Guide\n\n- __text_light__: Main text colour.\n- __error__: \n- __information__: Informational messages? Includes \"Foo has said your nick on #Bar\".\n- __misc__: \n- __highlight__: Text colour for messages containing a highlight word.\n- __join__: User join message. (Foo has joined #Bar)\n- __part__: User part message. \n- __away__: /away - Away message. (You are now away, You're no longer away)\n- __quit__: \n- __mode__: \n- __nick__: /nick - Nick change message. (Foo is now known as Bar)\n- __invite__: \n- __topic__: /topic - Topic/MOTD colour.\n- __whois__: /whois - Whois message.\n- __ping__: \n- __ctcp__: \n- __notice__: \n- __raw__: \n- __connexion__: \n- __disconnexion__: \n- __stars__: \n- __state_hl__: \n- __state_newmessage__: \n- __state_systemmessage__: \n- __title__: \n- __operator__: Admin and op colour in userlist.\n- __half_operator__: Voiced user colour in userlist. __NOTE:__ Yes, voiced user. It appears that hop and voice colours are switched.\n- __voice__: Half-op colour in userlist. __NOTE:__ Yes, half-op. It appears that hop and voice colours are switched.\n\n### Parent Themes\n```\u003cparent_theme\u003e``` can only be set to ```dark``` or ```light```. This changes the background colour to gray or white, respectively.\n\n### Message Formatting\n\nCurrently, only standard and ACTION messages can be styled.\n\nFor standard messages, use:\n```xml\n\u003cpattern name=\"message\"\u003e\u003c/pattern\u003e\n```\n\nFor ACTION (/me) messages, use\n```xml\n\u003cpattern name=\"action\"\u003e\u003c/pattern\u003e\n```\n\nPlace the pattern inside the tag.\n\nThe following placeholders can be used:\n- ```%rank%``` - Symbol for the rank of the user. \n- ```%nick%``` - User's name.\n- ```%message%``` - The actual text.\n\nIn addition, ```\u003cbold\u003e\u003c/bold\u003e```, ```\u003cbackgroundcolor color=\"#c01025\"\u003e\u003c/color\u003e``` and ```\u003ccolor color=\"#c01025\"\u003e\u003c/color\u003e``` can be used to style text in the patterns.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeah568%2Fandroirc-themes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyeah568%2Fandroirc-themes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeah568%2Fandroirc-themes/lists"}