{"id":26061858,"url":"https://github.com/protesilaos/tempus-themes-vim","last_synced_at":"2026-07-06T08:31:09.800Z","repository":{"id":106876798,"uuid":"111295822","full_name":"protesilaos/tempus-themes-vim","owner":"protesilaos","description":"[Mirror] Tempus is a collection of themes for Vim, text editors, and terminal emulators that are compliant at the very least with the WCAG AA accessibility standard for colour contrast. This repo contains only the Vim files.","archived":false,"fork":false,"pushed_at":"2021-05-14T12:08:27.000Z","size":130,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-28T18:45:30.920Z","etag":null,"topics":["tempus-themes","vim","wcag-aa","wcag-aaa"],"latest_commit_sha":null,"homepage":"https://protesilaos.com/tempus-themes","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/protesilaos.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-19T13:04:33.000Z","updated_at":"2025-08-06T15:21:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"517edf66-5367-4aea-a77f-af8844a81f58","html_url":"https://github.com/protesilaos/tempus-themes-vim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/protesilaos/tempus-themes-vim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protesilaos%2Ftempus-themes-vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protesilaos%2Ftempus-themes-vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protesilaos%2Ftempus-themes-vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protesilaos%2Ftempus-themes-vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/protesilaos","download_url":"https://codeload.github.com/protesilaos/tempus-themes-vim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protesilaos%2Ftempus-themes-vim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35184015,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-06T02:00:07.184Z","response_time":106,"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":["tempus-themes","vim","wcag-aa","wcag-aaa"],"created_at":"2025-03-08T15:48:21.978Z","updated_at":"2026-07-06T08:31:09.795Z","avatar_url":"https://github.com/protesilaos.png","language":"Vim script","funding_links":["https://www.paypal.me/protesilaos"],"categories":[],"sub_categories":[],"readme":"# Tempus Themes for Vim\n\nThe theme files can be copied manually or installed as a bundle with a\nplugin.\n\n## 1 Manual method: we use the command line\n\nStart by cloning the `tempus-themes-vim` repo and entering it (unless\nyou prefer copy-pasting, in which case adapt accordingly):\n\n```sh\ngit clone https://gitlab.com/protesilaos/tempus-themes-vim.git --depth 1 \u0026\u0026 cd tempus-themes-vim\n```\n\n### 1.1 Create destination directory\n\nThe manual method requires you to copy the file to `~/.vim/colors/`.\nRun the following command, while ignoring line that start with `#`\n(those are just comments):\n\n```sh\n# Create path to colors directory if it does not already exist\nmkdir -p ~/.vim/colors/\n```\n\n### 1.2 Copying to destination directory\n\nNow run the following command for the theme of your choice.  The example\nuses `tempus_winter.vim`:\n\n```sh\ncp colors/tempus_winter.vim ~/.vim/colors/\n```\n\nDone.\n\n**Pro tip.** To copy all the themes at once, run the following:\n\n```sh\ncp colors/*.vim ~/.vim/colors/\n```\n\n## 2 Plugin method\n\nUse your favourite plugin manager method.\n\nWith [vim-plug](https://github.com/junegunn/vim-plug) add the following\nline to your `.vimrc`:\n\n```vim\nPlug \"https://gitlab.com/protesilaos/tempus-themes-vim.git\"\n```\n\nThen execute the plugin manager's command to update the plugin files.\n\n## 3 Applying the theme\n\nOnce available, the theme is declared with the following options inside\nthe `.vimrc`:\n\n```vim\n\" Theme\nsyntax enable\ncolorscheme tempus_winter\n```\n\nEnjoy!\n\nNote that by default, the theme does not set the background color when\nused in a terminal to play well with transparent terminals.  The\nbackground color can be set by adding the following option in the\n`.vimrc`:\n\n```vim\nlet g:tempus_enforce_background_color=1\n```\n\n## 4 GNU/Linux Package\n\nIf you use Arch Linux or derivatives, you can get these themes from the\n[AUR](https://aur.archlinux.org/packages/tempus-themes-vim-git/).\n\n## Additional resources\n\nFor more information about this project, screenshots, and all available\nports, refer to the main [Tempus themes\nrepo](https://gitlab.com/protesilaos/tempus-themes).\n\n## License\n\nGNU General Public License Version 3.\n\n## Meta\n\nAll theme files are created through scripts with the [Tempus themes\ngenerator](https://gitlab.com/protesilaos/tempus-themes-generator). See\nthe generator's CONTRIBUTING.md.\n\n## Donations\n\nIf you appreciate this work, consider [donating via\nPayPal](https://www.paypal.me/protesilaos).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotesilaos%2Ftempus-themes-vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprotesilaos%2Ftempus-themes-vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotesilaos%2Ftempus-themes-vim/lists"}