[Tex/LaTex] Changing color and bullets in Beamer’s table of contents

beamercolortable of contents

Does anyone know how to change the color scheme and/or bullets used in Beamer's table of contents (without changing the overall structure color or theme)? Unfortunately, the following doesn't work:

\setbeamertheme{enumerate item}[default]
\setbeamercolor{enumerate item}{black}

I would even be fine removing the numbering altogether.

Best Answer

Modify font/color of the element section number projected. An example doing some changes, not necessarily beautiful but demonstrating:

\setbeamerfont{section number projected}{%
  family=\rmfamily,series=\bfseries,size=\normalsize}
\setbeamercolor{section number projected}{bg=black,fg=yellow}

With PaloAlto theme:

alt text

Before, PaloAlto default:

alt text