Created
March 11, 2018 09:39
-
-
Save lucakiebel/7c314841d5bd31f3a516333ce721310e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\lstdefinestyle{mystyle} | |
{ | |
language = C++, | |
basicstyle = {\ttfamily \color{main-color}}, | |
backgroundcolor = {\color{back-color}}, | |
stringstyle = {\color{string-color}}, | |
keywordstyle = {\color{key-color}}, | |
keywordstyle = [2]{\color{lime}}, | |
keywordstyle = [3]{\color{yellow}}, | |
keywordstyle = [4]{\color{teal}}, | |
otherkeywords = {;,<<,>>,++}, | |
morekeywords = [2]{;}, | |
morekeywords = [3]{<<, >>}, | |
morekeywords = [4]{++}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment