Complementary color schemes for your full Otaku terminal experience. Works best with the Doki Theme for Hyper.js!
  • Vim Script 98.6%
  • TypeScript 1.4%
Find a file
dependabot[bot] 407c75de00
Bump json5 from 1.0.1 to 1.0.2 in /buildSrc (#45)
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-07 16:17:53 -06:00
assets/screenshots Updated screenshots, again 2022-01-04 05:29:53 -06:00
autoload v88.1-1.0.0 - I cannot spell Rimuru 2022-08-06 09:03:21 -05:00
buildSrc Bump json5 from 1.0.1 to 1.0.2 in /buildSrc (#45) 2023-01-07 16:17:53 -06:00
colors v88.1-1.0.0 - I cannot spell Rimuru 2022-08-06 09:03:21 -05:00
stuff Don't want to loose this 2020-06-28 15:23:30 -05:00
.gitignore Initial Commit 2020-06-27 08:41:23 -05:00
CHANGELOG.md v88.1-1.0.0 - I cannot spell Rimuru 2022-08-06 09:03:21 -05:00
CONTRIBUTING.md Updated documentation 2022-01-04 05:58:52 -06:00
getMasterThemes.sh Added master theme script 2020-06-27 09:00:12 -05:00
LICENSE Initial Commit 2020-06-27 08:41:23 -05:00
package.json v88.1-1.0.0 - I cannot spell Rimuru 2022-08-06 09:03:21 -05:00
README.md Updated screenshots, again 2022-01-04 05:29:53 -06:00
yarn.lock v8 - Nino, Nakano Miku, Gray, Miia, & Tohru (#12) 2021-05-04 07:57:28 -05:00

Doki Theme VIM

Zero Two's light theme w/ hyper

These VIM color themes will complement your Doki Theme for Hyper themes very well. Go for the full Otaku terminal experience!

Contents

Installation

Vim

These are the default instructions using Vim 8's |packages| feature. See sections below, if you use other plugin managers.

  1. Create theme folder (in case you don't have yet):
mkdir -p ~/.vim/pack/themes/start

If you use vim 8.0 (and not 8.2), you may need to use ~/.vim/pack/themes/opt instead.

  1. Navigate to the folder above:
cd ~/.vim/pack/themes/start
  1. Clone the repository using the "doki-theme" name:
git clone https://github.com/doki-theme/doki-theme-vim.git doki-theme
  1. Create configuration file (in case you don't have yet):
touch ~/.vimrc
  1. Edit the ~/.vimrc file with the following content:
packadd! doki-theme
syntax enable
colorscheme rem
  1. Now in VIM, you can find a full list of all the Doki Theme colorschemes by following these steps:
    1. Open VIM
    2. type :colorscheme then add a space followed by a ctrl+d Color Schemes

NeoVim

These are the default instructions using NeoVim's |packages| feature. See sections below, if you use other plugin managers.

  1. Create theme folder (in case you don't have yet):
mkdir -p ~/.local/share/nvim/site/pack/themes/start
  1. Navigate to the folder above:
cd  ~/.local/share/nvim/site/pack/themes/start
  1. Clone the repository using the "doki-theme" name:
git clone https://github.com/doki-theme/doki-theme-vim.git doki-theme
  1. Create configuration file (in case you don't have yet):
touch ~/.config/nvim/init.vim
  1. Edit the ~/.vimrc file with the following content:
packadd! doki-theme
syntax enable
colorscheme zero_two_dark
  1. Now in NeoVim, you can find a full list of all the Doki Theme colorschemes by following these steps:
    1. Open NeoVim
    2. type :colorscheme then add a space followed by a ctrl+d Color Schemes

Supported Plugins

I am current open to supporting more syntax highlighting/plugins, it's just I've only made the ones I currently care about. Feel free to submit an issue to request syntax highlighting for various plugins/languages.

Current Supported Syntax Highlighting:

Contributing

If you want to get your workstation set up to work on the plugin, then you'll want to check out the CONTRIBUTING.md for instructions on what is needed.