Skip to content

Commit f288ade

Browse files
committed
Removed the fibeamer theme.
1 parent 821fe75 commit f288ade

File tree

5 files changed

+5
-19
lines changed

5 files changed

+5
-19
lines changed

dark.pdf

-181 KB
Binary file not shown.

dark.tex

Lines changed: 0 additions & 3 deletions
This file was deleted.

light.pdf

-186 KB
Binary file not shown.

light.tex

Lines changed: 0 additions & 3 deletions
This file was deleted.

main.tex

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
\documentclass{beamer}
2-
\usetheme[faculty=fi]{fibeamer}
2+
\useoutertheme{smoothbars}
3+
\usecolortheme{orchid}
4+
\usecolortheme{whale}
5+
\useinnertheme[shadow=true]{rounded}
36

47
% Localization
58
\usepackage{polyglossia}
@@ -251,12 +254,8 @@
251254
\addbibresource{main.bib}
252255

253256
% Miscellaneous packages and other setup
254-
\ifx\ifdarkframes\undefined
255-
\expandafter\newif\csname ifdarkframes\endcsname
256-
\darkframestrue
257-
\fi
258257
\usepackage{minted}
259-
\usemintedstyle{\ifdarkframes monokai\else murphy\fi}
258+
\usemintedstyle{murphy}
260259
\frenchspacing
261260
\usepackage{pgffor}
262261
\newcommand\becomes{%
@@ -281,10 +280,6 @@
281280
\frame{\maketitle}
282281
\AtBeginSection[]{\frame{\sectionpage}}
283282

284-
\ifdarkframes
285-
\begin{darkframes}
286-
\fi
287-
288283
\begin{frame}{\contentsname}
289284
\tableofcontents
290285
\end{frame}
@@ -778,7 +773,4 @@ \section{This is a level one heading}
778773
\end{frame}
779774
780775
\markdownEnd
781-
\ifdarkframes
782-
\end{darkframes}
783-
\fi
784776
\end{document}

0 commit comments

Comments
 (0)