Set status line theme to the global colorscheme#600
Conversation
instead of hardcoding the 'onedark' theme. It allows users to change the Neovim theme globally and to see those changes automatically reflected to the status line.
|
Hi! I like this idea. I've actually changed the theme in my fork, and needing to maintain one less change from master is always a boon in my book :)
Thanks for your contribution and I look forward to hearing from you! |
|
Hi !
I don't see any downsides as such ... Hopefully it answers your questions. Let me know :) |
|
Thanks so much for your contribution. I look forward to modifying my fork! |
| opts = { | ||
| options = { | ||
| icons_enabled = false, | ||
| theme = 'onedark', |
|
you don't need to do anything for this change to work. I'm confused about what you're clueless about. :-) |
|
Well I guess because I'm doing everything from an iPhone :/ I have no PC |
instead of hardcoding the 'onedark' theme.
It allows users to change the Neovim theme globally and to see those changes automatically reflected to the status line.