Skip to content

A minimal color scheme ported from rebelot/kanagawa.nvim for Vim.

License

Notifications You must be signed in to change notification settings

leviosa42/kanagawa-mini.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🌊 kanagawa-mini.vim 🌊

image

A minimal color scheme ported from rebelot/kanagawa.nvim for Vim.

This color scheme defines only the highlight groups described in :h highlight-groups and :h group-name.

Requirements

  • (g)Vim latest
  • gVim or a terminal that supports TrueColor

Installation

vim-plug

Plug 'leviosa42/kanagawa-mini'

dein.vim

call dein#add('leviosa42/kanagawa-mini')

manually...

$ mkdir -p ~/.vim/colors
$ cd ~/.vim/colors
$ curl https://raw.githubusercontent.com/leviosa42/kanagawa-mini.vim/master/colors/kanagawa-mini.vim -o kanagawa-mini.vim

Usage

colorscheme kanagawa-mini

Configure

" Default options:
"     undercurl:        Enable undercurl.
"     *Style:           The style of its highlight groups. See `:h attr-list`.
"     specialReturn:    Special highlight for the return keyword.
"     specialException: Special highlight for exception handling keywords.
"     transparent:      Do not set background color.
"     terminalColor:    Define g:terminal_ansi_colors.
"     theme:            Load the specified theme.
let g:kanagawa_mini = {
    \ 'undercurl': v:true,
    \ 'commentStyle': 'italic',
    \ 'functionStyle': 'NONE',
    \ 'keywordStyle': 'italic',
    \ 'statementStyle': 'bold',
    \ 'typeStyle': 'NONE',
    \ 'specialReturn': v:true,
    \ 'specialExeption': v:true,
    \ 'transparent': v:false,
    \ 'terminalColors': v:true,
    \ 'theme': 'default'
    \ }

NOTE

The theme option only supports 'default'.

License

MIT license

Acknowledgements

About

A minimal color scheme ported from rebelot/kanagawa.nvim for Vim.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published