Skip to content

Instantly share code, notes, and snippets.

@lucakiebel
Created March 11, 2018 09:39
Show Gist options
  • Save lucakiebel/7c314841d5bd31f3a516333ce721310e to your computer and use it in GitHub Desktop.
Save lucakiebel/7c314841d5bd31f3a516333ce721310e to your computer and use it in GitHub Desktop.
\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