Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yassinebridi/vim-purpura
☂️ A bold purple colorscheme for vim
https://github.com/yassinebridi/vim-purpura
colorscheme neovim-plugin nvim purple vim vim-colorscheme vim-plugin
Last synced: 8 days ago
JSON representation
☂️ A bold purple colorscheme for vim
- Host: GitHub
- URL: https://github.com/yassinebridi/vim-purpura
- Owner: yassinebridi
- License: mit
- Created: 2020-05-02T15:26:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T21:06:41.000Z (over 4 years ago)
- Last Synced: 2024-08-01T16:56:10.411Z (3 months ago)
- Topics: colorscheme, neovim-plugin, nvim, purple, vim, vim-colorscheme, vim-plugin
- Language: Vim script
- Homepage:
- Size: 195 KB
- Stars: 64
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Purpura colorscheme for [vim](https://github.com/vim/vim)
> A [purple](https://github.com/yassinebridi/vim-purpura) theme for [vim](https://github.com/vim/vim)
![Screenshot](./screenshot.png)
#### Airline
![Airline](./airline.png)
---A similar theme for tmux is here: [tmux-purpura](https://github.com/yassinebridi/tmux-purpura)
---
Please read [WIP](#wip)## Install
### 1) Download
* [vim-plug](https://github.com/junegunn/vim-plug)
```
Plug 'yassinebridi/vim-purpura'
```
then install the plugin:
```
:PlugInstall
```
* [Vundle](https://github.com/gmarik/vundle)
```
Plugin 'yassinebridi/vim-purpura'
```
then install the plugin:
```
:PluginInstall
```
### 2) Enable in `.vimrc`/`init.vim`
Add the following line to your `.vimrc` or `init.vim`:```vim
colorscheme purpura
```
Make sure to have these lines too in your vimrc, if you don't already:
```vim
set background=dark
set termguicolors
let &t_8f = "\[38;2;%lu;%lu;%lum"
let &t_8b = "\[48;2;%lu;%lu;%lum"
```
If you have [`vim-airline`](https://github.com/vim-airline/vim-airline), you can also enable the provided theme:```
let g:airline_theme = 'purpura'
```If you prefere [`vim-crystalline`](https://github.com/rbong/vim-crystalline), you can just change your settings to be like so:
```vim
let g:crystalline_theme = 'purpura'
```
for [`vim-lightline`](https://github.com/itchyny/lightline.vim)
read [`WIP`](#wip)then exit vim, and reopen or simply source your `.vimrc`/`init.vim`.
```bash
:so %
```
## For React/JSX/TSX developers
it's advised to install this plugin:
```
Plug 'maxmellon/vim-jsx-pretty'
```
## WIP
- ~~Better support for cterm colors.~~
- Support lightline.