{"id":18283340,"url":"https://github.com/doki-theme/doki-theme-vim","last_synced_at":"2025-04-05T07:30:36.009Z","repository":{"id":38382267,"uuid":"275384536","full_name":"doki-theme/doki-theme-vim","owner":"doki-theme","description":"Complementary color schemes for your full Otaku terminal experience. Works best with the Doki Theme for Hyper.js!","archived":false,"fork":false,"pushed_at":"2023-07-18T22:40:21.000Z","size":3019,"stargazers_count":81,"open_issues_count":7,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-20T23:41:58.385Z","etag":null,"topics":["anime","color-scheme","color-schemes","hyper","hyperjs","otaku","theme","themes","vim","waifu"],"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/doki-theme.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-27T14:04:21.000Z","updated_at":"2025-03-19T15:59:58.000Z","dependencies_parsed_at":"2023-02-08T02:48:24.598Z","dependency_job_id":null,"html_url":"https://github.com/doki-theme/doki-theme-vim","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doki-theme%2Fdoki-theme-vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doki-theme%2Fdoki-theme-vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doki-theme%2Fdoki-theme-vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doki-theme%2Fdoki-theme-vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doki-theme","download_url":"https://codeload.github.com/doki-theme/doki-theme-vim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247305128,"owners_count":20917191,"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":["anime","color-scheme","color-schemes","hyper","hyperjs","otaku","theme","themes","vim","waifu"],"created_at":"2024-11-05T13:08:55.569Z","updated_at":"2025-04-05T07:30:33.553Z","avatar_url":"https://github.com/doki-theme.png","language":"Vim Script","readme":"Doki Theme VIM\n---\n\n![Zero Two's light theme w/ hyper](./assets/screenshots/zero_two_code.png)\n\nThese VIM color themes will complement your [Doki Theme for Hyper themes](https://github.com/doki-theme/doki-theme-hyper) very well.\nGo for the full Otaku terminal experience!\n\n## Contents\n\n- [Installation](#installation)\n- [Supported Plugins](#supported-plugins)\n\n## Installation\n\n- [Vim](#vim)\n- [NeoVim](#neovim)\n\n### Vim\n\nThese are the default instructions using Vim 8's `|packages|` feature. See\nsections below, if you use other plugin managers.\n\n1. Create theme folder (in case you don't have yet):\n\n```shell\nmkdir -p ~/.vim/pack/themes/start\n```\n\nIf you use vim 8.0 (and not 8.2), you may need to use\n`~/.vim/pack/themes/opt` instead.\n\n2. Navigate to the folder above:\n\n```shell\ncd ~/.vim/pack/themes/start\n```\n\n3. Clone the repository using the \"doki-theme\" name:\n\n```shell\ngit clone https://github.com/doki-theme/doki-theme-vim.git doki-theme\n```\n\n4. Create configuration file (in case you don't have yet):\n\n```shell\ntouch ~/.vimrc\n```\n\n5. Edit the `~/.vimrc` file with the following content:\n```shell\npackadd! doki-theme\nsyntax enable\ncolorscheme rem\n```\n\n6. Now in VIM, you can find a full list of all the Doki Theme `colorschemes` by following these steps:\n    1. Open VIM\n    1. type `:colorscheme` then add a `space` followed by a `ctrl+d`\n    ![Color Schemes](./assets/screenshots/zero_two_settings.png)\n\n### NeoVim\n\nThese are the default instructions using NeoVim's `|packages|` feature. See\nsections below, if you use other plugin managers.\n\n1. Create theme folder (in case you don't have yet):\n\n```shell\nmkdir -p ~/.local/share/nvim/site/pack/themes/start\n```\n\n2. Navigate to the folder above:\n\n```shell\ncd  ~/.local/share/nvim/site/pack/themes/start\n```\n\n3. Clone the repository using the \"doki-theme\" name:\n\n```shell\ngit clone https://github.com/doki-theme/doki-theme-vim.git doki-theme\n```\n\n4. Create configuration file (in case you don't have yet):\n\n```\ntouch ~/.config/nvim/init.vim\n```\n\n5. Edit the `~/.vimrc` file with the following content:\n```\npackadd! doki-theme\nsyntax enable\ncolorscheme zero_two_dark\n```\n\n6. Now in NeoVim, you can find a full list of all the Doki Theme `colorschemes` by following these steps:\n    1. Open NeoVim\n    1. type `:colorscheme` then add a `space` followed by a `ctrl+d`\n    ![Color Schemes](./assets/screenshots/zero_two_settings.png)\n\n## Supported Plugins\n\nI am current open to supporting more syntax highlighting/plugins, it's just I've only made the ones I currently care about.\nFeel free to submit an issue to request syntax highlighting for various plugins/languages.\n\n**Current Supported Syntax Highlighting**: \n\n- CSS\n- Git\n- HTML\n- Java\n- [Javascript](https://github.com/pangloss/vim-javascript.git)\n- [Kotlin](https://github.com/udalov/kotlin-vim.git)\n- Markdown\n- Shell\n- [Typescript](https://github.com/leafgarland/typescript-vim.git)\n- Vim Script\n- XML\n\n\n## Contributing\n\nIf you want to get your workstation set up to work on the plugin,\nthen you'll want to check out the [CONTRIBUTING.md](./CONTRIBUTING.md) for instructions on what is needed.\n\n\n---\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://doki.assets.unthrottled.io/misc/logo.svg\" \u003e\u003c/img\u003e\n\u003c/div\u003e\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoki-theme%2Fdoki-theme-vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoki-theme%2Fdoki-theme-vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoki-theme%2Fdoki-theme-vim/lists"}