jdhao / sonokai

High Contrast & Vivid Color Scheme based on Monokai Pro

Home Page:https://www.vim.org/scripts/script.php?script_id=5856

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐ƒ๐ž๐Ÿ๐š๐ฎ๐ฅ๐ญ

sonokai-default

๐€๐ญ๐ฅ๐š๐ง๐ญ๐ข๐ฌ

sonokai-atlantis

๐€๐ง๐๐ซ๐จ๐ฆ๐ž๐๐š

sonokai-andromeda

๐’๐ก๐ฎ๐ฌ๐ข๐š

sonokai-shusia

๐Œ๐š๐ข๐š

sonokai-maia

Sometimes I need a high contrast color scheme, and I think monokai is one of the best solutions, it's very beautiful and vivid.

However there is one thing I can't stand -- the contrast is too high, which is totally unacceptable to me.

This color scheme is based on Monokai Pro, the contrast is adjusted to be a bit lower while keeping the colors vivid enough.

The shusia and maia variants are based on monokai pro and monokai machine respectively. I'm not going to port all variants of Monokai Pro because I don't like some of them. In addition, I designed some new variants inspired by other color schemes.

Features

  • High contrast but within acceptable range.
  • Vivid colors.
  • Highly customizable.
  • Rich support for common file types and plugins.
  • Italic support ๐ŸŽ‰

Installation

Via Plugin Manager

Take vim-plug for example:

Plug 'sainnhe/sonokai'

For better syntax highlighting support, please install sheerun/vim-polyglot or nvim-treesitter/nvim-treesitter.

Manually

  1. Clone this repository.
  2. Copy /path/to/sonokai/autoload/sonokai.vim to ~/.vim/autoload/.
  3. Copy /path/to/sonokai/colors/sonokai.vim to ~/.vim/colors/ .
  4. Copy /path/to/sonokai/doc/sonokai.txt to ~/.vim/doc/ and execute :helptags ~/.vim/doc/ to generate help tags.
  5. To install airline theme, copy /path/to/sonokai/autoload/airline/themes/sonokai.vim to ~/.vim/autoload/airline/themes/ .
  6. To install lightline theme, copy /path/to/sonokai/autoload/lightline/colorscheme/sonokai.vim to ~/.vim/autoload/lightline/colorscheme/ .

AUR

There are some packages available for Arch Linux users in AUR:

Usage

See :help sonokai.txt

Related Projects

See this wiki page.

More Color Schemes

Inspiration

License

MIT ยฉ sainnhe

About

High Contrast & Vivid Color Scheme based on Monokai Pro

https://www.vim.org/scripts/script.php?script_id=5856

License:MIT License


Languages

Language:Vim Script 99.3%Language:Shell 0.7%