A modern Beamer theme with simple customisation and simple dependencies.
Simply copy beamerthemeSoton.sty
into your project directory and then use \usetheme{Soton}
to select the theme.
The colour theme defaults to that of the University of Southampton.
The primary colour can be selected using the command
\setColourScheme{R val}{G val}{B val}
This will replace the primary colour and automatically recalculate other colours (aside from the background colour).
Logos can be inserted into the title area of each slide, and three logos can be placed on the main title page.
To add a small logo to the top right of the title bar for each slide
\setLogo{img.pdf}
To add larger images to the title slide
\setTitleLogoRight{img1.pdf}
\setTitleLogoCentre{img2.pdf}
\setTitleLogoLeft{img3.pdf}
The progress bar and the page numbers can be easily disabled in your presentation
\setProgressBarOff
\setFrameNumbersOff
An example can be seen in the beamer-example
directory