themerdev / themer

🎨 themer takes a set of colors and generates themes for your apps (editors, terminals, wallpapers, and more).
https://themer.dev
MIT License
5.48k stars 115 forks source link

vim-lightline: colors not used in CLI #118

Closed lafleurdeboum closed 2 years ago

lafleurdeboum commented 2 years ago

Description

The vim-lightline theme affects vim GUIs that use it, but not CLI like ... vim.

To reproduce

Steps to reproduce the behavior:

yarn add themer @themerdev/vim-lightline @themerdev/colors-default
yarn run themer -c @themerdev/colors-default -t @themerdev/vim-lightline -o build
mkdir -p ~/.vim/autoload/lightline/colorscheme/
cp build/vim-lightline/ThemerVimLightline.vim ~/.vim/autoload/lightline/colorscheme/
echo "let g:lightline = { 'colorscheme': 'ThemerVimLightline' }" >> ~/.vimrc

Screenshots

That's how it should be : NORMAL is light blue That's how it is (check the NORMAL background being darker) : NORMAL should be light blue

Expected behavior

I expect lightline's theme to have support for both CLI and GUI applications.

Environment information

CLI

Running up-to-date Arch linux. node version 16.11.1 themer version ^3.3.9 @themerdev/vim-lightline version ^3.1.2