{"id":13898855,"url":"https://github.com/josuegaleas/jay","last_synced_at":"2025-07-17T16:30:59.808Z","repository":{"id":140500642,"uuid":"61244983","full_name":"josuegaleas/jay","owner":"josuegaleas","description":"Yet another Vim colorscheme on GitHub. Inspired by Molokai.","archived":false,"fork":false,"pushed_at":"2018-08-21T19:31:26.000Z","size":10243,"stargazers_count":37,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-25T05:30:34.117Z","etag":null,"topics":["airline","colorscheme","lightline","vim","vim-colorscheme","vimrc"],"latest_commit_sha":null,"homepage":"","language":"Vim script","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/josuegaleas.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":"2016-06-15T22:22:15.000Z","updated_at":"2024-09-10T18:33:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"197ec984-e8cd-44ae-b96b-cf51415307bd","html_url":"https://github.com/josuegaleas/jay","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/josuegaleas/jay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josuegaleas%2Fjay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josuegaleas%2Fjay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josuegaleas%2Fjay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josuegaleas%2Fjay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josuegaleas","download_url":"https://codeload.github.com/josuegaleas/jay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josuegaleas%2Fjay/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265629877,"owners_count":23801484,"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":["airline","colorscheme","lightline","vim","vim-colorscheme","vimrc"],"created_at":"2024-08-06T18:04:29.507Z","updated_at":"2025-07-17T16:30:59.803Z","avatar_url":"https://github.com/josuegaleas.png","language":"Vim script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# jay\nYet another Vim colorscheme on GitHub. Inspired by [Molokai](https://github.com/tomasr/molokai).\n\n## Features\n- Same color palette for both terminal and GUI Vim\n- Light and dark modes\n- Transparent option\n- Support for 256 and 16 color terminals\n- Explicitly supported plugins:\n    - [vim-airline](https://github.com/vim-airline/vim-airline) (no 16-color support yet)\n    - [lightline.vim](https://github.com/itchyny/lightline.vim) (no 16-color support yet)\n    - [Vim Better Whitespace](https://github.com/ntpeters/vim-better-whitespace)\n    - Want a certain plugin supported? Feel free to open an issue!\n\n# Gallery\nFont used in screenshots is [Hack](https://github.com/source-foundry/Hack). Additional syntax highlighting done by [vim-polyglot](https://github.com/sheerun/vim-polyglot). Statusline is a handmade one that can be found in [jvim](https://github.com/josuegaleas/jvim). For more examples in different languages, visit 'jay' on [colorswat.ch](https://colorswat.ch/vim/schemes/jay).\n\n## Dark Mode\n![Dark Mode](https://raw.githubusercontent.com/josuegaleas/jay-images/master/sample_Dark.png?raw=true)\n\n## Light Mode\n![Light Mode](https://raw.githubusercontent.com/josuegaleas/jay-images/master/sample_Light.png?raw=true)\n\n## Airline Theme\n![Airline (Dark)](https://raw.githubusercontent.com/josuegaleas/jay-images/master/statusline_Airline_Dark.png?raw=true)\n\n![Airline (Light)](https://raw.githubusercontent.com/josuegaleas/jay-images/master/statusline_Airline_Light.png?raw=true)\n\n## Lightline Colorscheme\n![Lightline (Dark)](https://raw.githubusercontent.com/josuegaleas/jay-images/master/statusline_Lightline_Dark.png?raw=true)\n\n![Lightline (Light)](https://raw.githubusercontent.com/josuegaleas/jay-images/master/statusline_Lightline_Light.png?raw=true)\n\n## Palette\nTabulated values can be found [here](./PALETTE.md).\n\n![Palette (Dark)](https://raw.githubusercontent.com/josuegaleas/jay-images/master/palette_Dark.png?raw=true)\n\n![Palette (Light)](https://raw.githubusercontent.com/josuegaleas/jay-images/master/palette_Light.png?raw=true)\n\n# Installation\n## 1) Installing the Colorscheme\n### Manually\n- Download this repository and unzip its contents\n- Copy or move the contents into your `.vim` directory\n\n### [vim-plug](https://github.com/junegunn/vim-plug) (or similar plugin manager)\n- Add `Plug 'josuegaleas/jay'` to your `.vimrc`\n- Restart Vim and use `:PlugInstall` to install\n\n### Vim's Built-In Package Manager (see `:help packages`)\nClone this repository into your `.vim/pack` directory with:\n```bash\ngit clone --depth=1 https://github.com/josuegaleas/jay.git ~/.vim/pack/josuegaleas/start/jay\n```\n\n### [pathogen.vim](https://github.com/tpope/vim-pathogen)\nClone this repository into your `.vim/bundle` directory with:\n```bash\ngit clone --depth=1 https://github.com/josuegaleas/jay.git ~/.vim/bundle/jay/\n```\n\n## 2) Updating `.vimrc`\n### Dark Mode\nAdd the following lines to your `.vimrc`:\n```viml\nsyntax enable\nset background=dark\ncolorscheme jay\n```\n\n### Light Mode\nAdd the following lines to your `.vimrc`:\n```viml\nsyntax enable\nset background=light\ncolorscheme jay\n```\n\n### Transparent Option\nAdd the following line anywhere **before** `colorscheme jay` to your `.vimrc`:\n```viml\nlet jay_transparent = 1\n```\n\n### Matching Airline Theme\nAirline *should* automatically set the matching theme. Optionally, you can enable powerline symbols with:\n```viml\nlet g:airline_powerline_fonts = 1\n```\n\n### Matching Lightline Colorscheme\nAdd the following line to your `.vimrc`:\n```viml\nlet g:lightline = {'colorscheme': 'jay'}\n```\n\n# Roadmap\n- Add 16-color support to the Airline theme and the Lightline colorscheme\n- Add explicit support for more plugins\n- Maybe rewrite the colorscheme using [vim-colortemplate](https://github.com/lifepillar/vim-colortemplate)\n- Add support for Neovim exclusive stuff\n\n# References\n- [gruvbox](https://github.com/morhetz/gruvbox)\n- [Solarized](https://github.com/altercation/vim-colors-solarized)\n- [Creating colorschemes for Vim](https://web.archive.org/web/20240416003858/http://vimcasts.org/episodes/creating-colorschemes-for-vim/)\n- [Consistent terminal colors with 16-ANSI-color Vim themes](https://jeffkreeftmeijer.com/vim-16-color/)\n- [Vim's colorscheme incubator](https://github.com/vim/colorschemes)\n- [Everforest](https://github.com/sainnhe/everforest)\n- [abbott.vim](https://github.com/bcat/abbott.vim)\n- `$VIMRUNTIME/syntax/syncolor.vim`\n\n# Tools\n- [Xterm Color Table](https://github.com/guns/xterm-color-table.vim)\n- [Colorizer](https://github.com/chrisbra/Colorizer)\n- [HiLinkTrace](https://github.com/gerw/vim-HiLinkTrace)\n- `:highlight`\n- `:source $VIMRUNTIME/syntax/hitest.vim`\n\n# Credit\n- [FliiFe](https://github.com/FliiFe) for motivating me to make the transparent option.\n- [ksergey](https://github.com/ksergey) for motivating me to improve the tabline of the Airline theme and the Lightline colorscheme.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosuegaleas%2Fjay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosuegaleas%2Fjay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosuegaleas%2Fjay/lists"}