{"id":16388043,"url":"https://github.com/dotmpe/chauvet-vim","last_synced_at":"2026-02-18T12:01:32.201Z","repository":{"id":138231867,"uuid":"461346301","full_name":"dotmpe/chauvet-vim","owner":"dotmpe","description":"An amber colorscheme for Vim","archived":false,"fork":false,"pushed_at":"2022-11-05T19:40:03.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T07:16:39.066Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dotmpe.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-02-20T00:22:11.000Z","updated_at":"2022-09-01T18:20:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"bcf05cb2-b7ec-47eb-8b4b-90de23a368db","html_url":"https://github.com/dotmpe/chauvet-vim","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dotmpe/chauvet-vim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotmpe%2Fchauvet-vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotmpe%2Fchauvet-vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotmpe%2Fchauvet-vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotmpe%2Fchauvet-vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotmpe","download_url":"https://codeload.github.com/dotmpe/chauvet-vim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotmpe%2Fchauvet-vim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29578143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T08:38:15.585Z","status":"ssl_error","status_checked_at":"2026-02-18T08:38:14.917Z","response_time":162,"last_error":"SSL_read: 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":[],"created_at":"2024-10-11T04:28:12.047Z","updated_at":"2026-02-18T12:01:32.179Z","avatar_url":"https://github.com/dotmpe.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chauvet\n\nA (somewhat) amber-yellow colorscheme for Vim.\nTo install use this URL with your package manager (see [Install](#Installation))\n```\n  https://github.com/dotmpe/chauvet-vim.git\n```\n\n![Vim Terminal Screenshot with Chauvet](https://user-images.githubusercontent.com/310639/155468051-f17d2775-e6b9-47ef-b8f5-7bb662098f7f.png)\n*Showing off insert mode, Airline, Tabline, vim-help, NERDTree and a new buffer*\n\n## Installation\nPoint your package manager to this Git URL and then use `coloscheme chauvet` in your settings.\n```\n  https://github.com/dotmpe/chauvet-vim.git\n```\n\nIf you do not have a Vim add-on package manager, you know what to do.\n(I.e. either:\n\n1. Get one. I use Pathogen, but I need to manage updates with something else.\n   But [Vim plug](https://github.com/junegunn/vim-plug) has 25k stars.\n2. Have a look at `:set runtimepath?` or `:help runtimepath` to see where you need to put `chauvet.vim`. (Probably in `~/.vim/colors/`.))\n\nAfter installing, test with\n```\n:colo chauvet\n```\n\nAnd add the setting to your `~/.vimrc`'s.\n\nTIP: you can also use different themes per shell environment,\nand still have a default if none given.\n```vim\nif $VIM_THEME == \"\"\n  let $VIM_THEME=\"chauvet\"\nendif\ncolorscheme $VIM_THEME\n\nif $VIM_AIRLINE_THEME == \"\"\n  let $VIM_AIRLINE_THEME=\"chauvet\"\nendif\n\nif \"$VIM_AIRLINE_THEME\" != \"\" | let g:airline_theme = $VIM_AIRLINE_THEME | endif\n```\n\n## Status\n\nMaintained. See [Chauvet main project](https://github.com/dotmpe/chauvet) for on-going development.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotmpe%2Fchauvet-vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotmpe%2Fchauvet-vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotmpe%2Fchauvet-vim/lists"}