Skip to content
This repository was archived by the owner on Dec 20, 2022. It is now read-only.

Commit 5e9087e

Browse files
committed
Use corporate design colors for plots and syntax highlighting
1 parent 26fa1e9 commit 5e9087e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

settings.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@
5252
\pgfplotsset{compat=1.9} % TODO: adjust to your installed version
5353
\pgfplotsset{
5454
% For available color names, see http://www.latextemplates.com/svgnames-colors
55-
cycle list={CornflowerBlue\\Dandelion\\ForestGreen\\BrickRed\\},
55+
cycle list={TUMBlue\\TUMAccentOrange\\TUMAccentGreen\\TUMSecondaryBlue2\\TUMDarkGray\\},
5656
}
5757

5858
% Settings for lstlistings
5959
\lstset{%
6060
basicstyle=\ttfamily,
6161
columns=fullflexible,
6262
autogobble,
63-
keywordstyle=\bfseries\color{MediumBlue},
64-
stringstyle=\color{DarkGreen}
63+
keywordstyle=\bfseries\color{TUMBlue},
64+
stringstyle=\color{TUMAccentGreen}
6565
}

0 commit comments

Comments
 (0)