{"id":31374757,"url":"https://github.com/vic/tinted-jjui","last_synced_at":"2026-02-12T21:30:54.538Z","repository":{"id":307620732,"uuid":"1030101925","full_name":"vic/tinted-jjui","owner":"vic","description":"jjui themes generated from base16 and base24 color schemes.","archived":false,"fork":false,"pushed_at":"2025-11-07T01:02:44.000Z","size":2306,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-07T03:07:04.624Z","etag":null,"topics":["base16","base24","color-schemes","jj","jjui","themes"],"latest_commit_sha":null,"homepage":"https://idursun.github.io/jjui/Themes.html","language":"Mustache","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vic.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["vic"],"patreon":null,"open_collective":null,"ko_fi":"oeiuwq","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2025-08-01T05:07:48.000Z","updated_at":"2025-11-07T01:02:49.000Z","dependencies_parsed_at":"2025-08-01T09:01:16.128Z","dependency_job_id":"085b6b31-bf06-4398-acf2-1e220f68982a","html_url":"https://github.com/vic/tinted-jjui","commit_stats":null,"previous_names":["vic/tinted-jjui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vic/tinted-jjui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vic%2Ftinted-jjui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vic%2Ftinted-jjui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vic%2Ftinted-jjui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vic%2Ftinted-jjui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vic","download_url":"https://codeload.github.com/vic/tinted-jjui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vic%2Ftinted-jjui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29381745,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T20:34:40.886Z","status":"ssl_error","status_checked_at":"2026-02-12T20:23:00.490Z","response_time":55,"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":["base16","base24","color-schemes","jj","jjui","themes"],"created_at":"2025-09-28T00:48:18.461Z","updated_at":"2026-02-12T21:30:54.533Z","avatar_url":"https://github.com/vic.png","language":"Mustache","funding_links":["https://github.com/sponsors/vic","https://ko-fi.com/oeiuwq"],"categories":[],"sub_categories":[],"readme":"# [jjui themes](https://idursun.github.io/jjui/Themes.html) from [base16](https://github.com/tinted-theming/schemes/tree/master/base16) and [base24](https://github.com/tinted-theming/schemes/tree/master/base24) color schemes.\n\n# [Theme Gallery](https://tinted-theming.github.io/tinted-gallery/)\n\n## Usage\n\nDownload any of the `.toml` files from `./themes/` and place it\nin your `$HOME/.config/jjui/themes/` directory.\n\nThen edit `$HOME/.config/jjui/config.toml` to set your theme.\n\nFor example, to use `./themes/base24-solarized-dark-higher-contrast.toml`:\n\n\n```toml\n[ui]\ntheme = \"base24-solarized-dark-higher-contrast\"\n```\n\n## Adding all themes.\n\nDownload this repo .zip file.\n\n```shell\n# move all themes to your jjui config\nmv ./themes/*.toml $HOME/.config/jjui/themes/\n\n# Add each theme as a commented line under [ui]\necho '[ui]' \u003e\u003e $HOME/.config/jjui/config.toml\nls -1 $HOME/.config/jjui/themes/*.toml | xargs -n 1 basename | sed -e 's/.toml//' | sed -E 's/(.*)/# theme = \"\\1\"/' \u003e\u003e $HOME/.config/jjui/config.toml\n\n# Uncomment the theme you want to use.\nvi $HOME/.config/jjui/config.toml\n```\n\n## Customization.\n\nRemember that these themes are auto-generated frequently from base16 schemes. If you need to make a particular adaptation, either copy and maintain the theme yourself or use jjui theme [overrides](https://idursun.github.io/jjui/Themes.html).\n\n\n## Contributing\n\nContributions are welcome as long as changes seem reasonable and most themes work well. When modifying the template always regenerate themes and test locally dark and light variants.\n\nFollow the instructions at `templates/tinted-jjui.mustache`. Be sure to read the linked resources to understand how jjui themes work and how are tinted color schemes defined. \n\nUse [`tinted-builder-rust build . `](https://github.com/tinted-theming/tinted-builder-rust) to regenerate all themes. Make sure light and dark themes work properly.\n\nUse `bash vhs.sh \u003cTHEME\u003e` to generate a gif you can attach to your pull-request.\n\nFor example, `bash vhs.sh base16-rebecca` will print the URL to gif\n\nAttach screenshots to pull-requests of how themes look like before and after your changes.\n\nAttach screenshots to pull-requests of dark/light variants.\n\n\n\u003c!-- Keep this header LAST ! --\u003e\n## Themes\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvic%2Ftinted-jjui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvic%2Ftinted-jjui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvic%2Ftinted-jjui/lists"}