{"id":19264638,"url":"https://github.com/cappyzawa/tmux-tokyonight","last_synced_at":"2025-04-21T18:31:56.708Z","repository":{"id":104340065,"uuid":"305853917","full_name":"cappyzawa/tmux-tokyonight","owner":"cappyzawa","description":null,"archived":false,"fork":false,"pushed_at":"2020-10-21T00:00:08.000Z","size":3,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T15:21:23.853Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/cappyzawa.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":"2020-10-20T23:07:11.000Z","updated_at":"2024-03-28T03:34:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc0dbc06-d49e-4e10-a937-99840659901f","html_url":"https://github.com/cappyzawa/tmux-tokyonight","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cappyzawa%2Ftmux-tokyonight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cappyzawa%2Ftmux-tokyonight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cappyzawa%2Ftmux-tokyonight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cappyzawa%2Ftmux-tokyonight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cappyzawa","download_url":"https://codeload.github.com/cappyzawa/tmux-tokyonight/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250111089,"owners_count":21376588,"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":[],"created_at":"2024-11-09T19:41:54.369Z","updated_at":"2025-04-21T18:31:56.702Z","avatar_url":"https://github.com/cappyzawa.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tmux-tokyonight\n\nThe tokyonight color scheme for tmux, based on [ghifarit53/tokyonight-vim](https://github.com/ghifarit53/tokyonight-vim) which inspired by [enkia/tokyo-night-vscode-theme](https://github.com/enkia/tokyo-night-vscode-theme).\n\n![image](https://github.com/cappyzawa/demo/blob/master/tmux-tokyonight/image.png?raw=true)\n\nThe implementation of this plugin is based on [odedlaz/tmux-tokyonight-theme](https://github.com/odedlaz/tmux-tokyonight-theme).\n\n## How to install\n\nThis plugin can be installed by tpm.\n\n```\nset -g @plugin 'cappyzawa/tmux-tokyonight'\n```\n\nor manual installation.\n\n## How to setup\n\n### Set Options\n\n**!** Set the following options in your `.tmux.conf`\n\n#### widgets\n\nWidgets can be controlled by setting `@tokyonight_widgets`, for example:\n\n```\nset -g @tokyonight_widgets \"#(date +%s)\"\n```\n\nOnce set, these widgets will show on the right.\n\n**default**: empty string.\n\n#### Time format\n\nTime format can be controlled by setting `@tokyonight_time_format`, for example:\n\n```\nset -g @tokyonight_time_format \"%I:%M %p\"\n```\n\n`%I` - The hour as a decimal number using a 12-hour clock  \n`%M` - The minute as a decimal number  \n`%p` -  Either \"AM\" or \"PM\" according to the given time value.\n\n**default**: `%R` - The time in 24-hour notation (%H:%M).\n\nThese modifiers were taken from from [strftime manpage](http://man7.org/linux/man-pages/man3/strftime.3.html).\n\n#### Date format\n\nDate format can be controlled by setting `@tokyonight_date_format`, for example:\n\n```\nset -g @tokyonight_date_format \"%D\"\n```\n\n`%D` - Equivalent to %m/%d/%y (American format).   \n`%m` - The month as a decimal number.  \n`%d` - The day of the month as a decimal number  \n`%y` - The year as a decimal number without the century.  \n\n**default**: `%d/%m/%Y` - The date in non-American format.\n\nThese modifiers were taken from from [strftime manpage](http://man7.org/linux/man-pages/man3/strftime.3.html).\n\n### License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcappyzawa%2Ftmux-tokyonight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcappyzawa%2Ftmux-tokyonight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcappyzawa%2Ftmux-tokyonight/lists"}