Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/844196/lightline-badwolf.vim
Badwolf的なlightlineカラースキーム
https://github.com/844196/lightline-badwolf.vim
Last synced: 27 days ago
JSON representation
Badwolf的なlightlineカラースキーム
- Host: GitHub
- URL: https://github.com/844196/lightline-badwolf.vim
- Owner: 844196
- Created: 2014-04-28T18:16:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T18:17:57.000Z (over 8 years ago)
- Last Synced: 2023-08-02T04:55:10.711Z (over 1 year ago)
- Language: VimL
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lightline-badwolf.vim
[![](http://img.shields.io/github/tag/844196/lightline-badwolf.vim.svg?style=flat)](https://github.com/844196/memo.vim/releases)
[![](http://img.shields.io/github/issues/844196/lightline-badwolf.vim.svg?style=flat)](https://github.com/844196/memo.vim/issues)
[![](http://img.shields.io/badge/license-MIT-red.svg?style=flat)](http://opensource.org/licenses/mit-license.php)![](http://38.media.tumblr.com/dda121c60104c4918e74c76e09662778/tumblr_nfjl2no3401s7qf9xo1_1280.png)
## Overview
[lightline.vim](https://github.com/itchyny/lightline.vim)に[badwolf](https://github.com/sjl/badwolf)を適応させたっぽいcolorschemeを追加します。## Installation
```vim
" add .vimrc
NeoBundle '844196/lightline-badwolf.vim', {
\ 'depends' : 'itchyny/lightline.vim'
\ }" setting colorscheme
let g:lightline.colorscheme = 'badwolf'
```