{"id":13485250,"url":"https://github.com/whatyouhide/vim-gotham","last_synced_at":"2025-04-08T16:00:14.438Z","repository":{"id":21253450,"uuid":"24568990","full_name":"whatyouhide/vim-gotham","owner":"whatyouhide","description":"Code never sleeps in Gotham City. 🌃","archived":false,"fork":false,"pushed_at":"2024-05-26T17:51:58.000Z","size":63,"stargazers_count":1273,"open_issues_count":1,"forks_count":80,"subscribers_count":17,"default_branch":"main","last_synced_at":"2025-04-01T14:01:40.845Z","etag":null,"topics":["color-scheme","gotham-theme","vim"],"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/whatyouhide.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","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},"funding":{"github":"whatyouhide"}},"created_at":"2014-09-28T19:56:47.000Z","updated_at":"2025-03-28T00:07:55.000Z","dependencies_parsed_at":"2024-12-08T03:13:53.665Z","dependency_job_id":null,"html_url":"https://github.com/whatyouhide/vim-gotham","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/whatyouhide%2Fvim-gotham","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatyouhide%2Fvim-gotham/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatyouhide%2Fvim-gotham/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatyouhide%2Fvim-gotham/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whatyouhide","download_url":"https://codeload.github.com/whatyouhide/vim-gotham/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247878014,"owners_count":21011158,"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":["color-scheme","gotham-theme","vim"],"created_at":"2024-07-31T17:01:52.906Z","updated_at":"2025-04-08T16:00:14.352Z","avatar_url":"https://github.com/whatyouhide.png","language":"Vim Script","funding_links":["https://github.com/sponsors/whatyouhide"],"categories":["Vim Script","Vim script"],"sub_categories":[],"readme":"![Logo](https://user-images.githubusercontent.com/3890250/206901868-c0e78cc3-d10f-4404-a2d7-f7edb923e041.png)\n\n\n\u003e It's the colorscheme we set that defines us. — *(Batman)*\n\nGotham is a **very dark** vim colorscheme. It works on GUI vim (MacVim or gVim)\nand on terminal vim. For terminal vim, there's support for a lot of terminal\nemulators in the [gotham-contrib][gotham-contrib] repository.\n\n\u003cimg width=\"1013\" alt=\"Screenshot of the color scheme\" src=\"https://user-images.githubusercontent.com/3890250/206901895-954841ad-ea49-4c27-8206-1ef8aa55637c.png\"\u003e\n\n\n## Installation\n\nI moved to [vim-plug][vim-plug] a while ago and never looked back. Anyway, you\ncan install Gotham with whatever package manager you use. For example:\n\n``` viml\n\" vim-plug\nPlug 'whatyouhide/vim-gotham'\n\" NeoBundle\nNeoBundle 'whatyouhide/vim-gotham'\n\" Vundle\nPlugin 'whatyouhide/vim-gotham'\n\" dein.vim\ncall dein#add('whatyouhide/vim-gotham')\n```\n\nIf you don't use a plugin manager just copy the content of `vim/colors/` to\n`~/.vim/colors`.\n\nWhen you have the plugin installed, you can set it in your `vimrc`:\n\n``` viml\ncolorscheme gotham\n```\n\n#### Terminal vim and 256 colors version\n\nIf you want to use Gotham in terminal vim, you should consider setting Gotham as\nthe colorscheme of your terminal emulator too. See the [relevant\nsection](#other).\n\nIf you're fine with not-so-faithful colors, a 256 colors version of Gotham is\navailable. To use it, just replace `gotham` with `gotham256` in your `vimrc`:\n\n``` viml\ncolorscheme gotham256\n```\n\nUsing `gotham256` (given that your terminal supports 256 colors) ensures that\nthe colors in vim are fixed and don't depend on the colorscheme of the terminal\nemulator.\n\n**Please**, use the 256 colors version only if you know what you're doing since\nit looks \"rougher\" than the regular version.\n\n#### Airline\n\nGotham supports [vim-airline][vim-airline] out of the box. When you use the\nGotham colorscheme, Airline should be able to pick it up and use it. If you want\nto set it manually, you can use the `AirlineTheme` command for both the regular\nversion and the 256 colors version:\n\n    :AirlineTheme gotham\n    :AirlineTheme gotham256\n\nGotham by default emphasises the usage of insert mode by using a distinctive bright yellow color in\nthe airline mode segment. To change the color used for insert mode to a darker less emphasised color\nadd the following to your vimrc:\n\n```viml\nlet g:gotham_airline_emphasised_insert = 0\n```\n\n#### Lightline\n\nGotham supports [lightline.vim][lightline.vim] too. To enable the colorscheme,\nadd one of the following lines to your `.vimrc`:\n\n```viml\nlet g:lightline = { 'colorscheme': 'gotham' }\nlet g:lightline = { 'colorscheme': 'gotham256' }\n```\n\n### \u003ca name=other\u003e\u003c/a\u003eOther\n\nGotham is available for other platforms too. If you want terminal vim to look as\ngood as GUI vim, you have to install the Gotham colorscheme for your terminal\nemulator too.\n\nAn up-to-date list of supported platforms as well as installation instructions\nfor each of those platforms are available at the\n[gotham-contrib][gotham-contrib] repository.\n\nThere's an [Emacs version][emacs-version] too, but I don't maintain it.\n\n\n### Color Palette\n\n\n| Color Base    | Hex           | Other Colors  | Hex           |\n| ------------- | ------------- | ------------- | ------------- |\n| Base 0        | `#0c1014`     | Red           | `#c23127`     |\n| Base 1        | `#11151c`     | Orange        | `#d26937`     |\n| Base 2        | `#091f2e`     | Yellow        | `#edb443`     |\n| Base 3        | `#0a3749`     | Magenta       | `#888ca6`     |\n| Base 4        | `#245361`     | Violet        | `#4e5166`     |\n| Base 5        | `#599cab`     | Blue          | `#195466`     |\n| Base 6        | `#99d1ce`     | Cyan          | `#33859E`     |\n| Base 7        | `#d3ebe9`     | Green         | `#2aa889`     |\n\n\n## Contributing\n\nAll forms of contribution are welcome: bug reports, bug fixes, pull requests and\nsimple suggestions. Thanks!\n\n### List of contributors\n\nYou can find the list of contributors [here][contributors].\n\n\n## License\n\nMIT \u0026copy; 2014 Andrea Leopardi, see [the license][license-file].\n\n[license-file]: LICENSE.txt\n\n[vim-plug]: https://github.com/junegunn/vim-plug\n[gotham-contrib]: https://github.com/whatyouhide/gotham-contrib\n[vim-airline]: https://github.com/bling/vim-airline\n[lightline.vim]: https://github.com/itchyny/lightline.vim\n[emacs-version]: https://github.com/wasamasa/gotham-theme\n[contributors]: https://github.com/whatyouhide/vim-gotham/graphs/contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhatyouhide%2Fvim-gotham","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhatyouhide%2Fvim-gotham","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhatyouhide%2Fvim-gotham/lists"}