From 99cc5cd8505d78997d4ec16fb562272a392e94af Mon Sep 17 00:00:00 2001
From: Thomas Hodgson <twsh@users.noreply.github.com>
Date: Mon, 6 Feb 2017 14:34:41 +0000
Subject: [PATCH] Added dvipsnames option for colorlinks

This defines Maroon, among other colours.
---
 default.beamer | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/default.beamer b/default.beamer
index 1dcc77e4e..04604fdfd 100644
--- a/default.beamer
+++ b/default.beamer
@@ -1,4 +1,4 @@
-\documentclass[$if(fontsize)$$fontsize$,$endif$$if(lang)$$babel-lang$,$endif$$if(handout)$handout,$endif$$if(beamer)$ignorenonframetext,$endif$$for(classoption)$$classoption$$sep$,$endfor$]{$documentclass$}
+\documentclass[$if(fontsize)$$fontsize$,$endif$$if(lang)$$babel-lang$,$endif$$if(handout)$handout,$endif$$if(colorlinks)$dvipsnames,$endif$$if(beamer)$ignorenonframetext,$endif$$for(classoption)$$classoption$$sep$,$endfor$]{$documentclass$}
 \setbeamertemplate{caption}[numbered]
 \setbeamertemplate{caption label separator}{: }
 \setbeamercolor{caption name}{fg=normal text.fg}