embark-theme / vim

An ambitious theme for vim
https://embark-theme.github.io/
MIT License
650 stars 26 forks source link

I'm getting an error with airline #7

Closed jose4125 closed 2 years ago

jose4125 commented 4 years ago

airline doesn't take the embark color theme, so i'm adding let g:airline_theme='embark' in my init.vim, i'm using nvim could you help me how I can figure it out?

the following is the error

Error detected while processing function airline#check_mode[66]..airline#highlighter#highlig
ht:
line    2:
E121: Undefined variable: g:airline#themes#embark#palette
skbolton commented 4 years ago

I hastily ported the airline theme from another colorscheme and there is a few issues with it. I am not an airline user so they didn't immediately come up. As part of the work #5 I am probably going to completely rewrite it. I will follow up with you to verify that doing so fixes your issue also. I might also ask that you help me test changes if that's alright.

skbolton commented 3 years ago

@jose4125 can you pull and see if this error has been resolved?

skbolton commented 2 years ago

Closing as stale. Reopen if this issue persists.