{"id":29212072,"url":"https://github.com/tinted-theming/base16-hexchat","last_synced_at":"2026-02-03T03:34:36.391Z","repository":{"id":43799537,"uuid":"511657323","full_name":"tinted-theming/base16-hexchat","owner":"tinted-theming","description":"Base16 for HexChat (and XChat)","archived":false,"fork":false,"pushed_at":"2025-06-29T00:50:42.000Z","size":210,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-29T01:39:10.533Z","etag":null,"topics":["base16","hexchat","themes"],"latest_commit_sha":null,"homepage":"","language":"Mustache","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/tinted-theming.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-07-07T19:54:42.000Z","updated_at":"2025-06-29T00:50:46.000Z","dependencies_parsed_at":"2024-01-14T02:54:48.412Z","dependency_job_id":"91caa39a-ef03-4659-871d-ce52c3bc2c3d","html_url":"https://github.com/tinted-theming/base16-hexchat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tinted-theming/base16-hexchat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinted-theming%2Fbase16-hexchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinted-theming%2Fbase16-hexchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinted-theming%2Fbase16-hexchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinted-theming%2Fbase16-hexchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinted-theming","download_url":"https://codeload.github.com/tinted-theming/base16-hexchat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinted-theming%2Fbase16-hexchat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263222519,"owners_count":23433031,"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":["base16","hexchat","themes"],"created_at":"2025-07-02T22:06:56.039Z","updated_at":"2026-02-03T03:34:36.316Z","avatar_url":"https://github.com/tinted-theming.png","language":"Mustache","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Base16 for HexChat (and XChat)\n\nSee the [Base16 repository][1] for more information.\n\nThis template maps Base16 colors in a way to preserve the original\nintent of mIRC and HexChat colors, whose color palettes contain colors\nnot identically representable with Base16.\n\n## Usage\n\n### Manual\n\nCopy your chosen theme from the [colors](colors) directory, and replace\nthe `colors.conf` in your HexChat configuration directory:\n\n*    Windows: `%APPDATA%\\HexChat`\n*    Microsoft Store:\n     `%LOCALAPPDATA%\\Packages\\39215TingPing.HexChat_fqe8h3fzrj50c\\LocalCache\\Roaming\\HexChat`\n*    Unix: `~/.config/hexchat`\n*    Flatpak: `~/.var/app/io.github.Hexchat/config/hexchat`\n*    Snap: `~/snap/hexchat/current/.config/hexchat`\n\n### Script (unix systems only)\n\nSwitch themes using the theme switcher script. It accepts a single\nargument which is the kebab-case name of the theme. For example:\n\n```shell\n./bin/base16-hexchat-theme gruvbox-dark-medium\n```\n\n#### Run from anywhere\n\nAdd the following to your shell `*rc` file and make sure the path to\nwhere you cloned base16-hexchat is correct:\n\n```shell\nexport PATH=/your/path/to/base16-hexchat/bin:$PATH\n```\n\nOpen a new terminal window or source your shell file and now you can\nswitch the theme easily from anywhere.\n\n```shell\nbase16-hex-theme gruvbox-dark-medium\n```\n\n## Documentation of `colors.conf` format\n\n(Borrowed from\n[jtmohr](https://github.com/jtmohr/xchat-colors-solarized), thank you)\n\nIndex   | Description\n---     | ---\n01 - 15 | mIRC colors\n16      | MOTD indicator\n17      | User level indicators ( ~, \u0026, @, %, +)\n18      | Primary nick color (when not using \"colored nick names\"), channel action or message\n19      | Nick color #1, join message\n20      | Nick color #2\n21      | Channel message, action highlight\n22      | Nick color #3, server messages\n23      | Quit and part messages\n24      | Nick color #4, notify and ignore header\n25      | Nick color #5, user angle bracket color\n26      | Nick color #6, DCC and channel messages\n27      | Nick color #7, some whois, nick angle bracket color\n28      | Nick color #8, some whois, NickServ dashes\n29      | Nick color #9, channel topic color\n30      | User message, some whois, some DCC\n31      | User nick color\n256     | Selected foreground\n257     | Selected background\n258     | Default foreground\n259     | Default background\n260     | Marker line\n261     | New data\n262     | Highlight\n263     | New message\n264     | Away user\n265     | Spell checker\n\n## Contributing\n\nSee [`CONTRIBUTING.md`][2], which contains building and contributing\ninstructions.\n\n[1]: https://github.com/tinted-theming/home\n[2]: CONTRIBUTING.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinted-theming%2Fbase16-hexchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinted-theming%2Fbase16-hexchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinted-theming%2Fbase16-hexchat/lists"}