开发者

Change highlight colors in minted

I was setting up a nice environment to present my code in printed documentations. First I was using the lstlisting package for Latex but then I stumbled upon minted.

minted is really great, but is there a way to change the highlight colors?

Since minted uses the Pygments library, I assume Pygments is the key to the color, but I haven't found it yet.

开发者_运维问答

Could anyone explain how it can be done or post a link that shows how it's done?

Change highlight colors in minted


You want

\usemintedstyle{<name>}

where you can get <name> by doing

pygmentize -L styles

at the command prompt/terminal. For example, the minted documentation itself uses the trac style.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜