cheat/vendor/github.com/alecthomas/chroma/v2/styles/vs.xml
Christopher Allen Lane 1790aec85d chore(deps): bump chroma to v2 #735
Bump `alecthomas/chroma` to `v2`:
https://github.com/cheat/cheat/issues/735
2023-12-13 12:54:32 -05:00

16 lines
669 B
XML

<style name="vs">
<entry type="Error" style="border:#ff0000"/>
<entry type="Background" style="bg:#ffffff"/>
<entry type="Keyword" style="#0000ff"/>
<entry type="KeywordType" style="#2b91af"/>
<entry type="NameClass" style="#2b91af"/>
<entry type="LiteralString" style="#a31515"/>
<entry type="OperatorWord" style="#0000ff"/>
<entry type="Comment" style="#008000"/>
<entry type="CommentPreproc" style="#0000ff"/>
<entry type="GenericEmph" style="italic"/>
<entry type="GenericHeading" style="bold"/>
<entry type="GenericPrompt" style="bold"/>
<entry type="GenericStrong" style="bold"/>
<entry type="GenericSubheading" style="bold"/>
</style>