> For the complete documentation index, see [llms.txt](https://songalaxy1344.gitbook.io/foodzone/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://songalaxy1344.gitbook.io/foodzone/change-theme-color.md).

# Change Theme Color and Logo

Follow all the steps for your theme modification.

### **1) Change Application Theme Colour**

* As per your requirement, you can change from the constant file.
* Open the constant file and you will find global class **AppColor**.
* Inside that class, all colours are mentioned.

![Change Application Colors](https://1213756405-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M50heLzgCJjTxyILKBC%2F-M51yatwkgSZBKNy1oP6%2F-M52-QKtLhC2365aGhLC%2FThemeColor.png?alt=media\&token=9a8938ec-0a4f-41ad-83a7-56f9551d1ccd)

* Go to **lib -> Helper -> Constant -> AppColor Class**&#x20;
* Change the colour according to your requirement and save the folder and test it.
* You can change the font colour, header colour, theme main colour, banner colour from the entire application with just one change.

### **2) Change Application Logo**

* Drag and drop your required application logo in your assets folder.

* Register your image on **pubspect.yml** file as mentioned in the image

![Add Logo Image in to Assets Folder](https://1213756405-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M50heLzgCJjTxyILKBC%2F-M520UAGwtEeTFGydp_1%2F-M523-akHaiJR4CQmirO%2FOpenPubYml.png?alt=media\&token=fba130ad-7023-4cbb-b0b5-828ad9dc4db9)

* Please make sure to give the proper file path format otherwise it will not work.

![Add full path of image to .yml file](https://1213756405-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M50heLzgCJjTxyILKBC%2F-M520UAGwtEeTFGydp_1%2F-M523Fnvl6mWj5H4eM-y%2FAddToYml.png?alt=media\&token=f2b1e398-997a-44c8-a61d-c13fdd4b7186)

* Change your path URL from constant->AppImages->appLogo key

![Add Logo Image URL to Constant file](https://1213756405-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M50heLzgCJjTxyILKBC%2F-M520UAGwtEeTFGydp_1%2F-M523FnsbVqfC0cG5r61%2FAddToConstant.png?alt=media\&token=f21be3c4-1323-4f93-be43-5c28fb49b9cb)

* Save it and hard reload the project it will reflect with your logo.
