|
| 1 | +<!-- |
| 2 | +# Aura Theme Dark Soft > Color scheme for Chroma syntax highlighter |
| 3 | +# Repository: https://github.com/daltonmenezes/aura-theme |
| 4 | +# Theme version: 1.0.0 |
| 5 | +--> |
| 6 | + |
| 7 | +<style name="Aura Theme Dark Soft"> |
| 8 | + <!-- Base --> |
| 9 | + <entry type="Background" style="bg:#15141b #bdbdbd"/> |
| 10 | + <entry type="CodeLine" style="#bdbdbd"/> |
| 11 | + <entry type="Error" style="#c55858"/> |
| 12 | + <entry type="Other" style="#bdbdbd"/> |
| 13 | + <entry type="LineTableTD" style=""/> |
| 14 | + <entry type="LineTable" style=""/> |
| 15 | + <entry type="LineHighlight" style="bg:#29263c"/> |
| 16 | + <entry type="LineNumbersTable" style="#6d6d6d"/> |
| 17 | + <entry type="LineNumbers" style="#6d6d6d"/> |
| 18 | + |
| 19 | + <!-- Keywords --> |
| 20 | + <entry type="Keyword" style="#8464c6"/> |
| 21 | + <entry type="KeywordReserved" style="#8464c6"/> |
| 22 | + <entry type="KeywordPseudo" style="#8464c6"/> |
| 23 | + <entry type="KeywordConstant" style="#54c59f"/> |
| 24 | + <entry type="KeywordDeclaration" style="#8464c6"/> |
| 25 | + <entry type="KeywordNamespace" style="#8464c6"/> |
| 26 | + <entry type="KeywordType" style="#6cb2c7"/> |
| 27 | + |
| 28 | + <!-- Names --> |
| 29 | + <entry type="Name" style="#bdbdbd"/> |
| 30 | + <entry type="NameClass" style="#6cb2c7"/> |
| 31 | + <entry type="NameConstant" style="#54c59f"/> |
| 32 | + <entry type="NameDecorator" style="#c17ac8"/> |
| 33 | + <entry type="NameEntity" style="#c7a06f"/> |
| 34 | + <entry type="NameException" style="#c55858"/> |
| 35 | + <entry type="NameFunction" style="#c7a06f"/> |
| 36 | + <entry type="NameFunctionMagic" style="#c7a06f"/> |
| 37 | + <entry type="NameLabel" style="#c17ac8"/> |
| 38 | + <entry type="NameNamespace" style="#bdbdbd"/> |
| 39 | + <entry type="NameProperty" style="#c17ac8"/> |
| 40 | + <entry type="NameTag" style="#8464c6"/> |
| 41 | + <entry type="NameVariable" style="#bdbdbd"/> |
| 42 | + <entry type="NameVariableClass" style="#bdbdbd"/> |
| 43 | + <entry type="NameVariableGlobal" style="#bdbdbd"/> |
| 44 | + <entry type="NameVariableInstance" style="#bdbdbd"/> |
| 45 | + <entry type="NameVariableMagic" style="#bdbdbd"/> |
| 46 | + <entry type="NameAttribute" style="#c17ac8"/> |
| 47 | + <entry type="NameBuiltin" style="#6cb2c7"/> |
| 48 | + <entry type="NameBuiltinPseudo" style="#6cb2c7"/> |
| 49 | + <entry type="NameOther" style="#bdbdbd"/> |
| 50 | + |
| 51 | + <!-- Literals --> |
| 52 | + <entry type="Literal" style="#54c59f"/> |
| 53 | + <entry type="LiteralDate" style="#54c59f"/> |
| 54 | + <entry type="LiteralString" style="#54c59f"/> |
| 55 | + <entry type="LiteralStringChar" style="#54c59f"/> |
| 56 | + <entry type="LiteralStringSingle" style="#54c59f"/> |
| 57 | + <entry type="LiteralStringDouble" style="#54c59f"/> |
| 58 | + <entry type="LiteralStringBacktick" style="#54c59f"/> |
| 59 | + <entry type="LiteralStringOther" style="#54c59f"/> |
| 60 | + <entry type="LiteralStringSymbol" style="#54c59f"/> |
| 61 | + <entry type="LiteralStringInterpol" style="#54c59f"/> |
| 62 | + <entry type="LiteralStringAffix" style="#8464c6"/> |
| 63 | + <entry type="LiteralStringDelimiter" style="#54c59f"/> |
| 64 | + <entry type="LiteralStringEscape" style="#8464c6"/> |
| 65 | + <entry type="LiteralStringRegex" style="#54c59f"/> |
| 66 | + <entry type="LiteralStringDoc" style="#6d6d6d"/> |
| 67 | + <entry type="LiteralStringHeredoc" style="#6d6d6d"/> |
| 68 | + <entry type="LiteralNumber" style="#54c59f"/> |
| 69 | + <entry type="LiteralNumberBin" style="#54c59f"/> |
| 70 | + <entry type="LiteralNumberHex" style="#54c59f"/> |
| 71 | + <entry type="LiteralNumberInteger" style="#54c59f"/> |
| 72 | + <entry type="LiteralNumberFloat" style="#54c59f"/> |
| 73 | + <entry type="LiteralNumberIntegerLong" style="#54c59f"/> |
| 74 | + <entry type="LiteralNumberOct" style="#54c59f"/> |
| 75 | + |
| 76 | + <!-- Operators --> |
| 77 | + <entry type="Operator" style="#8464c6"/> |
| 78 | + <entry type="OperatorWord" style="#8464c6"/> |
| 79 | + |
| 80 | + <!-- Comments (italic) --> |
| 81 | + <entry type="Comment" style="italic #6d6d6d"/> |
| 82 | + <entry type="CommentSingle" style="italic #6d6d6d"/> |
| 83 | + <entry type="CommentMultiline" style="italic #6d6d6d"/> |
| 84 | + <entry type="CommentSpecial" style="italic #6d6d6d"/> |
| 85 | + <entry type="CommentHashbang" style="italic #6d6d6d"/> |
| 86 | + <entry type="CommentPreproc" style="italic #6d6d6d"/> |
| 87 | + <entry type="CommentPreprocFile" style="italic #6d6d6d"/> |
| 88 | + |
| 89 | + <!-- Generic --> |
| 90 | + <entry type="Generic" style="#bdbdbd"/> |
| 91 | + <entry type="GenericInserted" style="bg:#15141b #54c59f"/> |
| 92 | + <entry type="GenericDeleted" style="bg:#15141b #c55858"/> |
| 93 | + <entry type="GenericEmph" style="italic #bdbdbd"/> |
| 94 | + <entry type="GenericStrong" style="bold #bdbdbd"/> |
| 95 | + <entry type="GenericUnderline" style="underline #bdbdbd"/> |
| 96 | + <entry type="GenericHeading" style="bold #8464c6"/> |
| 97 | + <entry type="GenericSubheading" style="bold #8464c6"/> |
| 98 | + <entry type="GenericOutput" style="#bdbdbd"/> |
| 99 | + <entry type="GenericPrompt" style="#bdbdbd"/> |
| 100 | + <entry type="GenericError" style="#c55858"/> |
| 101 | + <entry type="GenericTraceback" style="#c55858"/> |
| 102 | + |
| 103 | + <!-- Punctuation --> |
| 104 | + <entry type="Punctuation" style="#bdbdbd"/> |
| 105 | + <entry type="Text" style="#bdbdbd"/> |
| 106 | + <entry type="TextWhitespace" style="#bdbdbd"/> |
| 107 | +</style> |
0 commit comments