Closed NooraAz closed 6 months ago
okay, this thread solved my issue.
You need to add this part, before setting set termguicolors
if !has('gui_running') && &term =~ '\%(screen\|tmux\)'
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
endif
I followed all the steps, and still not seeing the theme.
Here is how I set it up:
inside .vim I have this repo, so
ls .vim
gives:and then in .vimrc I set colorscheme. here is my .vimrc file:
I use vim 8.0.