An open API service indexing awesome lists of open source software.

https://github.com/widatama/vim-phoenix

Monochrome color schemes for Vim
https://github.com/widatama/vim-phoenix

color-scheme colorscheme monochrome theme vim

Last synced: 11 months ago
JSON representation

Monochrome color schemes for Vim

Awesome Lists containing this project

README

          

# Phoenix Color Scheme for Vim

Monochrome Vim color scheme based on [Phoenix](https://github.com/netatoo/phoenix-theme).

## 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](https://github.com/tpope/vim-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](screenshots/phoenix-blue.png)
![Phoenix Red Screenshot](screenshots/phoenix-red.png)
![Phoenix Yellow Screenshot](screenshots/phoenix-yellow.png)

| Parentheses highlight | Parentheses highlight inverted |
| --- | --- |
| ![Paren match](screenshots/match_paren.png) | ![Paren match inverted](screenshots/match_paren_invert.png) |

## License

Based on [Phoenix](https://github.com/netatoo/phoenix-theme) by [@netatoo](https://github.com/netatoo)