mhartington / oceanic-next

Oceanic Next theme for neovim
Other
1.13k stars 141 forks source link

E254: Cannot allocate color None #93

Closed davidmathers closed 3 years ago

davidmathers commented 3 years ago

Problems summary

The change from

let s:none = ['NONE', 'NONE']

to

let s:none = ['None', 'None']

breaks Vim

Environment Information

mhartington commented 3 years ago

Thanks for letting me know! Should be fixed