nvim-lualine / lualine.nvim

A blazing fast and easy to configure neovim statusline plugin written in pure lua.
MIT License
5.72k stars 455 forks source link

Feat: Merging one of the PRs that add support for base16-vim colorschemes #1187

Closed titaniumtraveler closed 3 months ago

titaniumtraveler commented 5 months ago

Since around April last year there have been two PRs to add base16-vim support to lualine.

One by @JamyGolden (#1006) and one by me (#1081) in reaction to this issue #859. \ (I didn't think to look for another PR solving the issue at that time.)

I'm currently using a custom colorscheme to add the same functionality to my config, (which basically contains the same code as my PR), but it would still be nice if lualine had builtin support for it.

Both PRs contain basically the same functionality, so it doesn't really matter, which one is merged.

AntoinePrv commented 5 months ago

I'm also writing https://github.com/nvim-lualine/lualine.nvim/pull/1194 in this Context, since passing the cterm code from outside does change the values.

shadmansaleh commented 3 months ago

resolved with #1006