{"id":17012229,"url":"https://github.com/ngscheurich/gloam-vim","last_synced_at":"2026-05-05T06:33:11.084Z","repository":{"id":75375770,"uuid":"132995416","full_name":"ngscheurich/gloam-vim","owner":"ngscheurich","description":"🎨 A cool, moody colorscheme for Vim and vim-airline.","archived":false,"fork":false,"pushed_at":"2018-05-11T16:26:13.000Z","size":153,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T19:46:04.501Z","etag":null,"topics":["colorscheme","vim","vim-airline"],"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/ngscheurich.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-05-11T05:53:36.000Z","updated_at":"2018-05-11T22:22:24.000Z","dependencies_parsed_at":"2023-06-06T08:00:27.762Z","dependency_job_id":null,"html_url":"https://github.com/ngscheurich/gloam-vim","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/ngscheurich%2Fgloam-vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngscheurich%2Fgloam-vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngscheurich%2Fgloam-vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngscheurich%2Fgloam-vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngscheurich","download_url":"https://codeload.github.com/ngscheurich/gloam-vim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244966461,"owners_count":20539794,"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":["colorscheme","vim","vim-airline"],"created_at":"2024-10-14T06:09:54.933Z","updated_at":"2026-05-05T06:33:11.035Z","avatar_url":"https://github.com/ngscheurich.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎨 gloam\n\n![gloam](gloam.png)\n\nA cool, moody colorscheme for [Vim](https://www.vim.org/) and\n[vim-airline](https://github.com/vim-airline/vim-airline).\n\n## Table of contents\n\n* [gloam](#-gloam)\n  * [Table of Contents](#table-of-contents)\n  * [Prior Art](#prior-art)\n  * [Installation](#installation)\n  * [Roadmap](#roadmap)\n  * [Contibuting](#contibuting)\n  * [License](#license)\n\n## Prior Art\n\ngloam is heavily based on two of my favorite colorschemes,\n[tender](https://github.com/jacoborus/tender.vim) and\n[Greenery](https://github.com/Jaredk3nt/nova-theme). In fact, it’s\nessentially a palette swap of tender, using mostly the Greenery colors.\nJust as tender is, gloam is generated by [Estilo](https://github.com/jacoborus/estilo)\nand the [gloam header image](https://github.com/ngscheurich/gloam-vim) is a direct\nremix of [tender’s](https://cloud.githubusercontent.com/assets/829859/18413534/f7cb472c-77aa-11e6-86bf-9c790aadd2df.png).\n\nMany thanks to [@jacoborus](https://github.com/jacoborus/) and\n[@Jaredk3nt](https://github.com/Jaredk3nt) for their hard work!\n\n## Installation\n\nInstall manually, or using the package manager of your choice:\n\n```viml\n\" vim-plug\nPlug 'ngscheurich/gloam.vim'\n\n\" NeoBundle\nNeoBundle 'ngscheurich/gloam.vim'\n\n\" Vundle\nPlugin 'ngscheurich/gloam.vim'\n```\n\nOnce installed, set the colorscheme in your `.vimrc` or `init.vim`:\n\n```viml\n\" Vim \u003e=8.0 or Neovim \u003e= 0.1.5\nif (has(\"termguicolors\"))\n set termguicolors\nendif\n\n\" Neovim 0.1.3 and 0.1.4\nlet $NVIM_TUI_ENABLE_TRUE_COLOR=1\n\n# Enable syntax highlighting and set colorscheme\nsyntax enable\ncolorscheme gloam\n```\n\nYou can use the included [vim-airline](https://github.com/vim-airline/vim-airline)\ntheme like:\n\n```viml\nlet g:airline_theme = 'gloam'\n```\n\nFix for MacVim (see: [issue](https://github.com/jacoborus/tender.vim/issues/9)):\n\n```viml\nlet macvim_skip_colorscheme = 1\n```\n\nIf you like gloam-vim and are an [iTerm2](https://www.iterm2.com/) user, you should\ncheck out [gloam-iterm2](https://github.com/ngscheurich/gloam-iterm2).\n\n## Roadmap\n\nI plan to add aditional syntax themes for some of the languages I work\nin frequently, including:\n\n* [ ] Elixir\n* [ ] Lua\n* [ ] GDScript\n\n## Contributing\n\nWant to contribute? Awesome! Contributions are always welcome—just be sure to\nread and follow the [code of conduct](https://github.com/ngscheurich/gloam.vim/blob/master/CODE_OF_CONDUCT.md).\n\n## License\n\nThis project is released under the [MIT license](https://github.com/ngscheurich/gloam.vim/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngscheurich%2Fgloam-vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngscheurich%2Fgloam-vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngscheurich%2Fgloam-vim/lists"}