https://github.com/gf3/molotov
The exciting colour scheme that will make you code good™
https://github.com/gf3/molotov
color colour scheme terminal vim
Last synced: 6 months ago
JSON representation
The exciting colour scheme that will make you code good™
- Host: GitHub
- URL: https://github.com/gf3/molotov
- Owner: gf3
- License: mit
- Created: 2018-03-22T16:34:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T18:37:53.000Z (over 7 years ago)
- Last Synced: 2025-04-10T16:25:29.531Z (6 months ago)
- Topics: color, colour, scheme, terminal, vim
- Language: Vim script
- Homepage: https://butt.zone/molotov
- Size: 9.77 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Molotov colour scheme
Molotov is a vim colour scheme that gets out of your way and lets you focus on what's at hand. It has additional colouring info for many languages and plugins.Molotov works best with 256 colors or a True Color terminal and is supported in vim, neovim, GVim, MacVim, et al.
## Installation
### Using [vim-plug](https://github.com/junegunn/vim-plug)
``` vim
Plug 'gf3/molotov'
```### Manually
Copy [molotov.vim](colors/molotov.vim) to the `colors` directory in your vim configuration directory.### Setup
You’ll want to use a similar config to effectively use Molotov:``` vim
" Set 256 colours, dark background, and molotov
set t_Co=256
set background=dark
colorscheme molotov" If using airline.vim:
let g:airline_theme='molotov'
```### Terminal colours
Grab Molotov for your terminal as well!- [Molotov for iTerm2]
- [Molotov for Terminal]
- [Molotov for Alacritty]## Screenshots
### Javascript
### Typescript
### CSS
### Ruby
### C
## Modes
| | Unmodified | Modified |
| --- | --- | --- |
| Normal |  |  |
| Insert |  |  |
| Visual |  |  |
| Replace |  |  |[Molotov for iTerm2]: https://raw.githubusercontent.com/gf3/dotfiles/master/Molotov.itermcolors
[Molotov for Terminal]: https://raw.githubusercontent.com/gf3/dotfiles/master/Molotov.terminal
[Molotov for Alacritty]: https://raw.githubusercontent.com/gf3/dotfiles/master/.alacritty.yml