I used neovim in archlinux and colors were working fine, I used rxvt-unicode and zsh. I try to do the same in ubuntu but the colors look like crap. It's dark and not the right colors. Any ideas how to fix this?
set t_Co=256
is set
TERM=xterm-256color
is set
$NVIM_TUI_ENABLE_TRUE_COLOR=1
is set...
The colorscheme I'm trying to make work is molokai. And this is what I get... Thanks in advance.