XF 2.3 Way to disable light skin?

ekool

Well-known member
On the new system, is there a way to disable the light skin (or dark skin, for that matter) from being used? I'm working on a theme but don't want to work on 2 at once, so until I'm able to get to the other one I'd like to disable it completely. Is there an easy way to accomplish this?

I've seen the plugin that allows me to set one or the other as the default, but that's not exactly what I'm looking for.
 
If you want to retain maximum colour options, you need to keep style variations on - however, it means that if you only want one style, you need to copy all the colour settings into both default and alternate columns. It's a little bit of a faff, but once it's done, it becomes really easy. I only wanted the dark theme to be available on my sites, so no matter what is chosen in the style options, the theme will always be dark.

Be careful though, as copying from one side to the other doesn't always work exactly as you would expect, you need to look at the HSL values under each colour to make sure they match, otherwise things start looking odd, lol.

Here's an example from my own sites:

1723392809588.webp
Note the arrowed settings, copying right to left would not have shown the same HSL values. By doing this and checking the HSL values, you can be sure that both sets will be exactly equal. Now, work on one side and when you're happy with the results, copy those values to the other, and you will have one theme that you want to present your users with.

You can also adjust colours through many of the style properties directly. It takes a little time, but when you're done the effort is worthwhile.

If anyone has a different approach, they will let you know. Good luck.
 
I sure hope that isn't the only way... would be nice if there was a toggle that just said "Only allow Light Variation" or "Only allow Dark Variation" :)
 
The quickest way is this IMO:

Click on the style and make sure variations enabled.
Go to style properties > Color Palette > setup tick the dark style for default as well as alternate
Style properties > Color Palette copy all the alternate colors over to the default colors.
Go to style properties > basic colors do the same
Then click on style and disable variations.
 
The quickest way is this IMO:

Click on the style and make sure variations enabled.
Go to style properties > Color Palette > setup tick the dark style for default as well as alternate
Style properties > Color Palette copy all the alternate colors over to the default colors.
Go to style properties > basic colors do the same
Then click on style and disable variations.

It is sad but this is the only way I was able to get it working properly :( Such a simple feature, you would think it would have been included.
 
Back
Top Bottom