What's the “Fugaku” ?
Fugaku is a colorscheme using Japanese Traditional Colors.
The name “Fugaku”(富嶽) is another name of Mt. Fuji.
And this word is picked from Fugaku sanju-roku-kei(富嶽三十六景, Thirty-six Views of Mount Fuji), the ukiyo-e series by Hokusai.
Fugaku provides colorschemes for
- iTerm2
- Vim (256-color, True colors), GVim
Screenshots
git log
on iTerm2

Ruby

Colorpalette
Install
iTerm2
Import Fugaku.itermcolors
.
Vim
" Install by the way you'd like to. e.g.) Vundle, NeoBundle, vim-plug
Plug 'tasuten/Fugaku'
" If you'd like to set option variables, write them before `colorscheme Fugaku`
" e.g.)
" let g:fugaku_use_terminal_background_color = 1
colorscheme Fugaku
" If you'd also like to use lightline colorscheme
" lightline.vim
if !exists('g:lightline')
let g:lightline = {}
endif
let g:lightline.colorscheme = 'Fugaku'