XF 2.3 Setting like $config['adminColorHueShift'] for the Default style?

frm

Well-known member
I use $config['adminColorHueShift'] = #; in config.php to delineate between the ACP of a production (155 for red) and a dev instance (250 for green).

I'm quite keen on the Default style and would like to use it on multiple forums, with minor CSS changes for different effects (other than color).

So, I'm wondering if there is a config setting that changes the Default style (1) in the same manner or if I'll need to tweak the Color palette, etc. (and get into the nitty gritty if need be for other colors)?
 
Solution
No global setting for the main style of the forums. It's easy enough though, open the color palette and adjust color palette 5. Use only the color slider, don't move the dot above:

1749967380171.webp


Then when you find a color you like, copy the first number (in the screenshot above it's 158). This is the "hue".

Then go to colors 1-4 and paste the value in the same spot. It will create a similar version of the default style just with your preferred look:


1749967509631.webp


Fine tune here, then go to the basic colors to adjust further.
No global setting for the main style of the forums. It's easy enough though, open the color palette and adjust color palette 5. Use only the color slider, don't move the dot above:

1749967380171.webp


Then when you find a color you like, copy the first number (in the screenshot above it's 158). This is the "hue".

Then go to colors 1-4 and paste the value in the same spot. It will create a similar version of the default style just with your preferred look:


1749967509631.webp


Fine tune here, then go to the basic colors to adjust further.
 
Solution
Back
Top Bottom