Theme styles

Theme Styles
Primary Color

How to Change Primary Color?

Please follow the bellow steps to change Primary Color
Step 1 :

To change Primary Color you have to open _variables.scss file and replace what color you want as shown in below

Rootpath : _variables.scss (assets/scss/_variables.scss )

--primary-rgb : 98, 89, 202;

Light Theme Style

How to Change Light Background Color?

Please follow the bellow steps to change Light Background Color
Step 1 :

To change Light Background Color you have to open _variables.scss file and replace what color you want as shown in below

Rootpath : _variables.scss (assets/scss/_variables.scss )

--body-bg-rgb : 234, 237, 247;

How to Change Text Color?

Please follow the bellow steps to change Text Color
Step 1 :

To change Text Color you have to open _variables.scss file and replace what color you want as shown in below

Rootpath : _variables.scss (assets/scss/_variables.scss )

--default-text-color : #d0d0e2;

How to Change Border Color?

Please follow the below steps to change Border Color
Step 1 :

To change Border Color you have to open _variables.scss file and replace what color you want as shown in below

Rootpath : _variables.scss (assets/scss/_variables.scss )

--default-border : #e8e8f7;