How to set if else for vim's “set background = ” for light and dark colorschemes?
1
For themes like One or PaperColor, there are dark and light versions. For dark or light theme, I usually add my own customizations like bracket color, comment color... etc. I tried to combine them so that everytime I set background=dark or light, with an if else statement. I tried the following but it doesn't work. if (set background=dark) """ my own code here endif Please let me know how to go about this and thank you.
vimrc colorscheme
share | improve this question
asked 3 hours ago
mle0312 mle0312
29 4