onedark.xml

 1<style name="onedark">
 2  <entry type="Background" style="#ABB2BF bg:#282C34"/>
 3  <entry type="Punctuation"        style="#ABB2BF"/>
 4  <entry type="Keyword"            style="#C678DD"/>
 5  <entry type="KeywordConstant"    style="#E5C07B"/>
 6  <entry type="KeywordDeclaration" style="#C678DD"/>
 7  <entry type="KeywordNamespace"   style="#C678DD"/>
 8  <entry type="KeywordReserved"    style="#C678DD"/>
 9  <entry type="KeywordType"        style="#E5C07B"/>
10  <entry type="Name"               style="#E06C75"/>
11  <entry type="NameAttribute"      style="#E06C75"/>
12  <entry type="NameBuiltin"         style="#E5C07B"/>
13  <entry type="NameClass"           style="#E5C07B"/>
14  <entry type="NameFunction"        style="bold #61AFEF"/>
15  <entry type="NameFunctionMagic"   style="bold #56B6C2"/>
16  <entry type="NameOther"           style="#E06C75"/>
17  <entry type="NameTag"             style="#E06C75"/>
18  <entry type="NameDecorator"       style="#61AFEF"/>
19  <entry type="LiteralString"       style="#98C379"/>
20  <entry type="LiteralNumber"       style="#D19A66"/>
21  <entry type="Operator"            style="#56B6C2"/>
22  <entry type="Comment"             style="#7F848E"/>
23  <entry type="GenericDeleted"      style="#E06C75"/>
24  <entry type="GenericInserted"     style="bold #98C379"/>
25</style>