# RetroDECK Boot Splash / Logo ## Main splash location The main retrodeck splash is located in: [res/splash.svg](https://github.com/XargonWan/RetroDECK/blob/main/res/splash.svg) This is used at all times unless it is being overridden by the Easter Egg function. ## Easter Egg function The function is part of the [config/retrodeck/reference_lists/features.json](https://github.com/RetroDECK/RetroDECK/blob/cooker/config/retrodeck/reference_lists/features.json) json. The `splash_screens"` looks in the reference .svg files under: [res/extra_splashes/](https://github.com/XargonWan/RetroDECK/blob/main/res/extra_splashes/) and overrides the bootlogo with one of the .svg files from the referense list. ``` name_of_holiday": { "new_year": { "start_date": "MMDD", "end_date": "MMDD", "start_time": "MMDD", "end_time": "MMDD", "filename": "placeholder.svg" ``` **Example:** ``` "splash_screens": { "new_year": { "start_date": "1231", "end_date": "0106", "start_time": "0000", "end_time": "2359", "filename": "newyear.svg" }, "chinese_new_year": { "start_date": "0209", "end_date": "0212", "start_time": "0000", "end_time": "2359", "filename": "rd-lunar-snake-splash.svg" }, ``` Here we show both the New Year and Lunar New Year