Hello,
sorry there seem to be a color mix
heres how you can change the toolbar icon color
Go to the behemoth theme editing page
change the Editor Toolbar Icon from white to something darker
---
about the palette..
In the current theme version if you go to the palette tab
you have a dark/light mode button to enable/disable
If enabled, a brush icon will be added next to Userbar for users with permissions to select a Color Preset or a background image if you have uploaded. its totally optional, users can select or deselect to use the default theme colors and background image.
You have 5 custom color preset boxes, and by default they are provided with some dark/light theme colors. mostly just change colors for example a different navigation colors and so on...
color preset boxes need to be provided with css custom properties (variables) like so...
--theme-primary_button: 211,106,120;
--theme-primary_button_font: 255,255,255;
this two lines for example changes the background color and the font color of Primary Buttons
the color values must be in raw RGBA value and not the 6-digit hex like #FFFFFF ( you can use some hex to rgba converters... http://hex2rgba.devoth.com/ )
you can do a lot of other things by providing custom css properties in the boxes and not just color changes. you could change the font size of a specific element or changing border radius for example... or doing just a button color change....etc
---
Theres also a Default preset section in the palette like so
this default preset setting changes the default theme colors to a dark/light theme color. there are 5 dark/light color schemes to apply on your theme
be careful if you click apply on one of the options here, your default theme colors will be replaced to the selected color presets you will lose all color customization's in the color settings if you have done.
-on the upcoming version there will be a setting to export your customized theme colors like custom css properties and you will be able to simply copy the codes and paste it in a preset boxes for customization
If the screenshots are not same on your side or if you have extra settings show different from my side in the screenshots or if the settings are messed, then please reinstall the theme completely to fix it. or simply ignore it unless it causes issues.
If you have other mixed colors please let me know (keep in mind that updating themes wont fix mixed colors in the preset boxes you will need to click the revert button to revert the colors back to default or change the mixed colors manually in the box )
I think the palette is good in the new version but if its still ridiculous or messed up to you let me know so i can improve it 🙂