Synaptic Anarchy
07 Jan 07, 15:13
It seems to me that if you create a multi-color style (a style packaged with several color variations such as Artemis, MorpheusX, or Aphrodite MC) there is a certain "template" you should follow to make people's lives easier.
/Style/
-/images/
--/shared template images
--/color/
---/images for a specific color scheme
-/style.cfg
-/style.css
-/color-dependent style.css
where the config file uses a variable to determine which folder the color-dependent images are being pulled from like
templates/Style/images/{COLOR}/image.gif
or somesuch. I can do everything else myself, but how would I do this in the config file?
/Style/
-/images/
--/shared template images
--/color/
---/images for a specific color scheme
-/style.cfg
-/style.css
-/color-dependent style.css
where the config file uses a variable to determine which folder the color-dependent images are being pulled from like
templates/Style/images/{COLOR}/image.gif
or somesuch. I can do everything else myself, but how would I do this in the config file?