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/modus-operandi.xml Normal file
View File

@ -0,0 +1,13 @@
<style name="modus-operandi">
<entry type="Background" style="#000000 bg:#ffffff"/>
<entry type="Keyword" style="#5317ac"/>
<entry type="KeywordConstant" style="#0000c0"/>
<entry type="KeywordType" style="#005a5f"/>
<entry type="NameBuiltin" style="#8f0075"/>
<entry type="NameFunction" style="#721045"/>
<entry type="NameVariable" style="#00538b"/>
<entry type="Literal" style="#0000c0"/>
<entry type="LiteralString" style="#2544bb"/>
<entry type="Operator" style="#00538b"/>
<entry type="Comment" style="#505050"/>
</style>