To change Primary Color you have to open style.scss file and replace what color you want as shown in below
Rootpath : style.scss (assets/scss/style.scss )
Note : After Changing color you must run gulp command's . Refer gulp page for more gulp commands click here.
To change Secoundary Color you have to open style.scss file and replace what color you want as shown in below
Rootpath : style.scss (assets/scss/style.scss )
Note : After Changing color you must run gulp command's . Refer gulp page for more gulp commands click here.
To change Dark body Color you have to open style.scss file and replace what color you want as shown in below
Rootpath : style.scss (assets/scss/style.scss )
Note : After Changing color you must run gulp command's . Refer gulp page for more gulp commands click here.
To change Dark Theme Color you have to open style.scss file and replace what color you want as shown in below
Rootpath : style.scss (assets/scss/style.scss )
Note : After Changing color you must run gulp command's . Refer gulp page for more gulp commands click here.
To change Dark default Color ,border color ,and shadow color you have to open style.scss file in scss folder and replace what color you want as shown in below
Rootpath : style.scss (assets/scss/style.scss )
Note : After Changing color you must run gulp command's . Refer gulp page for more gulp commands click here.