81

GitHub - kristijanhusak/vim-hybrid-material: Material color scheme for Vim based...

 5 years ago
source link: https://github.com/kristijanhusak/vim-hybrid-material
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

vim-hybrid-material

Material color scheme for Vim based on w0ng/vim-hybrid color scheme.

It includes 2 color schemes:

Both schemes are almost similar to w0ng/vim-hybrid, just some colors are switched (Purple with red), to look more like tomorrow-night.

Installation

  • Pathogen
  • git clone https://github.com/kristijanhusak/vim-hybrid-material ~/.vim/bundle/vim-hybrid-material
  • Remember to run :Helptags to generate help tags
  • NeoBundle
  • NeoBundle 'kristijanhusak/vim-hybrid-material'
  • Vundle
  • Plugin 'kristijanhusak/vim-hybrid-material'
  • Plug
  • Plug 'kristijanhusak/vim-hybrid-material'
  • manual
  • copy all of the files from colors directory into your ~/.vim/colors directory

Options

If you would like some of the code to be bolded, like functions and language controls, add this option to vimrc:

let g:enable_bold_font = 1

If you want comments to be in italic, also add this:

let g:enable_italic_font = 1

To use transparent background, add this option:

let g:hybrid_transparent_background = 1

Hybrid Material

Based on equinusocio/material-theme.

hybrid-material

GVim/MacVim

Only add this to .vimrc after installation:

set background=dark
colorscheme hybrid_material
Vim

For Vim version check folder base16-material.

Hybrid Reverse

Original w0ng/vim-hybrid, with only colors switched.

hybrid-reverse

Gvim/MacVim/Vim
set background=dark
colorscheme hybrid_reverse

Light version

Light version is also included, just set background to light instead of dark:

set background=light
colorscheme hybrid_material

Airline

If you are using vim-airline plugin, there is a hybrid theme that suites well with this color scheme (Used on screenshots).

let g:airline_theme = "hybrid"

Font on screenshot: Inconsolata

Thanks to


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK