https://github.com/eesuhn/vim-monokai
Monokai theme for Vim
https://github.com/eesuhn/vim-monokai
theme vim
Last synced: over 1 year ago
JSON representation
Monokai theme for Vim
- Host: GitHub
- URL: https://github.com/eesuhn/vim-monokai
- Owner: eesuhn
- Created: 2024-02-25T11:08:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T06:00:35.000Z (about 2 years ago)
- Last Synced: 2025-01-24T15:41:47.587Z (over 1 year ago)
- Topics: theme, vim
- Language: Vim Script
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Custom Monokai Theme for Vim

#### Installation
1. Copy to root `git clone https://github.com/eesuhn/vim-monokai.git`
2. Run `mkdir -p ~/.vim/ && cp -r ~/vim-monokai/colors ~/.vim/`
3. Add following lines to `~/.vimrc`
```
syntax on
colorscheme monokai
```