diff --git "a/infom\303\266te/presentation/beamerthemesthlm.sty" "b/infom\303\266te/presentation/beamerthemesthlm.sty"
index c88ea1ce7a144de55836a7daf042a630f95a396f..68dd9aab011992c0ba7799d3d70e582d5497c804 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>