From 243f34c68bb42875e84d64b792441544bb55e317 Mon Sep 17 00:00:00 2001 From: hx <hx@hx.ax> Date: Tue, 6 Oct 2015 01:41:35 +0200 Subject: [PATCH] Add ugly theme changes Now complies to Lysators graphical profile --- .../presentation/beamerthemesthlm.sty" | 48 ++++++++++++------- 1 file changed, 32 insertions(+), 16 deletions(-) diff --git "a/infom\303\266te/presentation/beamerthemesthlm.sty" "b/infom\303\266te/presentation/beamerthemesthlm.sty" index c88ea1c..68dd9aa 100644 --- "a/infom\303\266te/presentation/beamerthemesthlm.sty" +++ "b/infom\303\266te/presentation/beamerthemesthlm.sty" @@ -101,20 +101,36 @@ \definecolor{sthlmLightGrey}{RGB}{233,233,233} \definecolor{sthlmDarkGrey}{RGB}{61,61,70} +% Lysator Colors +\definecolor{lysyellow}{RGB}{250,250,10} +\definecolor{lysblack}{RGB}{0,0,0} + +% Specials for lysator +\setbeamercolor{qed}{fg=lysyellow} +\setbeamercolor{itemize item}{fg=lysyellow} +\setbeamercolor{itemize subitem}{fg=lysyellow} +\setbeamercolor{itemize subsubitem}{fg=lysyellow} +\setbeamercolor{normal text}{fg=lysyellow} +\setbeamercolor{structure}{fg=lysyellow} +\setbeamercolor{section in head/foot}{fg=lysyellow, bg=lysblack} +\setbeamercolor{palette primary}{fg=lysblack} +\setbeamercolor{palette secondary}{fg=lysyellow,bg=lysblack} +\setbeamercolor{section in head/foot}{fg=lysyellow, bg=lysblack} +\setbeamercolor{background canvas}{fg=lysyellow, bg=lysblack} % General -\setbeamercolor{normal text}{fg=sthlmDarkGrey} -\setbeamercolor{structure}{fg=sthlmDarkGrey} -\setbeamercolor{alerted text}{fg=sthlmRed} +%% \setbeamercolor{normal text}{fg=sthlmDarkGrey} +%% \setbeamercolor{structure}{fg=sthlmDarkGrey} +%% \setbeamercolor{alerted text}{fg=sthlmRed} \setbeamercolor{example text}{fg=white} \setbeamercolor{copyright text}{fg=sthlmLightBlue} -\setbeamercolor{palette primary}{fg=sthlmDarkGrey} -\setbeamercolor{palette secondary}{fg=sthlmDarkGrey,bg=sthlmLightGrey} +%% \setbeamercolor{palette primary}{fg=sthlmDarkGrey} +%% \setbeamercolor{palette secondary}{fg=sthlmDarkGrey,bg=sthlmLightGrey} \setbeamercolor{palette tertiary}{fg=black,bg=sthlmDarkGrey} -\setbeamercolor{palette quaternary}{fg=white, bg=sthlmDarkGrey} +\setbeamercolor{palette quaternary}{fg=lysyellow, bg=lysblack} \setbeamercolor{mini frame}{bg=sthlmLightGrey} -\setbeamercolor{section in head/foot}{fg=sthlmDarkGrey, bg=sthlmLightGrey} +%% \setbeamercolor{section in head/foot}{fg=sthlmDarkGrey, bg=sthlmLightGrey} % Titlepage \setbeamercolor{title}{parent=normal text} @@ -136,10 +152,10 @@ % Page Number \setbeamercolor{page number in head/foot}{fg=sthlmDarkGrey} -\setbeamercolor{qed}{fg=sthlmGrey} -\setbeamercolor{itemize item}{fg=sthlmDarkBlue} -\setbeamercolor{itemize subitem}{fg=sthlmLightRed} -\setbeamercolor{itemize subsubitem}{fg=sthlmBlue} +%% \setbeamercolor{qed}{fg=sthlmGrey} +%% \setbeamercolor{itemize item}{fg=sthlmDarkBlue} +%% \setbeamercolor{itemize subitem}{fg=sthlmLightRed} +%% \setbeamercolor{itemize subsubitem}{fg=sthlmBlue} % Titlepage \setbeamerfont{title}{size=\fontsize{20}{20}} @@ -218,10 +234,10 @@ \AtBeginSection[] { \begingroup -\setbeamercolor{background canvas}{bg=sthlmDarkGrey} +%% \setbeamercolor{background canvas}{bg=sthlmDarkGrey} \begin{frame}[plain] \centering -\vfill\usebeamerfont{section title}\textcolor{white}{\insertsectionHEAD}\vfill +\vfill\usebeamerfont{section title}\textcolor{lysyellow}{\insertsectionHEAD}\vfill \end{frame} \endgroup } @@ -251,10 +267,10 @@ \multiply\progressbar@tmpdim by 1000 \begin{tikzpicture}[very thin] - \shade[top color=sthlmLightGrey,bottom color=sthlmLightGrey,middle color=sthlmLightGrey] + \shade[top color=sthlmLightGrey,bottom color=lysblack,middle color=lysblack] (0pt, 0pt) rectangle ++ (\progressbar@pbwd, \progressbar@pbht); - \shade[draw=sthlmDarkBlue,top color=sthlmDarkBlue,bottom color=sthlmDarkBlue,middle color=sthlmDarkBlue] % + \shade[draw=lysyellow,top color=lysblack,bottom color=lysyellow,middle color=lysyellow] % (0pt, 0pt) rectangle ++ (\progressbar@tmpdim, \progressbar@pbht); \end{tikzpicture}% @@ -431,4 +447,4 @@ }} \mode -<all> \ No newline at end of file +<all> -- GitLab