I have a number of R and Python files, all of which I work on at the same time. I prefer to have different colorschemes, not only for different filetypes, but for different files even of the same type. This is so that I can locate them easily on my screen, and quickly shift my mind from one piece of code to another. Can I do this automatically in my vimrc? The filetype variable is not what I am looking for as there are already several answers to that particular question. I want to change colorschemes based on file*name*.
For example, one file could be called bbg.r, whereas another might be called fx.r. Note that it's not the extension I'm interested in changing the colorscheme for, it is for the individuals files, so the above two files should invoke different color schemes.