{"id":13870236,"url":"https://github.com/sstallion/vim-wtf","last_synced_at":"2026-03-04T20:03:54.867Z","repository":{"id":80978385,"uuid":"65593568","full_name":"sstallion/vim-wtf","owner":"sstallion","description":"A variable contrast color scheme for terminal lovers","archived":false,"fork":false,"pushed_at":"2021-10-19T16:19:32.000Z","size":102,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-01T13:54:39.535Z","etag":null,"topics":["color-scheme","vim","vim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sstallion.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}},"created_at":"2016-08-13T01:46:37.000Z","updated_at":"2025-02-17T04:04:08.000Z","dependencies_parsed_at":"2023-10-28T13:00:22.709Z","dependency_job_id":null,"html_url":"https://github.com/sstallion/vim-wtf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sstallion/vim-wtf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstallion%2Fvim-wtf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstallion%2Fvim-wtf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstallion%2Fvim-wtf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstallion%2Fvim-wtf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sstallion","download_url":"https://codeload.github.com/sstallion/vim-wtf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstallion%2Fvim-wtf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30091581,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T19:41:02.502Z","status":"ssl_error","status_checked_at":"2026-03-04T19:40:05.550Z","response_time":59,"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":["color-scheme","vim","vim-plugin"],"created_at":"2024-08-05T20:01:36.082Z","updated_at":"2026-03-04T20:03:54.850Z","avatar_url":"https://github.com/sstallion.png","language":"Vim script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# Whiskey Tango Focus\n\nWhiskey Tango Focus is a dark color scheme for Vim that strives for consistency\nbetween terminal and GUI applications with graceful degradation for 256, 16, and\n8 color terminals. Normal terminals are also supported, though with\nsignificantly diminished returns.\n\nCentral to this color scheme is the role of contrast. The desired effect is to\nbring important syntactical elements to the forefront, while allowing more\nmundane elements, such as line numbers and the cursor line, to fade into the\nbackground.\n\nThe color palette is based on the [Tango][1] theme provided by\n[freedesktop.org][2], modified to match the [iTerm2][3] Dark Tango theme.\n\n![Screenshot](screenshot.png)\n\nA compatible color scheme for [lightline.vim][4] can be found [here][5].\n\n## Installation\n\nThis plugin is compatible with several popular plugin managers:\n\n### Pathogen\n\n    git clone git://github.com/sstallion/vim-wtf.git ~/.vim/bundle/vim-wtf\n\n### Vundle\n\nAdd the following to your `.vimrc` and execute the `:PluginInstall` command:\n\n    Plugin 'sstallion/vim-wtf'\n\n### NeoBundle\n\nAdd the following to your `.vimrc` and execute the `:NeoBundleInstall` command:\n\n    NeoBundle 'sstallion/vim-wtf'\n\n### vim-plug\n\nAdd the following to your `.vimrc` and execute the `:PlugInstall` command:\n\n    Plug 'sstallion/vim-wtf'\n\n## Configuration\n\nLike many other color schemes, `wtf` works with the underlying terminal color\npalette. In order for colors to display correctly, the terminal must be\nconfigured with a dark Tango theme with the appropriate number of colors.\n\nTo enable this color scheme, simply add the following to your `.vimrc`:\n\n    colorscheme wtf\n\nBy default, the GUI will use the same colors as the terminal. If you wish to use\nthe classic Tango color palette instead, add the following to your `.vimrc`\nbefore calling the `:colorscheme` command:\n\n    let g:wtf_pedantic_guicolors = 1\n\n## Contributing\n\nPull requests are welcome! If a problem is encountered using this plugin, please\nfile an issue on [GitHub][6].\n\n## License\n\nSource code in this repository is licensed under a Simplified BSD License. See\n[LICENSE] for more details.\n\n[1]: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines\n[2]: https://www.freedesktop.org\n[3]: https://www.iterm2.com/\n[4]: https://github.com/itchyny/lightline.vim\n[5]: https://github.com/sstallion/lightline-wtf\n[6]: https://github.com/sstallion/vim-wtf/issues\n\n[LICENSE]: LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsstallion%2Fvim-wtf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsstallion%2Fvim-wtf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsstallion%2Fvim-wtf/lists"}