Korin

Customer
I have what is probably a simple question but I see many variable color names and I'm trying to find where these are set so I can change them (rather than changing the colour each place they appear). For example:

@xf-paletteNeutral3
@xf-paletteColor2

Where is the color associated with these actually configured? I want to make large sweeping changes to the color scheme but it seems like I have to edit each area individually
 
Omni is our one style that's a little unique as it ships out with a bunch of color palette's built into it. If you head to: Style properties -> Omni, you can choose a custom color there.

Another option you can do, is simply replace the color palette with actual hex values. If you look inside of "xb_setup_style.less", you'll see all the color schemes there, they're setup like this:

Code:
@scheme1Color1: #0b0f12;
@scheme1Color2: #141a1e;
@scheme1Color3: #151c20;
@scheme1Color4: #0a0d10;
@scheme1Color5: #0e1317;
@scheme1Accent1: #2d383d;
@scheme1Neutral1: #1d282f;
@scheme1Neutral2: #1d282f;
@scheme1Neutral3: #6e7b84;

Then on the color palette:
1721946801977.png




I posted this image on XenForo awhile back which still applies to our styles if it helps:

1721946873298.png


Sorry for the long post, Omni is very unique. If you find it to be too hard, I'll gladly switch out the style for another one (just submit a ticket).
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back