Change the default background color and font color in the following overleaf template

beamercolor

I would like to change the default background colour to white and the default font colour to black, how may I do it?

I don't know the location of the code where I can make the changes but by the figure enter image description here

we can understand the question that the background is dark and the text appears in white colour. how do I change the colour of the background and text as well? Please go through the following overleaf link:

Anyone with this link can edit this project
https://www.overleaf.com/8862493198fmktstqnvbvj
Anyone with this link can view this project
https://www.overleaf.com/read/tkwwxgccrnjt

Best Answer

For example use

\documentclass[aspectratio=43]{beamer}
\usepackage[english]{babel}
\input{chapters/preamble}

\setbeamercolor{normal text}{fg=black}
\setbeamercolor{background canvas}{bg=white}
\setbeamercolor{section in toc}{fg= blue}
\setbeamercolor{subsection in toc}{fg= blue}

...

a