I have 4 different css files that are identical except they use different colour schemes i.e. red, blue, green. At the start of my program a user chooses which colour scheme they want and then the corresponding css file is chosen. Is there a way to just have 1 css file and have all colour schemes located in that file then when a user chooses a scheme have each item in the css file have the chosen colour applied to them?
I am using javaFX 8.