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
- Host: GitHub
- URL: https://github.com/widatama/vim-phoenix
- Owner: widatama
- Created: 2015-05-09T09:05:03.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T18:02:22.000Z (over 2 years ago)
- Last Synced: 2025-04-05T23:23:23.957Z (about 1 year ago)
- Topics: color-scheme, colorscheme, monochrome, theme, vim
- Language: Vim Script
- Homepage:
- Size: 715 KB
- Stars: 44
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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



| Parentheses highlight | Parentheses highlight inverted |
| --- | --- |
|  |  |
## License
Based on [Phoenix](https://github.com/netatoo/phoenix-theme) by [@netatoo](https://github.com/netatoo)