Status Bar Styling

// 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}`)
Updated on