/* YOU CAN'T USE A COMMA BETWEEN RGB */
--primary: 253 209 64; /* #fdd140 */
--background: 32 46 59; /* #202e3b */
--background-body: 11 19 32; /* #0b1320 */
/*!!! YOU MUST USE A COMMA BETWEEN RGB !!!*/
--primary-rgba: 253, 209, 64; /* #fdd140 */
--grid-dark-rgba: 11, 19, 32; /* #0b1320 */
To customize the UI for yourself, simply edit the RGB color.
If you are editing the primary color, we recommend changing it in two locations!
Examples of color changes