itchyny/lightline.vim

Theme ‘rosepine’s colour not applying as expected

rpopic2 opened this issue · 5 comments

Hi. I am experiencing an colour issue with rosepine theme with both light and dark background.

Expected colour =
07218E40-F0AC-4FA0-ADAA-37305947C1B2

Actual colour =
9DC32C4D-DFB5-42D9-88C6-BE555E89E3F0
618BC86E-2699-4A9E-8C38-C6F636B2C078

I am on my iPhone and I cannot use computer at the moment.
What I’ve tied :
export TERM=xterm-256color
set t_Co=256
Tried on ssh, mosh
Tried on tmux, screen, and without multiplexers
Tried on Blink Shell, Termius, gcloud Console (with ssh, mosh)
Tried on iSH (not on ssh, on local iphone)
and I was able to reproduce this every time.

Here is my .vimrc

call plug#begin()
Plug 'itchyny/lightline.vim'
call plug#end()

set laststatus=2
set noshowmode
set t_Co=256
map <space>rc :e $MYVIMRC<CR>
map <space><space> :

let g:lightline = {
                        \ 'colorscheme': 'rosepine'
                        \ }

Please help..

The screenshot is taken by GUI version of Vim. When you use terminal Vim with 256 colors, it should have different colors. That's an expected behavior.

But the light theme looks ugly actually, I'll tweak that. Dark theme looks fine.

thanks a lot :)

It should be better now.

image

Works perfect :)