otyn0308 / otynium

colorscheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

otynium

colorscheme

otynium otynium_colouring

Supported syntax

  • coc.nvim
  • Neovim builtin LSP
  • Neovim Treesitter highlight

Example

Normal

otynium normal highlight example

Treesitter

otynium normal highlight example

install

use 'otyn0308/otynium'
Plug 'otyn0308/otynium'

manual install

$ git clone https://github.com/otyn0308/otynium.git
:!echo $VIMRUNTIME
$ cd ~/otynium/colors
$ sudo cp otynium.vim /usr/share/vim/vim81/colors

コピー先は :!echo $VIMRUNTIMEで出てきた場所の/colorsってところ.

これをやったら.vimrcに colors otynium と書き足す.

ここでいう /usr/share/vim/vim81 は :!echo $VIMRUNTIME で出てきたやつ
自分用メモなので雑です.

modyfy .vimrc

Using a full-color terminal

colors otynium

If the terminal support 256 colors.

colors otynium256

About

colorscheme

License:MIT License


Languages

Language:Ruby 65.7%Language:Vim Script 34.3%