Replies: 2 comments
-
I found a solution:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I have the same issue (and the links in the reply above don't work). Can anyone suggest some code I can use to force lightline to reload the light colour scheme? Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you for the great plugin. I noticed that switching between tokyonight styles day and night doesn't update the lightline tab colors properly.
Here's what I did:
let g:tokyonight_style=day
set background=light
colorscheme tokyonight
and
let g:tokyonight_style=night
set background=dark
colorscheme tokyonight
The window colors update properly but status line and tab line stay in the colorscheme that I set first.
Beta Was this translation helpful? Give feedback.
All reactions