I use vim in a terminal emulator and as suggested in the readme I have this in my vimrc
autocmd ColorScheme janah highlight Normal ctermbg=235
colorscheme janah
One problem though, it sets the background correctly but it resets the colorscheme to the default colorscheme.
If i do :colorscheme janah it works properly though.
Any idea why and how to fix it?