/vim-phoenix

Monochrome color schemes for Vim

Primary LanguageVim Script

Phoenix Color Scheme for Vim

Monochrome Vim color scheme based on Phoenix.

A Couple of Notes

  • Might be slightly different from the original
  • Terminal colors are much different and simplified
  • Not entirely monochrome for improved usability (e.g. errors are red, diffs are green, yellow and red)
  • Available colors: Blue (default), Red, Green, Yellow, Orange, Purple (not pink)
  • Pull requests welcome

Installation

Manual

  1. Copy phoenix.vim into .vim/colors directory.

With Package Manager

  1. Copy vim-phoenix directory into .vim/pack/*/start directory

Pathogen

  1. Install Pathogen
  2. Copy vim-phoenix directory into .vim/bundle directory.

Modify .vimrc

Set colorscheme in .vimrc, this will set Phoenix Blue by default

colorscheme phoenix

To set other colors (available colors: Blue, Red, Green, Yellow, Orange, Purple)

colorscheme phoenix
PhoenixRed

To set eighties background

colorscheme phoenix
PhoenixBlueEighties

Invert parentheses highlight color

colorscheme phoenix
let g:phoenix_invert_match_paren = 1

Screenshots

Phoenix Blue Screenshot Phoenix Red Screenshot Phoenix Yellow Screenshot

Parentheses highlight Parentheses highlight inverted
Paren match Paren match inverted

License

Based on Phoenix by @netatoo