{"id":13661753,"url":"https://github.com/fcpg/vim-farout","last_synced_at":"2025-04-25T03:31:10.531Z","repository":{"id":97577652,"uuid":"105279472","full_name":"fcpg/vim-farout","owner":"fcpg","description":"Dark retro base16 theme for gvim and 24-bit color terminals","archived":false,"fork":false,"pushed_at":"2019-01-16T14:45:49.000Z","size":140,"stargazers_count":54,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-02T05:13:22.467Z","etag":null,"topics":["70s","base16","colorscheme","gvim","retro","vim"],"latest_commit_sha":null,"homepage":null,"language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fcpg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-09-29T14:08:10.000Z","updated_at":"2024-06-12T16:26:34.000Z","dependencies_parsed_at":"2023-04-18T20:34:09.678Z","dependency_job_id":null,"html_url":"https://github.com/fcpg/vim-farout","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/fcpg%2Fvim-farout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcpg%2Fvim-farout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcpg%2Fvim-farout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcpg%2Fvim-farout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fcpg","download_url":"https://codeload.github.com/fcpg/vim-farout/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223979745,"owners_count":17235455,"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":["70s","base16","colorscheme","gvim","retro","vim"],"created_at":"2024-08-02T05:01:40.981Z","updated_at":"2024-11-10T16:31:51.439Z","avatar_url":"https://github.com/fcpg.png","language":"Vim script","readme":"![Far Out](img/far_out.png)\n\nFarOut colorscheme for Vim:\n\n- Base16 theme for gvim and terminals supporting 24-bit colors\n- Simple, clean code created with [RNB](https://gist.github.com/5cd2f4ec222805f49eca.git)\n- Airline, Lightline \u0026 CtrlP support out-of-the-box\n- That theme is so far out, can you dig it man?\n\nScreenshots\n------------\nTaken on minTTY with Office Code Pro font:\n\n[![](img/farout_vim_thumb.png)](img/farout_vim.png)\n\n\nPalette\n--------\n![farout_palette](img/farout_palette.png)\n\n|  Hex  |\n|-------|\n|#F2DDBC|\n|#E0CCAE|\n|#a4896f|\n|#A4895C|\n|#66292F|\n|#8A4B53|\n|#BF472C|\n|#D47D49|\n|#F2A766|\n|#A67458|\n|#6B4035|\n|#291916|\n|#1F1311|\n|#0F0908|\n\nInstallation\n-------------\n1. Install the bundle:\n  *  [Pathogen][1] - `git clone https://github.com/fcpg/vim-farout ~/.vim/bundle/vim-farout`\n  *  [NeoBundle][2] - `NeoBundle 'fcpg/vim-farout'`\n  *  [Vundle][3] - `Plugin 'fcpg/vim-farout'`\n  *  [Plug][4] - `Plug 'fcpg/vim-farout'`\n  *  manual - copy all files into your `~/.vim` directory\n2. Append the following line to your .vimrc file:\n```VimL\ncolorscheme farout\n```\n\nFAQ\n----\n- How do I customize colors?  \n  *  Either edit the 'colors/farout.vim' file (it's plain vim 'highlight' commands), if you don't mind merging when pulling/updating;\n  *  Or override with autocommands in you .vimrc:\n```VimL\naugroup myBetterColors\n  au!\n  autocmd ColorScheme *  hi Number guifg=#707070\naugroup END\n```\n- Some weird chars show up in my status line!  \n  Check vim help for 'fillchars': `:h 'fcs`. The lightline theme use the 'stl'\n  char in 'fillchars' if it is defined; unset it in your .vimrc to turn on the \n  \"solid\" status line.\n\nResources\n----------\n- Included in this repo ('misc' subdir):\n  - Shell script for terminal settings (generic OSC commands)\n  - .Xresources\n  - .minttyrc\n  - .dir_colors\n\nOther Themes\n-------------\n- [Fahrenheit](https://github.com/fcpg/vim-fahrenheit)\n- [Orbital](https://github.com/fcpg/vim-orbital)\n\nLicense\n--------\n[Attribution-ShareAlike 4.0 Int.](https://creativecommons.org/licenses/by-sa/4.0/)\n\n[1]: https://github.com/tpope/vim-pathogen\n[2]: https://github.com/Shougo/neobundle.vim\n[3]: https://github.com/gmarik/vundle\n[4]: https://github.com/junegunn/vim-plug\n","funding_links":[],"categories":["Vim script"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcpg%2Fvim-farout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffcpg%2Fvim-farout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcpg%2Fvim-farout/lists"}