At one time, I was able to have vim recognize a color scheme I made by just putting this code in the file and putting the file in :/usr/local/share/vim/vim90/colors/horror.vim with the other color scheme that come with a vim installation:
let g:colors_name = 'colorscheme-name'
But now, this doesn't work. I've noticed this didn't work for GUI vim in general, but there was a time when putting 'colorscheme ' worked like it did the same as it does for the ones that come with the installation when you use the standard terminal version of this software.
9.1
Ubuntu Studio
Konsole
Error detected while processing /home/<username>/.vimrc: line 136: E185: Cannot find color scheme '<name>' Press ENTER or type command to continue
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
It seems /usr/local/share/vim/vim90/colors/horror.vim
is not in your runtime path. Place it instead into ~/.vim/colors/
and it should work.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
It seems
/usr/local/share/vim/vim90/colors/horror.vim
is not in your runtime path. Place it instead into~/.vim/colors/
and it should work.
yeah that worked, case closed and thank you sir
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
Closed #14151 as not planned.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.