🎨UI Color Customization

Usage

1

Enter the folder with the script

2

Enter html folder

3

Open the colors.css file

The code looks like this

/* YOU CAN'T USE A COMMA BETWEEN RGB */
    --primary: 253 209 64; /* #fdd140 */
    --primary-rgba: 253, 209, 64; /* #fdd140 keep comma only here*/
    --background-primary: 71 57 19; /* #473913 */
    --background-from: 15 12 4; /* #0F0C04 */
    --background-to: 35 29 8; /* #231D08 */

To customize the UI for yourself, simply edit the RGB color.

Examples of color changes

Last updated