{"id":18948898,"url":"https://github.com/gkapfham/vim-vitamin-onec","last_synced_at":"2025-04-15T23:31:04.382Z","repository":{"id":41957326,"uuid":"199926113","full_name":"gkapfham/vim-vitamin-onec","owner":"gkapfham","description":":orange: A Dark Colorscheme for Vim and Neovim with Vitaminic  Colors","archived":false,"fork":false,"pushed_at":"2023-11-15T18:31:05.000Z","size":2417,"stargazers_count":13,"open_issues_count":5,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-01T15:37:25.604Z","etag":null,"topics":["colorscheme","lightline","neovim","vim","vim-colorscheme"],"latest_commit_sha":null,"homepage":"http://vimcolors.com/1005/vitaminonec/dark","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/gkapfham.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-31T20:41:48.000Z","updated_at":"2024-04-02T18:47:10.000Z","dependencies_parsed_at":"2023-02-04T23:02:28.087Z","dependency_job_id":null,"html_url":"https://github.com/gkapfham/vim-vitamin-onec","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkapfham%2Fvim-vitamin-onec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkapfham%2Fvim-vitamin-onec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkapfham%2Fvim-vitamin-onec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkapfham%2Fvim-vitamin-onec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gkapfham","download_url":"https://codeload.github.com/gkapfham/vim-vitamin-onec/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223688650,"owners_count":17186299,"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":["colorscheme","lightline","neovim","vim","vim-colorscheme"],"created_at":"2024-11-08T13:14:59.941Z","updated_at":"2024-11-08T13:15:03.510Z","avatar_url":"https://github.com/gkapfham.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-vitamin-onec\n\n![Vim-Vitamin-Onec Logo](.github/vitamin-onec.png)\n\n\u003cp align=\"center\"\u003e\n\u003cb\u003e\nA dark Vim colorscheme with vitaminic colors that promote fruitful programming\nand writing\n\u003c/b\u003e\n\u003c/p\u003e\n\n## Introduction\n\nFeaturing orange, several \"fruity\" colors, two shades of dark grey, and one\nshade of light grey, **vim-vitamin-onec** received its name because (i) the\norange is both a meaningful highlight color and a fruit containing **vitamin\nC**, (ii) the dominant grey background has a **onec** color code of `#1c1c1c`,\nand (iii) the alliteration in the name makes it more fun to say. Since the\ncombination of those facts yielded the name \"**vim-vitamin-onec**\", this\ncolorscheme offers a \"vitaminic\" combination of bright colors and dark greys\nwill promote \"fruitful\" programming and writing.\n\nProviding both true-color and 256-color variants, **vim-vitamin-onec** supports\nVim, Neovim, MacVim, and GVim \u0026mdash; although the colorscheme is primarily\ndeveloped and tested with Neovim. Even though it should work in other contexts,\nthe colorscheme best enhances the use of Neovim during the use of the following\nlanguages: CSS, HTML, Java, JavaScript, LaTeX, Markdown, Python, React, and\nShell. Importantly, **vim-vitamin-onec** provides highlight group definitions\nfor well-known Vim plugins (e.g., [Semshi's](https://github.com/numirias/semshi)\nsemantic highlighting of Python code).\n\n## Screenshots\n\n### HTML, CSS, and JavaScript\n\n![Web](.github/screenshot-html-css-js.png)\n\n### LaTeX\n\n![LaTeX](.github/screenshot-latex.png)\n\n### Python and Shell\n\n![Python](.github/screenshot-python-shell.png)\n\n## Installation\n\nIf you use [Plug](https://github.com/junegunn/vim-plug), then you can install\n**vim-vitamin-onec** by using:\n\n```vim\nPlug 'gkapfham/vim-vitamin-onec'\n```\n\nYou can adopt the true-color variant of **vim-vitamin-onec** by using:\n\n```vim\n\" Use full color in the terminal\nset termguicolors\n\n\" Display the colorscheme\ncolorscheme vitaminonec\n```\n\n## Plugin Configuration\n\nThe **vim-vitamin-onec** colorscheme defines highlight groups for the following\nplugins or types of highlight:\n\n- Ale\n- Conceal\n- Easymotion\n- Fzf\n- Git-messenger\n- Semshi\n- Signature\n- Statusline\n- Quickfix\n\nIf you want the [fzf](https://github.com/junegunn/fzf) in your terminal to\nmatch the **vim-vitamin-onec** theme, then add this to your `.zshrc` file:\n\n```shell\nexport FZF_DEFAULT_OPTS='\n  --bind ctrl-f:page-down,ctrl-b:page-up\n  --color=fg:#a8a8a8,bg:#1c1c1c,hl:#5f8700\n  --color=fg+:#afaf5f,bg+:#1c1c1c,hl+:#d78700\n  --color=info:#87afd7,prompt:#87afd7,pointer:#d78700\n  --color=marker:#d78700,spinner:#875f87,header:#875f87'\n```\n\nIf you want your [lightline.vim](https://github.com/itchyny/lightline.vim) to\nmatch **vim-vitamin-onec**, then add the following lines to your `.vimrc` or\n`init.vim` file. Make sure that you delete `\u003cremainder of the lighline\nvariable\u003e` and add in you other configurations for this plugin!\n\n```vim\nlet g:lightline = {\n      \\ 'colorscheme': 'vitaminonec',\n      \u003cremainder of the lightline variable\u003e\n\\ }\n```\n\n## Raising an Issue\n\nThe developer of **vim-vitamin-onec** is glad that you are willing to take the\ntime to raise an issue documenting problems with the colorscheme. Before you do\nso, please check the [Issue\nTracker](https://github.com/gkapfham/vim-vitamin-onec/issues) to make sure that\nsomeone has not already raised your issue. If you have a new issue to raise,\nthen please go ahead and [raise\nit](https://github.com/gkapfham/vim-vitamin-onec/issues/new/)!\n\n## Making an Improvement\n\nDo you want to improve **vim-vitamin-onec**? First, please consider reviewing\nthe [vim-wwdc16-theme](https://github.com/lifepillar/vim-wwdc16-theme) from\nwhich it was derived. Next, install\n[Colortemplate](https://github.com/lifepillar/vim-colortemplate), modify\n`template/vitamin-onec.template`, and then rebuild the colorscheme using the\ncommand `:Colortemplate!`.\n\nThe colorscheme's developer uses the [GitHub Flow\nModel](https://guides.github.com/introduction/flow/) to guide the creation of\n**vim-vitamin-onec**. You are invited to also follow this model as you make a\ncontribution through a pull request. If you have a new feature or bug fix that\nyou want the project maintainers to merge into **vim-vitamin-onec**, then you\nshould make a [Pull\nRequest](https://github.com/gkapfham/vim-vitamin-onec/pulls).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgkapfham%2Fvim-vitamin-onec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgkapfham%2Fvim-vitamin-onec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgkapfham%2Fvim-vitamin-onec/lists"}