Use corporate design colors for plots and syntax highlighting
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
\pgfplotsset{compat=1.9} % TODO: adjust to your installed version
|
\pgfplotsset{compat=1.9} % TODO: adjust to your installed version
|
||||||
\pgfplotsset{
|
\pgfplotsset{
|
||||||
% For available color names, see http://www.latextemplates.com/svgnames-colors
|
% For available color names, see http://www.latextemplates.com/svgnames-colors
|
||||||
cycle list={CornflowerBlue\\Dandelion\\ForestGreen\\BrickRed\\},
|
cycle list={TUMBlue\\TUMAccentOrange\\TUMAccentGreen\\TUMSecondaryBlue2\\TUMDarkGray\\},
|
||||||
}
|
}
|
||||||
|
|
||||||
% Settings for lstlistings
|
% Settings for lstlistings
|
||||||
@@ -60,6 +60,6 @@
|
|||||||
basicstyle=\ttfamily,
|
basicstyle=\ttfamily,
|
||||||
columns=fullflexible,
|
columns=fullflexible,
|
||||||
autogobble,
|
autogobble,
|
||||||
keywordstyle=\bfseries\color{MediumBlue},
|
keywordstyle=\bfseries\color{TUMBlue},
|
||||||
stringstyle=\color{DarkGreen}
|
stringstyle=\color{TUMAccentGreen}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user