I'm using vim-perl6 for syntax highlighting, but I'd like to adjust the color of variable sigils so that they are less standout. Perhaps, make them look pale or something. How do I do that? Thanks.
You can change color schemes at anytime in vi by typing colorscheme followed by a space and the name of the color scheme. For more color schemes, you can browse this library on the vim website. You can enable or disable colors by simply typing "syntax on" or "syntax off" in vi.
Add the text, “syntax on” anywhere in the file to enable syntax highlighting permanently for vim editor. Save and close the file by typing ':x'. For disabling the feature, just re-open . vimrc file, change the text “syntax on” to “syntax off” and save the file.
HiLink p6Variable Identifier
in perl6.vim
/usr/share/vim/vim80/colors/
to ~/.vimrc/colors/
), and add to it:
hi p6Variable ctermfg=darkgrey
hi p6Variable guifg=darkgrey
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With