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

13
styles/rrt.xml Normal file
View File

@ -0,0 +1,13 @@
<style name="rrt">
<entry type="Background" style="#f8f8f2 bg:#000000"/>
<entry type="Keyword" style="#ff0000"/>
<entry type="KeywordType" style="#ee82ee"/>
<entry type="NameConstant" style="#7fffd4"/>
<entry type="NameFunction" style="#ffff00"/>
<entry type="NameVariable" style="#eedd82"/>
<entry type="LiteralString" style="#87ceeb"/>
<entry type="LiteralStringSymbol" style="#ff6600"/>
<entry type="LiteralNumber" style="#ff6600"/>
<entry type="Comment" style="#00ff00"/>
<entry type="CommentPreproc" style="#e5e5e5"/>
</style>