- Notifications
You must be signed in to change notification settings - Fork7
Complementary color schemes for your full Otaku terminal experience. Works best with the Doki Theme for Hyper.js!
License
doki-theme/doki-theme-vim
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
These VIM color themes will complement yourDoki Theme for Hyper themes very well.Go for the full Otaku terminal experience!
These are the default instructions using Vim 8's|packages|
feature. Seesections below, if you use other plugin managers.
- 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.
- Navigate to the folder above:
cd~/.vim/pack/themes/start
- Clone the repository using the "doki-theme" name:
git clone https://github.com/doki-theme/doki-theme-vim.git doki-theme
- Create configuration file (in case you don't have yet):
touch~/.vimrc
- Edit the
~/.vimrc
file with the following content:
packadd! doki-themesyntaxenablecolorscheme rem
- Now in VIM, you can find a full list of all the Doki Theme
colorschemes
by following these steps:
These are the default instructions using NeoVim's|packages|
feature. Seesections below, if you use other plugin managers.
- Create theme folder (in case you don't have yet):
mkdir -p~/.local/share/nvim/site/pack/themes/start
- Navigate to the folder above:
cd~/.local/share/nvim/site/pack/themes/start
- Clone the repository using the "doki-theme" name:
git clone https://github.com/doki-theme/doki-theme-vim.git doki-theme
- Create configuration file (in case you don't have yet):
touch ~/.config/nvim/init.vim
- Edit the
~/.vimrc
file with the following content:
packadd! doki-themesyntax enablecolorscheme zero_two_dark
- Now in NeoVim, you can find a full list of all the Doki Theme
colorschemes
by following these steps:
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:
- CSS
- Git
- HTML
- Java
- Javascript
- Kotlin
- Markdown
- Shell
- Typescript
- Vim Script
- XML
If you want to get your workstation set up to work on the plugin,then you'll want to check out theCONTRIBUTING.md for instructions on what is needed.
About
Complementary color schemes for your full Otaku terminal experience. Works best with the Doki Theme for Hyper.js!