Closed pwndumb closed 3 years ago
What I think is happening here is that your Vim is using the 3rd set of fallback colors. (16 Colors).
Could be a couple things:
termguicolors
enabled. more infoIf you get this working, you may eventually find that stuff breaks again if you fire up Vim inside of Tmux. Here's a good troubleshooting guide and compatibility list - https://gist.github.com/XVilka/8346728
This might be a quicker answer for you. Try this in your .vimrc
" Colorscheme
syntax on
if has('termguicolors')
set termguicolors
set t_ut=
endif
colorscheme hackthebox
This might be a quicker answer for you. Try this in your .vimrc
" Colorscheme syntax on if has('termguicolors') set termguicolors set t_ut= endif colorscheme hackthebox
Thanks. Problem solved. This color scheme is very beautiful !!!
First, congratulations for nice work. I don't know if this is normal behavior put when I set the colorsheme to hackthebox, my background is set to blue.
OS: Mac OS Big Sur Terminal: Iterm2