system.kanoa.config.getBackgroundColor
Description
Get the background color from the database (kanoaCore).Syntax
getBackgroundColor(theme)- theme (String) - Theme name (e.g., 'dark').
- The color stored in the database (String).
Code Example
# Example Usage:
bgColor = system.kanoa.config.getBackgroundColor('light')