// Set statusbar background:
const RGB = "255, 255, 255" // Comma separted with space like ", "
despia(`statusbarcolor://{RGB}`)
// Set statusbar text color:
const COLOR = "black" // "black" or "white"
despia(`statusbartextcolor://{COLOR}`)
Status Bar Styling
Updated on