How do you change the colors in the theme? The Dev docs explain the code that is needed but I can’t find the config file in order to change those hex codes.
This feature is currently broken, but already fixed for the next release. You have to use these keys with your HEX color in your extconfig.json :
{
"ExtLightThemeLightColor": "#fff000",
"ExtLightThemeMainColor": "#000fff",
"ExtDarkThemeLightColor": "#56454e",
"ExtDarkThemeMainColor": "#ff9abe"
}
Thanks for reporting this!