jim-at-jibba/ariake-vim-colors

github github
colorschemetreesitter-colorschemes
stars 30
issues 0
subscribers 3
forks 0
CREATED

2020-02-12

UPDATED

3 years ago


Ariake Vim Color theme

Ariake dark and light is a post of the great Atom theme. It is not a direct port but is pretty close.

Included are iterm and alacritty themes

I have recently added Treesitter support. This is still WIP and will be improved over the coming weeks.

Installation

All major plugin managers for vim/nvim are supported

<PACKAGE_MANAGER> 'jim-at-jibba/ariake-vim-colors'

For vim, add the following to your .vimrc.

" Theme
 syntax enable
" for vim 7
 set t_Co=256

" for vim 8
 if (has("termguicolors"))
  set termguicolors
 endif

colorscheme ariake

For neovim, add the following to your .init.vim.

if (has("termguicolors"))
 set termguicolors
endif

" Theme
syntax enable
set background=dark
" For the light theme
" set background=light
colorscheme ariake

Vim

I have concentrated on the languages I write (JS,TS, Docker, JSON) but should be ok for others. If not drop my a line in the issues and let me know.

I will add more languages as I need them but happy to accept PRs.

This theme leans on vim-polyglot for the languages support

TS

ts

PHP

php

Iterm2

I am also using zsh with oh-my-zsh and the spaceship theme

screenshot

TODO:

  • Sort out folds