Skip to content

sstallion/lightline-wtf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lightline-wtf

lightline-wtf is a lightline.vim color scheme based on Whiskey Tango Focus.

Screenshot

Installation

Note: lightline-wtf depends on the lightline.vim and vim-wtf plugins, which should be installed first using one of the documented methods.

This plugin is compatible with several popular plugin managers:

Pathogen

git clone git://github.com/sstallion/lightline-wtf.git ~/.vim/bundle/lightline-wtf

Vundle

Add the following to your .vimrc and execute the :PluginInstall command:

Plugin 'sstallion/lightline-wtf'

NeoBundle

Add the following to your .vimrc and execute the :NeoBundleInstall command:

NeoBundle 'sstallion/lightline-wtf'

vim-plug

Add the following to your .vimrc and execute the :PlugInstall command:

Plug 'sstallion/lightline-wtf'

Configuration

To enable this color scheme, simply add the following to your .vimrc:

let g:lightline = {
      \ 'colorscheme': 'wtf',
      \ }

Vertical Splits

lightline incorrectly calculates the width of the window when a vertical split is present, which results in improper highlighting (see issue #179). To work around this issue, the following function call should be added to .vimrc after lightline is configured:

call lightline#colorscheme#wtf#highlight()

A more complete example configuration can be found here.

Contributing

Pull requests are welcome! If a problem is encountered using this plugin, please file an issue on GitHub.

License

Source code in this repository is licensed under a Simplified BSD License. See LICENSE for more details.

About

A variable contrast color scheme for lightline lovers

Topics

Resources

License

Stars

Watchers

Forks