darkMode property

bool darkMode
getter/setter pair

When darkMode is set to true, all the colors are updated: their brightness is inverted but the hue doesn't change

Implementation

bool darkMode = false;