Fugaku

Coding with Japanese Traditional colors


Fork me on GitHub

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

Screenshots

git log  on iTerm2

Screenshot on iTerm2

Ruby

Screenshot on 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'
    

More details

README.md