{"id":15206945,"url":"https://github.com/jasen215/oneleaf.vim","last_synced_at":"2026-01-28T06:40:17.822Z","repository":{"id":251573540,"uuid":"837617735","full_name":"jasen215/oneleaf.vim","owner":"jasen215","description":"highlight color scheme for vim/nvim","archived":false,"fork":false,"pushed_at":"2024-08-14T09:46:33.000Z","size":998,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T23:41:14.684Z","etag":null,"topics":["colorscheme","neovim","nvim","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/jasen215.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-03T13:59:19.000Z","updated_at":"2024-08-14T09:46:37.000Z","dependencies_parsed_at":"2024-08-14T11:07:23.707Z","dependency_job_id":"5e901d0a-7722-45b2-971a-b9f84eed18e8","html_url":"https://github.com/jasen215/oneleaf.vim","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":0.09090909090909094,"last_synced_commit":"20d4784641b3a0f145d3b7219fa1a08c631f912f"},"previous_names":["jasen215/oneleaf.vim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasen215%2Foneleaf.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasen215%2Foneleaf.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasen215%2Foneleaf.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasen215%2Foneleaf.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jasen215","download_url":"https://codeload.github.com/jasen215/oneleaf.vim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238791894,"owners_count":19531027,"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","neovim","nvim","vim"],"created_at":"2024-09-28T06:04:01.080Z","updated_at":"2025-10-29T07:32:39.531Z","avatar_url":"https://github.com/jasen215.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OneLeaf\n\nA light colorscheme for Vim/NVIM.\n\n![OneLeaf NVIM](https://raw.githubusercontent.com/jasen215/oneleaf.vim/master/oneleaf.nvim.png)\n\n![OneLeaf VIM](https://raw.githubusercontent.com/jasen215/oneleaf.vim/master/oneleaf.vim.png)\n\n## Features\n\n- 16 colors\n- 256 colors\n- Supports Vim and Neovim\n\n## Usage\n\n## Installation\n\nInstall manually or use a package manager:\n\n```viml\n\" vim-plug\nPlug 'jasen215/oneleaf.vim'\n\" Vundle\nPlugin 'jasen215/oneleaf.vim'\n\" Lazy\n  {\n    \"jasen215/oneleaf.vim\",\n    lazy = false,\n    priority = 1000,\n    config = function()\n      -- load the colorscheme here\n      vim.cmd([[colorscheme oneleaf]])\n    end,\n  },\n```\n\nOnce your plugin is installed you can set the color scheme in your `.vimrc` or `init.vim`\n\n```viml\n\" If you have vim \u003e=8.0 or Neovim \u003e= 0.1.5\nif (has(\"termguicolors\"))\n set termguicolors\nendif\n\n\" For Neovim 0.1.3 and 0.1.4\nlet $NVIM_TUI_ENABLE_TRUE_COLOR=1\n\n\" Theme\nsyntax enable\ncolorscheme oneleaf\n```\n\n\n\u003cbr\u003e\u003cbr\u003e\n\n---\n\n© 2020 Released under [MIT License](https://raw.github.com/jacoborus/nanobar/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasen215%2Foneleaf.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasen215%2Foneleaf.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasen215%2Foneleaf.vim/lists"}