{"id":13626552,"url":"https://github.com/fcpg/vim-fahrenheit","last_synced_at":"2025-04-16T14:33:57.974Z","repository":{"id":54637221,"uuid":"60020994","full_name":"fcpg/vim-fahrenheit","owner":"fcpg","description":"Dark, warm base16 Vim theme for 256-color terminals","archived":false,"fork":false,"pushed_at":"2023-07-26T19:42:16.000Z","size":163,"stargazers_count":107,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-08T16:44:30.628Z","etag":null,"topics":["base16","colorscheme","orange","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":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":"2016-05-30T15:37:29.000Z","updated_at":"2024-10-24T22:41:15.000Z","dependencies_parsed_at":"2024-01-14T07:17:58.723Z","dependency_job_id":"eca0b3e7-e487-49a7-aef4-708237f16888","html_url":"https://github.com/fcpg/vim-fahrenheit","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-fahrenheit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcpg%2Fvim-fahrenheit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcpg%2Fvim-fahrenheit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcpg%2Fvim-fahrenheit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fcpg","download_url":"https://codeload.github.com/fcpg/vim-fahrenheit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249250831,"owners_count":21237961,"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":["base16","colorscheme","orange","vim"],"created_at":"2024-08-01T21:02:23.671Z","updated_at":"2025-04-16T14:33:57.719Z","avatar_url":"https://github.com/fcpg.png","language":"Vim script","funding_links":[],"categories":["Vim script","Vim Script"],"sub_categories":[],"readme":"![Fahrenheit](img/fahrenheit.png)\n\nFahrenheit colorscheme for Vim:\n\n- Base16 theme for the standard 256-color palette of most terminals\n- Terminal \u0026 GUI support\n- Simple, clean code created with [RNB](https://gist.github.com/5cd2f4ec222805f49eca.git)\n- Airline, Lightline \u0026 CtrlP support out-of-the-box\n\nScreenshots\n------------\nTaken on minTTY with Office Code Pro font:\n\n[![](img/fahrenheit_vim_thumb.png)](img/fahrenheit_vim.png)\n\n\nPalette\n--------\n![fahrenheit_palette](img/fahrenheit_palette.png)\n\n|  Hex  | Term |\n|-------|-----:|\n|#ffffff|    15|\n|#ffffd7|   230|\n|#ffd7af|   223|\n|#d7af87|   180|\n|#af875f|   137|\n|#d7875f|   173|\n|#ffaf5f|   215|\n|#ffd787|   222|\n|#ffd75f|   221|\n|#d75f00|   166|\n|#870000|    88|\n|#875f5f|    95|\n|#5f87af|    67|\n|#a8a8a8|   248|\n|#262626|   235|\n|#000000|     0|\n                \nInstallation\n-------------\n1. Install the bundle:\n  *  [Pathogen][1] - `git clone https://github.com/fcpg/vim-fahrenheit ~/.vim/bundle/vim-fahrenheit`\n  *  [NeoBundle][2] - `NeoBundle 'fcpg/vim-fahrenheit'`\n  *  [Vundle][3] - `Plugin 'fcpg/vim-fahrenheit'`\n  *  [Plug][4] - `Plug 'fcpg/vim-fahrenheit'`\n  *  manual - copy all files into your `~/.vim` directory\n2. Append the following line to your .vimrc file:\n```VimL\ncolorscheme fahrenheit\n```\n\nFAQ\n----\n- How do I customize colors?  \n  *  Either edit the 'colors/fahrenheit.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 ctermfg=103\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- [iTerm2 colorscheme](https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/schemes/Fahrenheit.itermcolors)\n\nOther Themes\n-------------\n- [Far Out](https://github.com/fcpg/vim-farout)\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcpg%2Fvim-fahrenheit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffcpg%2Fvim-fahrenheit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcpg%2Fvim-fahrenheit/lists"}