vim-colors-paramount icon indicating copy to clipboard operation
vim-colors-paramount copied to clipboard

Add Lightline colorscheme

Open samflores opened this issue 6 years ago • 3 comments

Add color scheme for the Lightline plugin (https://github.com/itchyny/lightline.vim).

Normal normal

Insert insert

Visual visual

Replace replace

Inactive inactive

Terminal terminal

Tabline tabline

samflores avatar Jan 09 '19 19:01 samflores

Looks great in your screenshots! I'm not using Lightline but let me try downloading it and try this out.

owickstrom avatar Jan 10 '19 00:01 owickstrom

Do I need to activate it somehow? I'm not seeing the Paramount colors in the lightline.

owickstrom avatar Jan 11 '19 12:01 owickstrom

Oops. I should have added that in the PR comment, or maybe in the README. You must set (or update) the g:lightline variable.

let g:lightline = {  'colorscheme': 'paramount' }

samflores avatar Jan 11 '19 12:01 samflores