chengzeyi / hydrangea-vim

Hydrangea theme for Vim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hydrangea theme

This repository includes a color scheme file for Vim.

Screenshot Screenshot for Rust

Features

  • A dark theme with main colors from hydrangea flowers
  • Midnight blue as the background color
  • Support 256 color terminals
  • Includes colorscheme file for lightline.vim
  • Customization via colorscheme generator script written in Python

Installation

For vim-plug users

Plug 'yuttie/hydrangea-vim'

For dein.vim users

call dein#add('yuttie/hydrangea-vim')

Configuration

lightline.vim

lightline.vim support is included. To use the bundled colorscheme for lightline.vim, specify 'hydrangea' in a definition of your lightline as follows:

let g:lightline = {
      \ 'colorscheme': 'hydrangea',
      \ 'component': {
      \   'readonly': '%{&readonly?"":""}',
      \ },
      \ 'separator':    { 'left': '', 'right': '' },
      \ 'subseparator': { 'left': '', 'right': '' },
      \ }

Contribution

Currently, the colors for terminals, i.e. cterm* values, are not tested well. Please create an issue when you find a problem.

See also

If you are also interested in a light theme, have a look at my Inkstained theme! 😎

About

Hydrangea theme for Vim.

License:MIT License


Languages

Language:Vim Script 76.3%Language:Python 23.7%