{"id":29212070,"url":"https://github.com/tinted-theming/tinted-tmux","last_synced_at":"2025-07-29T23:32:38.959Z","repository":{"id":34316548,"uuid":"145470393","full_name":"tinted-theming/tinted-tmux","owner":"tinted-theming","description":"Base16 theme for tmux","archived":false,"fork":false,"pushed_at":"2025-06-29T01:17:51.000Z","size":831,"stargazers_count":55,"open_issues_count":0,"forks_count":13,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-29T02:31:54.064Z","etag":null,"topics":["base16","base24","themes","tmux"],"latest_commit_sha":null,"homepage":null,"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":"2018-08-20T21:04:29.000Z","updated_at":"2025-06-29T01:17:55.000Z","dependencies_parsed_at":"2024-02-18T01:32:14.749Z","dependency_job_id":"f7960c97-c872-4fef-a91c-723e55947caf","html_url":"https://github.com/tinted-theming/tinted-tmux","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tinted-theming/tinted-tmux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinted-theming%2Ftinted-tmux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinted-theming%2Ftinted-tmux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinted-theming%2Ftinted-tmux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinted-theming%2Ftinted-tmux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinted-theming","download_url":"https://codeload.github.com/tinted-theming/tinted-tmux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinted-theming%2Ftinted-tmux/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267779994,"owners_count":24143201,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","themes","tmux"],"created_at":"2025-07-02T22:06:56.023Z","updated_at":"2025-07-29T23:32:38.932Z","avatar_url":"https://github.com/tinted-theming.png","language":"Mustache","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tinted Tmux\n\n[![Matrix Chat](https://img.shields.io/matrix/tinted-theming:matrix.org)](https://matrix.to/#/#tinted-theming:matrix.org)\n\nTinted Tmux provides all the [Base16] and [Base24] theme variants for tmux.\nEasily swap between over 250 themes.\n\nSee [Tinted Theming] for more information.\n\nPreviously [base16-tmux], but we've since added Base24 themes and plan\nto add themes for different color systems in future, the `base16-`\nprefix doesn't work anymore so we've moved to the less restrictive name\n`tinted-tmux`.\n\n## Installation\n\n### Manual\n\nOnce you've cloned this repo locally somewhere, you can source the theme\nyou want to use from within your `.tmux.conf` file. Add the following\nline to your `.tmux.conf`.\n\n```tmux\nsource-file path/to/tinted-tmux/colors/base16-default-dark.conf\n```\n\n### Installation with TPM (Tmux Plugin Manager)\n\nAdd plugin to the list of [TPM] plugins in `.tmux.conf`:\n\n```tmux\nset -g @plugin 'tinted-theming/tinted-tmux'\n```\n\nMake sure to source your newly updated `.tmux.conf`. Hit `prefix + I` to\nfetch the plugin and source it. The plugin should now be working.\n\nAll the base16 themes are provided so you can pick and choose via\n`.tmux.conf` option:\n\n```tmux\nset -g @tinted-color 'base16-default-dark' # (the default)\n```\n\n## Usage \n\nTo dynamically switch your theme, have a look at [Tinty], Tinted\nTheming's CLI theme manager. The [Tinty USAGE.md] page has specific\ninformation on setting up tinted-tmux.\n\n## Configuration\n\nIn most cases, you have to force tmux to assume the terminal supports\n256 colours. For this, start tmux as `tmux -2`.\n\nThese themes work on tmux \u003e=3. They may work in older versions but is\nuntested.\n\nYou can optionally enable some styling options. You can do this by\nadding the relevant environment variable to your shell `.*rc` file.\n\n### Active/inactive pane state\n\n```shell\nexport TINTED_TMUX_OPTION_ACTIVE=1\n```\n\nThis adds support which changes background color for the focussed pane\nvs blurred panes.\n\n### Statusbar\n\n```shell\nexport TINTED_TMUX_OPTION_STATUSBAR=1\n```\n\nThis adds a basic statusbar. This is optional because users may already\nhave a statusbar they prefer or prefer something more simple. This\nstatusbar was inspired by [tmux-gruvbox].\n\n## Contributing\n\nSee [CONTRIBUTING.md] for building and contributing instructions.\n\nBased on the work of [tmux-colors-solarized].\n\n[Tinted Theming]: https://github.com/tinted-theming/home\n[Base16]: https://github.com/tinted-theming/home/blob/main/styling.md\n[Base24]: https://github.com/tinted-theming/base24/blob/master/styling.md\n[TPM]: https://github.com/tmux-plugins/tpm\n[tmux-colors-solarized]: https://github.com/seebi/tmux-colors-solarized\n[CONTRIBUTING.md]: CONTRIBUTING.md\n[tmux-gruvbox]: https://github.com/egel/tmux-gruvbox\n[base16-tmux]: https://github.com/tinted-theming/base16-tmux\n[Tinty]: https://github.com/tinted-theming/tinty\n[Tinty USAGE.md]: https://github.com/tinted-theming/tinty/blob/main/USAGE.md#tmux\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinted-theming%2Ftinted-tmux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinted-theming%2Ftinted-tmux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinted-theming%2Ftinted-tmux/lists"}