XML styles from chroma

This commit is contained in:
2024-08-05 11:47:06 -03:00
parent 2b5d105012
commit 2c6c65b827
69 changed files with 2834 additions and 0 deletions

29
styles/vim.xml Normal file
View File

@ -0,0 +1,29 @@
<style name="vim">
<entry type="Error" style="border:#ff0000"/>
<entry type="Background" style="#cccccc bg:#000000"/>
<entry type="Keyword" style="#cdcd00"/>
<entry type="KeywordDeclaration" style="#00cd00"/>
<entry type="KeywordNamespace" style="#cd00cd"/>
<entry type="KeywordType" style="#00cd00"/>
<entry type="NameBuiltin" style="#cd00cd"/>
<entry type="NameClass" style="#00cdcd"/>
<entry type="NameException" style="bold #666699"/>
<entry type="NameVariable" style="#00cdcd"/>
<entry type="LiteralString" style="#cd0000"/>
<entry type="LiteralNumber" style="#cd00cd"/>
<entry type="Operator" style="#3399cc"/>
<entry type="OperatorWord" style="#cdcd00"/>
<entry type="Comment" style="#000080"/>
<entry type="CommentSpecial" style="bold #cd0000"/>
<entry type="GenericDeleted" style="#cd0000"/>
<entry type="GenericEmph" style="italic"/>
<entry type="GenericError" style="#ff0000"/>
<entry type="GenericHeading" style="bold #000080"/>
<entry type="GenericInserted" style="#00cd00"/>
<entry type="GenericOutput" style="#888888"/>
<entry type="GenericPrompt" style="bold #000080"/>
<entry type="GenericStrong" style="bold"/>
<entry type="GenericSubheading" style="bold #800080"/>
<entry type="GenericTraceback" style="#0044dd"/>
<entry type="GenericUnderline" style="underline"/>
</style>