https://github.com/cange/vim-theme-bronkow
A vim color theme with light and dark mode
https://github.com/cange/vim-theme-bronkow
color-scheme dark-theme vim-theme
Last synced: 4 months ago
JSON representation
A vim color theme with light and dark mode
- Host: GitHub
- URL: https://github.com/cange/vim-theme-bronkow
- Owner: cange
- Created: 2013-07-13T14:46:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-08-29T10:55:49.000Z (over 4 years ago)
- Last Synced: 2024-04-15T00:16:09.445Z (almost 2 years ago)
- Topics: color-scheme, dark-theme, vim-theme
- Language: Vim script
- Homepage:
- Size: 860 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vim Bronkow Theme based on Material Design
This is a Vim color scheme based on [Google’s Material Design Color Palette](https://material.io/guidelines/style/color.html).

## Installation
This plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:
1. Download
* [Pathogen](https://github.com/tpope/vim-pathogen)
* `git clone https://github.com/cange/vim-theme-bronkow ~/.vim/bundle/vim-theme-bronkow`
* [Vundle](https://github.com/gmarik/vundle)
* `Plugin 'cange/vim-theme-bronkow'`
* or other package manager
3. Enable theme in your `.vimrc`
```bash
colorscheme bronkow_material
```
4. Restart Vim or run `so ~/.vimrc` in Vim
## Recommended iTerm2 theme
- [iterm2-material-design](https://github.com/MartinSeeler/iterm2-material-design)
## Development