{"id":13429319,"url":"https://github.com/vim-airline/vim-airline-themes","last_synced_at":"2025-04-08T09:03:38.225Z","repository":{"id":38359653,"uuid":"50551416","full_name":"vim-airline/vim-airline-themes","owner":"vim-airline","description":"A collection of themes for vim-airline","archived":false,"fork":false,"pushed_at":"2024-01-06T14:21:45.000Z","size":1316,"stargazers_count":2002,"open_issues_count":7,"forks_count":353,"subscribers_count":40,"default_branch":"master","last_synced_at":"2024-03-27T07:55:01.154Z","etag":null,"topics":[],"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/vim-airline.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-01-28T03:19:01.000Z","updated_at":"2024-07-31T03:52:54.489Z","dependencies_parsed_at":"2024-01-06T15:32:11.417Z","dependency_job_id":"666dd9c5-058b-4dcf-b11c-d71aa3edb007","html_url":"https://github.com/vim-airline/vim-airline-themes","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/vim-airline%2Fvim-airline-themes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vim-airline%2Fvim-airline-themes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vim-airline%2Fvim-airline-themes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vim-airline%2Fvim-airline-themes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vim-airline","download_url":"https://codeload.github.com/vim-airline/vim-airline-themes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247809963,"owners_count":20999816,"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-07-31T02:00:34.233Z","updated_at":"2025-04-08T09:03:38.189Z","avatar_url":"https://github.com/vim-airline.png","language":"Vim Script","funding_links":[],"categories":["Editor Utilities","Vim Script","Vim script","Plugins / Themes / Dependencies"],"sub_categories":["Installing"],"readme":"# vim-airline-themes [![Build Status](https://travis-ci.org/vim-airline/vim-airline-themes.svg?branch=master)](https://travis-ci.org/vim-airline/vim-airline-themes) [![reviewdog](https://github.com/vim-airline/vim-airline-themes/workflows/reviewdog/badge.svg?branch=master\u0026event=push)](https://github.com/vim-airline/vim-airline-themes/actions?query=workflow%3Areviewdog+event%3Apush+branch%3Amaster)\n\nThis is the official theme repository for [vim-airline][11]\n\n# Installation\n\nThis plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:\n\n| Plugin Manager | Install with... |\n| -------------  | ------------- |\n| [Pathogen][4]  | `git clone https://github.com/vim-airline/vim-airline-themes ~/.vim/bundle/vim-airline-themes`\u003cbr/\u003eRemember to run `:Helptags` to generate help tags |\n| [NeoBundle][5] | `NeoBundle 'vim-airline/vim-airline-themes'` |\n| [Vundle][6]    | `Plugin 'vim-airline/vim-airline-themes'` |\n| [Plug][7]      | `Plug 'vim-airline/vim-airline-themes'` |\n| [VAM][8]       | `call vam#ActivateAddons([ 'vim-airline-themes' ])` |\n| [Dein][9]      | `call dein#add('vim-airline/vim-airline-themes')` |\n| [minpac][10]   | `call minpac#add('vim-airline/vim-airline-themes')` |\n| pack feature (native Vim 8 package feature)| `git clone https://github.com/vim-airline/vim-airline-themes ~/.vim/pack/dist/start/vim-airline-themes`\u003cbr/\u003eRemember to run `:helptags ~/.vim/pack/dist/start/vim-airline-themes/doc` to generate help tags |\n| manual         | copy all of the files into your `~/.vim` directory |\n\n# Using a Theme\n\nOnce installed, use  `:AirlineTheme \u003ctheme\u003e` to set the theme, e.g. `:AirlineTheme simple`\n\nTo set in .vimrc, use `let g:airline_theme='\u003ctheme\u003e'`, e.g. `let g:airline_theme='simple'`\n\n**Note:** The command `:AirlineTheme` is only available, if you have also cloned and installed the main [vim-airline][11] repository.\n\n# Contribution Guidelines\n\n## New themes\n\n* Pull requests for new themes are welcome.  Please be sure to include a screenshot.  You can paste an image into issue [#1](https://github.com/vim-airline/vim-airline-themes/issues/1), and then editing the post to reveal the uploaded image URL.  Please don't forgot to update the documentation.\n\n## Modifications to existing themes\n\n* Themes are subjective, so if you are going to make modifications to an existing theme, please expose a configurable variable to allow users to choose how the theme will react.\n\n# Screenshots\n\nScreenshots are in the process of being migrated here.  In the meantime you can find screenshots in the existing repository's [Wiki](https://github.com/vim-airline/vim-airline/wiki/Screenshots).\n\n# Maintenance\n\nIf you are interested in becoming the official maintainer of this project, please contact [**@bling**][1], [**@chrisbra**][2], or [**@mhartington**][3].\n\n# License\n\nMIT License. Copyright (c) 2013-2021 Bailey Ling \u0026 Contributors.\n\n\n[1]: https://github.com/bling\n[2]: https://github.com/chrisbra\n[3]: https://github.com/mhartington\n[4]: https://github.com/tpope/vim-pathogen\n[5]: https://github.com/Shougo/neobundle.vim\n[6]: https://github.com/VundleVim/Vundle.vim\n[7]: https://github.com/junegunn/vim-plug\n[8]: https://github.com/MarcWeber/vim-addon-manager\n[9]: https://github.com/Shougo/dein.vim\n[10]: https://github.com/k-takata/minpac/\n[11]: https://github.com/vim-airline/vim-airline\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvim-airline%2Fvim-airline-themes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvim-airline%2Fvim-airline-themes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvim-airline%2Fvim-airline-themes/lists"}