All Projects → yuttie → Hydrangea Vim

yuttie / Hydrangea Vim

Licence: mit
Hydrangea theme for Vim.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Hydrangea Vim

vim-lighthaus
A Lighthaus theme for (n)vim, vim-airline and lightline
Stars: ✭ 33 (-72.73%)
Mutual labels:  color-scheme, color-theme, vim-colorscheme
Toast.vim
🍞 Toast! A colorful, medium-contrast color scheme with full Vim and Neovim support and automatic light and dark variants. Easy to read without frying your retinae.
Stars: ✭ 108 (-10.74%)
Mutual labels:  vim-colorscheme, color-scheme, color-theme
Iceberg.vim
🇦🇶 Bluish color scheme for Vim and Neovim
Stars: ✭ 1,636 (+1252.07%)
Mutual labels:  vim-colorscheme, color-scheme, color-theme
Nord Vim
An arctic, north-bluish clean and elegant Vim theme.
Stars: ✭ 1,987 (+1542.15%)
Mutual labels:  vim-colorscheme, color-scheme, color-theme
Xcode One Dark
Atom One Dark theme for Xcode
Stars: ✭ 273 (+125.62%)
Mutual labels:  dark-theme, color-scheme, color-theme
Vim No Color Collections
Collection of Vim themes with barely any colors
Stars: ✭ 270 (+123.14%)
Mutual labels:  dark-theme, vim-colorscheme, color-scheme
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (+130.58%)
Mutual labels:  vim-colorscheme, color-scheme, color-theme
Dainty Vs
Dainty for Visual Studio – A color theme generator using Lab color space
Stars: ✭ 115 (-4.96%)
Mutual labels:  color-scheme, color-theme
Briofita vim
colorful Vim colorscheme for both GUI and 256-color terminals
Stars: ✭ 9 (-92.56%)
Mutual labels:  vim-colorscheme, color-scheme
Nord Guake
An arctic, north-bluish clean and elegant Guake color theme.
Stars: ✭ 20 (-83.47%)
Mutual labels:  color-scheme, color-theme
Halcyon Vscode
A dark blue theme for VS Code based on the Ayu Mirage theme
Stars: ✭ 108 (-10.74%)
Mutual labels:  dark-theme, color-theme
Lightline foobar.vim
lightline color schemes
Stars: ✭ 16 (-86.78%)
Mutual labels:  vim-colorscheme, color-scheme
Matlab Schemer
Apply and save color schemes in MATLAB with ease.
Stars: ✭ 708 (+485.12%)
Mutual labels:  color-scheme, color-theme
Idea One Dark Theme
One Dark theme for IntelliJ IDEA, PhpStorm, PyCharm, RubyMine, WebStorm
Stars: ✭ 971 (+702.48%)
Mutual labels:  dark-theme, color-theme
Nord Konsole
An arctic, north-bluish clean and elegant Konsole color scheme.
Stars: ✭ 56 (-53.72%)
Mutual labels:  color-scheme, color-theme
Adonis Ui
Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
Stars: ✭ 878 (+625.62%)
Mutual labels:  dark-theme, color-scheme
Nord Visual Studio Code
An arctic, north-bluish clean and elegant Visual Studio Code theme.
Stars: ✭ 749 (+519.01%)
Mutual labels:  color-scheme, color-theme
Colorschemes.jl
colorschemes, colormaps, gradients, and palettes
Stars: ✭ 55 (-54.55%)
Mutual labels:  color-scheme, color-theme
Nord Terminator
An arctic, north-bluish clean and elegant Terminator color theme.
Stars: ✭ 78 (-35.54%)
Mutual labels:  color-scheme, color-theme
Vim Corvine
The Raven Dark colourscheme for Vim, rebuilt and modified with Colortemplate
Stars: ✭ 76 (-37.19%)
Mutual labels:  color-scheme, color-theme

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! 😎

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].