{"id":18057718,"url":"https://github.com/yous/vim-open-color","last_synced_at":"2025-04-05T10:26:17.028Z","repository":{"id":139347114,"uuid":"69097630","full_name":"yous/vim-open-color","owner":"yous","description":"Vim color scheme using Open Color","archived":false,"fork":false,"pushed_at":"2025-04-04T08:20:42.000Z","size":1330,"stargazers_count":36,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T08:30:12.035Z","etag":null,"topics":["open-color","vim-colors","vim-colorschemes"],"latest_commit_sha":null,"homepage":"","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/yous.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2016-09-24T11:14:28.000Z","updated_at":"2024-05-17T16:45:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"8d0d66b3-701c-47f8-bbb7-1a7a76c8e119","html_url":"https://github.com/yous/vim-open-color","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yous%2Fvim-open-color","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yous%2Fvim-open-color/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yous%2Fvim-open-color/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yous%2Fvim-open-color/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yous","download_url":"https://codeload.github.com/yous/vim-open-color/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247321241,"owners_count":20919951,"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":["open-color","vim-colors","vim-colorschemes"],"created_at":"2024-10-31T02:09:01.391Z","updated_at":"2025-04-05T10:26:17.002Z","avatar_url":"https://github.com/yous.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# open-color.vim\n\n[![CircleCI](https://circleci.com/gh/yous/vim-open-color/tree/master.svg?style=shield)](https://circleci.com/gh/yous/vim-open-color/tree/master)\n\nVim color scheme using [Open Color](https://yeun.github.io/open-color/).\nConversion from original colors to 256 colors has done according to\n[CIEDE2000](https://en.wikipedia.org/wiki/Color_difference). See\n[the implementation](https://gist.github.com/yous/6907d5ee01c237b9849ab005a13cf621).\n\n## Demo\n\nThe previews are generated based on the latest master branch.\n\n- [Dark GUI](https://yous.github.io/vim-open-color/dark_gui.html)\n- [Light GUI](https://yous.github.io/vim-open-color/light_gui.html)\n- [Dark 256 colors](https://yous.github.io/vim-open-color/dark_256.html)\n- [Light 256 colors](https://yous.github.io/vim-open-color/light_256.html)\n\n## Screenshots (before v2.3.0)\n\n### GUI\n\n\u003cimg width=\"710\" alt=\"open-color.vim with dark background in GUI\" src=\"https://github.com/yous/vim-open-color/raw/master/screenshots/dark_gui.png\"\u003e\n\u003cimg width=\"710\" alt=\"open-color.vim with light background in GUI\" src=\"https://github.com/yous/vim-open-color/raw/master/screenshots/light_gui.png\"\u003e\n\n### 256-color\n\n\u003cimg width=\"710\" alt=\"open-color.vim with dark background in 256 colors\" src=\"https://github.com/yous/vim-open-color/raw/master/screenshots/dark_256.png\"\u003e\n\u003cimg width=\"710\" alt=\"open-color.vim with light background in 256 colors\" src=\"https://github.com/yous/vim-open-color/raw/master/screenshots/light_256.png\"\u003e\n\n## Installation\n\n- [Pathogen](https://github.com/tpope/vim-pathogen)\n    1. `cd ~/.vim/bundle`\n    2. `git clone https://github.com/yous/vim-open-color.git`\n- [Vundle](https://github.com/VundleVim/Vundle.vim)\n    1. Add `Plugin 'yous/vim-open-color'` to `.vimrc`\n    2. Run `:PluginInstall`\n- [NeoBundle](https://github.com/Shougo/neobundle.vim)\n    1. Add `NeoBundle 'yous/vim-open-color'` to `.vimrc`\n    2. Run `:NeoBundleInstall`\n- [vim-plug](https://github.com/junegunn/vim-plug)\n    1. Add `Plug 'yous/vim-open-color'` to `.vimrc`\n    2. Run `:PlugInstall`\n\n## Usage\n\n1. Check your terminal.\n    - If your terminal emulator [supports true colors](https://gist.github.com/XVilka/8346728),\n      add the following lines to your `.vimrc`.\n\n      ``` vim\n      \" Use 24-bit (true-color) mode in Vim/Neovim when outside tmux or screen.\n      \" If you're using tmux version 2.2 or later, you can remove the outermost $TMUX\n      \" check and use tmux's 24-bit color support\n      \" (http://sunaku.github.io/tmux-24bit-color.html#usage for more information.)\n      if empty($TMUX) \u0026\u0026 empty($STY)\n        \" See https://gist.github.com/XVilka/8346728.\n        if $COLORTERM =~# 'truecolor' || $COLORTERM =~# '24bit'\n          if has('termguicolors')\n            \" See :help xterm-true-color\n            if $TERM =~# '^screen'\n              let \u0026t_8f = \"\\\u003cEsc\u003e[38;2;%lu;%lu;%lum\"\n              let \u0026t_8b = \"\\\u003cEsc\u003e[48;2;%lu;%lu;%lum\"\n            endif\n            set termguicolors\n          endif\n        endif\n      endif\n      ```\n    - To use 256-color mode, set your `$TERM` as `*-256color` or add\n      `set t_Co=256` in your `.vimrc`.\n2. Enable open-color color scheme:\n\n   ``` vim\n   colorscheme open-color\n   ```\n\n## License\n\nCopyright © Chayoung You. See [LICENSE.txt](LICENSE.txt) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyous%2Fvim-open-color","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyous%2Fvim-open-color","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyous%2Fvim-open-color/lists"}